Get a List of Job Waypoints
Retrieve a jobs way points.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | JobWaypoInts | Required |
WPJobId | String | Job Watch Job Id. | See Note. |
WPJobRef | String | Job reference. | See Note. |
note
WPJobId is used, if supplied, to search for the job. If not supplied, WPJobRef is used next.
Response Codes
Code | Message | Information |
---|---|---|
0 | null | |
2 | Missing or invalid parameter - jobStockId | |
2 | Missing or invalid parameter - stockQuantity | |
2 | Unable to locate Job Stock Item | |
2 | Unable to update Qty on non-consumable Item |
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=jobupdatestockqty
Response Data
{ "Code": 0, "Result": [ { "ContactNoteId": "12345" } ] }