API Docs / Schemas / CreateCustomerRequest

CreateCustomerRequest

DTO for creating a customer in an accounting platform

Properties

Name Type Description
namestring

The customer or company name

The customer or company name

emailstring

The customer's email address

The customer's email address

contactNumberstring

The customer's phone number

The customer's phone number

firstNamestring

The contact person's first name

The contact person's first name

lastNamestring

The contact person's last name

The contact person's last name

platformDataobject

Platform-specific data required for customer creation

Platform-specific data required for customer creation

JSON Example

{
  "name": "string",
  "email": "string",
  "contactNumber": "string",
  "firstName": "string",
  "lastName": "string"
}

Used By Operations