Other Methods

  1. Methods

Methods

Adds items associated with the order (sinchronously). POST /api/v1/companies/{company_id}/orders/{order_id}/items
Adds or edits contractor number POST /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Deletes all items associated with the order. DELETE /api/v1/companies/{company_id}/orders/{order_id}/items
Deletes contractor number DELETE /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Deletes the item with specified item ID. DELETE /api/v1/companies/{company_id}/orders/{order_id}/items/{item_id}
Gets contractor number GET /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Gets multiple contractor numbers GET /api/v1/companies/{company_id}/numbers
Gets positions of courier on the route for the specified time interval. The interval is not longer than 2 hours. GET /api/v2/companies/{company_id}/routes/{route_id}/courier-positions
Gets the items associated with the order. GET /api/v1/companies/{company_id}/orders/{order_id}/items
Specify items for return. POST /companies/{company_id}/orders/{order_id}:return
Adds items associated with the order (sinchronously). POST /api/v1/companies/{company_id}/orders/{order_id}/items
Adds or edits contractor number POST /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Deletes all items associated with the order. DELETE /api/v1/companies/{company_id}/orders/{order_id}/items
Deletes contractor number DELETE /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Deletes the item with specified item ID. DELETE /api/v1/companies/{company_id}/orders/{order_id}/items/{item_id}
Gets contractor number GET /api/v1/companies/{company_id}/numbers/{contractor_company_id}
Gets multiple contractor numbers GET /api/v1/companies/{company_id}/numbers
Gets positions of courier on the route for the specified time interval. The interval is not longer than 2 hours. GET /api/v2/companies/{company_id}/routes/{route_id}/courier-positions
Gets the items associated with the order. GET /api/v1/companies/{company_id}/orders/{order_id}/items
Specify items for return. POST /companies/{company_id}/orders/{order_id}:return