This adds a history to an order in the Equotix One account.
Request
Body Params application/json
The domain you are assigned to authenticate your Equotix One account.
The email address assigned to the user account in your Equotix One.
The unix timestamp used to sign this API request.
The calculated signature for this API request.
The order ID to add a history.
The order status ID to set the order to.
The order history comment.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"order_id": 0,
"order_status_id": 0,
"comment": "string"
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
{
"error": [
"string"
],
"success": true
}
Modified at 2024-10-20 14:52:04