Remove a Job Waypoint
Removes the specified way point for a job.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobDeleteWaypoint | Required |
WPJobId | String | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | See Note |
WPJobRef | String | The reference of the job that is input as free text. | See Note |
WPStopNo | Int | Must be a valid stop number. | Required |
note
Either the Job Id or Reference can be supplied. If both parameters are provided, the Job Id will take precedence.
Response Codes
Code | Message | Information |
---|---|---|
0 | null | |
2 | error | |
2 | WPJobId or WPJobRef parameter expected | |
2 | Can't find job | |
2 | No waypoints | |
2 | No waypoint at stop no + stopNo | |
2 | invalid WPStopNo |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobdeletewaypoint
Response Data
{ "Code": 0, "Result": [ { "AssetCheckId": "12345" } ] }