patch https://api.zenskar.com/customers/
Update customer by Id
Log in to see full request history
Responses
Update customer by Id
xxxxxxxxxx
10curl --request PATCH \
--url https://api.zenskar.com/customers/customer_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"communications_enabled": true,
"auto_charge_enabled": true
}
'
Try It!
to start a request and see the response here! Or choose an example: