put https://api.rainex.io/projects//customers/
Updates the customer resource.
Here are the enums that are contained in the answer:
name | value |
---|---|
autoCollection | on, off |
Error codes:
NotFound | There is no customer specified in the URL |
Responses
Updates the customer resource.
Here are the enums that are contained in the answer:
name | value |
---|---|
autoCollection | on, off |
Error codes:
NotFound | There is no customer specified in the URL |
xxxxxxxxxx
curl --request PUT \
--url https://api.rainex.io/projects/your-site-name-1/customers/test-id \
--header 'accept: application/json' \
--header 'content-type: application/json'