Customers

Create a customer contact

post/customers/{customerId}/customer-contact

Path parameters

customerIdstring required

Request body

object required

Example request

{
  "first_name": "some string",
  "last_name": "some string",
  "email": "some@mail.com",
  "notes": "some string",
  "phone": "+12345678",
  "order": 1
}

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.