Resource URL Summary
Pass Through Call to ServiceScheduling's "Update Job Start Time" API
PUT /up/v5/rest/scheduling/ChangeJobStartTime
HTTP Headers
This API uses the standard ServiceBroker HTTP Headers.
API Specifics
Pass Through Call to ServiceScheduling's "Update Job Start Time" API
This RESTified API will perform a pass-through call to the ServiceScheduling sub-system's "Update Job Start Time" API (when configured).
URL
PUT /up/v5/rest/scheduling/ChangeJobStartTime
HTTP Request Body
This request requires a JSON object supplied in the HTTP request body, which defines the parameters that will be passed through to the ServiceScheduling "Update Job Start Time" APi.
UpdateJobStartTime Object Format
UpdateJobStartTime Object Properties
Property | Type | Length | Description | Req? | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id |
| SS: 50 | Pass through parameter to the ServiceScheduling "Update Job Start Time" API. The identifier of the job to be updated. The error SS Field: jobID | Yes | |||||||||||||||||
ChangeTime |
| SS: 16 | Pass through parameter to the ServiceScheduling "Update Job Start Time" API. The job's new start date-time. SS Field: | Yes | |||||||||||||||||
Options | object | Pass through parameter to the ServiceScheduling "Update Job Start Time" API.
| No |
HTTP Response
Success
On success, a JSON-formatted version of the ServiceScheduling "Update Job Start Time" API response will be returned.
{ "Success": true, "Code": "0", "Message": "", "Payload": { "result": { "type": "OK", "code": "0" } } }
Error
On error, a JSON-formatted version of the ServiceScheduling "Update Job Start Time" API response will be returned.
{ "Success": false, "Code": 9, "Payload": { "returnCode": { "type": "Error", "code": "SCH Error Code" } } }
Return Codes
In addition to the Standard Return Codes, the possible Return Codes from this API are: