Skip to main content

Add a Job Client Status

This service adds a job client status to the job, by job Id or reference. These show on the Customer Activity tab, in the Activity tab, on jobs.

Query String Parameters

NameTypeDescriptionRequired
ActionStringJobClientStatusRequired
JobIdIntId of the job.Required
JobReferenceStringReference of the job.Required
JobClientStatusIntValue of the required status to add to the job. See tooltip for valid values. Required
CommentStringComment to add to the status.Optional
tip
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.

Response Codes

CodeMessageInformation
0NoneCompleted Successfully
2Missing or invalid Parameter - jobId or JobReferenceNeither the JobId or JobReference parameter was provided, or was invalid.
2Invalid Parameter - jobIdJobId parameter was provided, but with an invalid value. JobId must be numeric.
2JobClientStatus parameter is missing.JobClientStatus parameter was not provided.
2Invalid parameter - JobClientStatus - positive integer expected.JobClientStatus parameter was provided, but was not a positive integer.
2Invalid parameter - JobClientStatus - invalid status value.JobClientStatus parameter was provided, but was not a valid status value.

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=JobClientStatus&JobId=128914195&JobClientStatus=5