Update a client
URL
POST https://api.complycube.com/v1/clients/:id
Updates the specified client by setting the values of the parameters passed. Any parameters not provided will be left unchanged. Once a client is created, their type can no longer be amended.
Headers
Name | Type | Description |
---|---|---|
| string | The content-type must always be set to |
| string | The API |
Path parameters
Name | Type | Description |
---|---|---|
| string | The ID of the client. |
Body
Name | Type | Description |
---|---|---|
| string | The client's email address. |
| string | The client's mobile number. |
| string | The client's telephone number. |
| string | A unique identifier that you can associate with the client. For example, this can be the client ID in your system. |
| string | The date and time when the client was registered with you. This is relevant for users that migrate existing customers. The format is |
| object | Primary details for a client of type |
| object | Primary details for a client of type |
| object | Set of key-value pairs that you can associate with the client object. This is useful for storing additional information about the client in a structured format. You can specify up to 20 keys, with key names up to 40 characters long and values up to 500 characters long. |
Example request
Example response
Last updated