cURL
curl --request POST \ --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "email": "[email protected]", "type": "customer", "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" }
Create a new platform customer
customer
Customer created
Unique identifier of the platform customer
Platform user ID that owns this customer