POST api/JANANSSBOMBO/checksubscription
Request Information
URI Parameters
None.
Body Parameters
webapichecksubscriptionName | Description | Type | Additional 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:
Response Information
Resource Description
None.