POST Notification
Request Information
URI Parameters
None.
Body Parameters
GetNotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EndPointID | integer |
None. |
|
| SCC | integer |
None. |
|
| Counter | integer |
None. |
|
| LangID | integer |
None. |
|
| startFromID | integer |
None. |
|
| VoucherNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EndPointID": 1,
"SCC": 2,
"Counter": 3,
"LangID": 4,
"startFromID": 5,
"VoucherNo": 6
}
text/xml
Sample:
<GetNotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <Counter>3</Counter> <EndPointID>1</EndPointID> <LangID>4</LangID> <SCC>2</SCC> <VoucherNo>6</VoucherNo> <startFromID>5</startFromID> </GetNotificationModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |