POST api/JANANSSBOMBO/checksubscription
Request Information
URI Parameters
None.
Body Parameters
webapichecksubscription| Name | 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": "2025-12-19T09:02:57.2255819+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>2025-12-19T09:02:57.2255819+03:00</postingdate> </webapichecksubscription>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.