Adds company zones to reference book
Adds company zone to reference book. If company zone with specified number already exists updates its data. Maximal number of zones = 300.
HTTP Request
POST https://courier.yandex.ru/api/v1/reference-book/companies/{company_id}/zones\
?apikey={string}
Path Parameters
company_id * | integer The ID of the company that is used in requests to the Track & Trace API. |
company_id * | integer The ID of the company that is used in requests to the Track & Trace API. |
* Required parameter
Query Parameters
apikey | string Company's apikey. |
apikey | string Company's apikey. |
* Required parameter
Request Body
[ { "color_edge": string, "color_fill": string, "id": string, "number": string, "polygon": { "coordinates": [ "array" ], "type": string } } ]
Copied to clipboard
Representation
Fields
color_edge | string Zone edge color. Possible formats: #000000, rgb(0,0,0), black. |
color_fill | string Zone fill color. Possible formats: #000000, rgb(0,0,0), black. |
id | string Zone ID in reference book. |
number | string The number of the zone. |
polygon | object Polygon of the zone. Formats: Geojson according to specification RFC7946. Example: {"type":"Polygon","coordinates":[[[0.0,0.0],[2.2,2.2],[-1.1,1.1],[0.0,0.0]]]} |
polygon. | array |
polygon. | string Always equals |
color_edge | string Zone edge color. Possible formats: #000000, rgb(0,0,0), black. |
color_fill | string Zone fill color. Possible formats: #000000, rgb(0,0,0), black. |
id | string Zone ID in reference book. |
number | string The number of the zone. |
polygon | object Polygon of the zone. Formats: Geojson according to specification RFC7946. Example: {"type":"Polygon","coordinates":[[[0.0,0.0],[2.2,2.2],[-1.1,1.1],[0.0,0.0]]]} |
polygon. | array |
polygon. | string Always equals |
* Required parameter
Responses
Code 200
Company zones was added.
Code 401
Authorization error. Make sure that the request header contains the correct OAuth token.
Code 403
You do not have access to this object.
Code 422
Incorrect input. The operation can't be performed.