cURL
curl --request PATCH \ --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "companyName": "<string>", "address": "<string>" } '
{ "id": "<string>", "name": "<string>", "email": "[email protected]", "type": "customer", "companyName": "<string>", "address": "<string>", "platformId": "<string>", "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Update a customer (partial update)
The customer ID
Customer updated
Unique identifier of the platform customer
customer
Platform user ID that owns this customer