Complete stage

Complete a stage

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areaworkflow.json
GeneralYesParameters described in overviewsee overviewStructure of an API call
ActionYesThe action to performaction=complete
IdentifierYesStage numberjob=16/W0000001933

Example request:

http://<SERVER>/jsonAPI/workflow.json?user=user&password=user&version=3.9&company=16&action=complete&stage=16/W0000001933

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Stage 16/W0000001933 completed. ",
"warningmessage": "",
"success": true
}