Sales Document Status

Request definition


{
  "DocumentID": 0,
  "DocumentStatusID":null
}

Explanation of the request properties:

NameTypeDescription
DocumentIDintID of the sales document for which we want to change the status
DocumentStatusIDintID of the new status

Response definition


{
  "Code": 0,
  "Message":""
}

Explanation of the request properties:

NameTypeDescription
Codeint0 or 1 signaling was the update successful (1) or not (0)
MessageintMessage with detail description of success or fail of the action
Language