cURL
curl --request PUT \ --url https://api.vooma.ai/v0/customers/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "customer": { "name": "<string>", "externalIds": [ { "type": "ALJEX", "value": "<string>" } ] } } '
{ "id": "<string>", "name": "<string>", "externalIds": [ { "type": "ALJEX", "value": "<string>" } ], "contacts": [ { "id": "<string>", "name": "<string>", "phone": "<string>", "email": "<string>", "role": "<string>", "customerId": "<string>", "carrierId": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Ok