Adds work breaks
Adds work breaks to the route.
HTTP Request
POST https://courier.yandex.ru/api/v1/companies/{company_id}/routes/{route_id}/work_breaks
Path Parameters
company_id * | integer Company ID used in requests to the Track & Trace API. |
route_id * | integer Route ID used in requests to the Track & Trace API. |
* Required parameter
Request Body
[ { "rest_duration_s": integer, "work_time_range_till_rest": string } ]
Copied to clipboard
Representation
Fields
rest_duration_s * | integer Duration of rest, seconds. Minimum value: |
work_time_range_till_rest * | string Minimal and maximal duration of work before rest, format: [D.]HH[:MM[:SS]] - [D.]HH[:MM[:SS]]. |
* Required parameter
Responses
Code 200
Work breakes were added.
[ { "id": integer, "sequence_pos": integer } ]
Copied to clipboard
Representation
Fields
id * | integer Work break ID used in requests to the Track & Trace API. |
sequence_pos * | integer Position of work break. |
* Required parameter
Code 401
Authorization error. Make sure that the request header contains the correct OAuth token.
Code 403
Error accessing the object. The user doesn't have the rights to access the object.
Code 422
Incorrect input. The operation can't be performed.