Update Customer
Headers
X-API-KEY must be provided when making the request to update a Customer.
Request
PATCH https://book.imin.co/api/v2/customers/{ customerIdentifier }
Body:
{ "email": {{ customerEmail }}, "givenName": {{ customerGivenName }}, "familyName": {{ customerFamilyName }}, "imin:is13OrOver": {{ customerIs13OrOver }}}All three fields are optional for this request, but at least one is needed.
Response
The response for this request is a 204 HTTP status code with no body.