post https://api.repsly.com/v3/update/documentStatus
Request definition
{
"DocumentID": 0,
"DocumentStatusID":null
}
Explanation of the request properties:
Name | Type | Description |
---|---|---|
DocumentID | int | ID of the sales document for which we want to change the status |
DocumentStatusID | int | ID of the new status |
Response definition
{
"Code": 0,
"Message":""
}
Explanation of the request properties:
Name | Type | Description |
---|---|---|
Code | int | 0 or 1 signaling was the update successful (1) or not (0) |
Message | int | Message with detail description of success or fail of the action |