v1
latestOpenAPI 3.0.02026-07-24102143224.1 KBCustomers
Create customer
post/v3/customers
Request body
Example request
{
"name": "Acme Inc.",
"companyName": "Acme Inc.",
"primaryBillingContactEmail": "john.doe@example.com",
"billingAddress": {
"line1": "123 Main St",
"line2": "Apt 1",
"postalCode": "10001",
"city": "New York",
"state": "NY",
"country": "US",
"addressee": "John Doe"
},
"shippingAddress": {
"line1": "123 Main St",
"line2": "Apt 1",
"postalCode": "10001",
"city": "New York",
"state": "NY",
"country": "US",
"addressee": "John Doe"
},
"defaultCurrency": "USD",
"customFields": [
{
"customFieldKey": "custentity_department",
"customFieldValue": "Sales"
}
],
"customerTaxInfo": {
"vatId": "DE123456789",
"ein": "12-3456789"
}
}Response
Created customer