Key | Description | Value |
---|---|---|
NotifCategory | Type of notification. 9 in this case | 9 |
NotifDate | Date and time the notification was created. Paris time. Format ISO8601 | 2015-11-01T16:44:55.883 |
IntId | Internal ID of the wallet | 32 |
ExtId | External ID of the wallet | jkdc |
DocId | Document ID | 4646 |
DocType | Document type | 0 |
Status | Document status | 6 |
Example POST JSON notification:
{
"NotifCategory": "9",
"NotifDate": "2015-11-01T16:44:55.883",
"IntId": "32",
"ExtId": "jdkc",
"Status": "6",
"DocType": "0",
"DocId": "4646"
}