Billing API, REST: Customer methods
Written by
A set of methods for managing Customer resources.
JSON Representation
{
"id": "string",
"billingAccountId": "string"
}
Field | Description |
---|---|
id | string ID of the customer. |
billingAccountId | string ID of the BillingAccount assigned to the customer. |
Methods
Method | Description |
---|---|
activate | Activates specified customer. After customer is activated, he can use resources associated with his billing account. |
createResellerServed | Creates new reseller-served customer. |
invite | Invites customer to the specified reseller. |
list | Retrieves the list of customers associated with the specified reseller. |
suspend | Suspend specified customer. After customer is suspended, he can't use resources associated with his billing account. |