API DocumentationManufacturer customer controller
Create a new customer
Creates a new customer record
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/manufacturer/v1/customer" \ -H "Content-Type: application/json" \ -d '{ "notificationPreference": "EMAIL" }'{ "email": "string", "customerId": 0, "organisationId": 0, "organisationName": "string", "isApproved": true, "firstName": "string", "lastName": "string", "phoneNumber": "string", "notificationPreference": "string", "discountId": 0, "discountPercentage": 0, "language": "string"}Empty
Empty
Empty
Last updated on