Updates the status of one of more jobs, so that these changes can be reflected upon the tour instantly. This is only an auxiliary way for providing Bettermile with job updates, while the main job updates are still to be transmitted over the connector.
Changes to statuses of jobs have been successfully applied
Error response returned when the request is invalid. In most cases this implies that some data in the request is either missing or has incorrect format.
Error response returned when the provided API key is missing or invalid
Error response returned in cases the requested endpoint or data can't be found
Error response returned whenever the server fails to process the request
{- "statusChanges": [
- {
- "jobId": "9d222c6d-893e-4e79-8201-3c9ca16a0f39",
- "state": "PROCESSED",
- "timestamp": "2019-08-24T14:15:22Z",
- "outcome": "SUCCESS",
- "description": "string",
- "coords": {
- "lat": 0,
- "lon": 0
}
}
]
}
{- "data": { }
}