This adds a customer to 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.
customer_group_id
integerÂ
requiredThe customer member card number.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"firstname": "string",
"lastname": "string",
"company": "string",
"customer_group_id": 0,
"email": "string",
"telephone": "string",
"card_number": "string"
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
The newly added customer ID.
{
"error": [
"string"
],
"success": true,
"customer_id": 0
}
Modified at 2024-10-19 11:35:29