API DocumentationManufacturer customer controller
Create a customer in an organization
Creates a new customer that belongs to a specific organization
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Path Parameters
organisationId*integer
ID of the organization to add the customer to
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
text/plain
text/plain
curl -X POST "https://example.com/api/manufacturer/v1/customer/organisation/1" \ -H "Content-Type: application/json" \ -d '{ "notificationPreference": "EMAIL" }'"string""string"Empty
Last updated on