Create a new contact

Creates a new contact for the organization

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Request

Body
customerIdstringRequired
firstNamestringRequired>=1 character
lastNamestringRequired>=1 character
emailstringRequiredformat: "email"
phonestring or nullOptional
billingAddressobjectOptional
externalIdstring or nullOptional

Response

201
idstring
customerIdstring
firstNamestring
lastNamestring
emailstring
phonestring or null
externalIdstring or null
createdAtdatetime
updatedAtdatetime
billingAddressobject or null

Errors