Order operations

Order operations

post

The method allows you to perform any operation with the order. Available operations are returned in the order in the field allowed_operations.

Authorizations
Path parameters
order_idintegerRequiredExample: 10000
Body
operationstring · enumRequired

Код операции

  • channels-change-ip Changing dynamic IP address (for mobile proxies)
  • channels-reset Reboot the modem (for mobile proxies)
  • channels-set-autoreset Setting the automatic reboot interval for the mobile modem (for mobile proxies)
  • channels-relocate Change of equipment: the channel “moves” to another modem within the selected location (for mobile proxies)
Example: channels-resetPossible values:
channelsinteger[]Optional

Optional list of channel ids for operations channels-* If not specified, all channels in the order are assumed.

Example: [1401,1402]
location_idintegerOptional

Optional id of the desired location for "channels-relocate" Only for the "Mobile proxies plus" service with the multiport option

Example: 8
operator_idintegerOptional

Optional operator id for "channels-relocate" Only for orders with the multiport option

Example: 8
intervalintegerOptional

Optional automatic reboot interval for"channels-set-autoreset" The interval is specified in seconds, but cannot be less 60. If the interval is not specified or equal to 0, then autoreset will be disabled

Example: 60
Responses
200

OK

application/json
post
/user/orders/{order_id}/perform