POST api/JANANSSBOMBO/checksubscription

Request Information

URI Parameters

None.

Body Parameters

webapichecksubscription
NameDescriptionTypeAdditional information
account

string

None.

keyfield

integer

None.

postingdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "keyfield": 2,
  "postingdate": "2024-12-22T08:48:31.5259696+03:00"
}

application/xml, text/xml

Sample:
<webapichecksubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
  <account>sample string 1</account>
  <keyfield>2</keyfield>
  <postingdate>2024-12-22T08:48:31.5259696+03:00</postingdate>
</webapichecksubscription>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'webapichecksubscription'.

Response Information

Resource Description

None.