Orders

Update Order

Allows to manage placed order

patch/v4/accounts/{voip_id}/orders/{id}

Path parameters

voip_idinteger required
idinteger required

Request body

contact_idinteger

ID of the contact where devices should be delivered to

status'deleted' nullable

The only allowed value is "deleted". Use it to cancel order (it works only if it wasn't processed yet).

Response

OK

object required

Changes

No recorded changes to this endpoint across all 5 revisions of this API.