v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBcustomers
Create a customer
Create a new customer.
See Customers in the Guides section for more information, sample requests, and responses.
post/v3/customers
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"name": "Paperless Band",
"companyName": "Paperless Band LLC",
"contact": {
"firstName": "Check",
"lastName": "Mailworth"
},
"email": "contact@paperlessband.org",
"accountType": "BUSINESS",
"phone": "9998887654",
"billingAddress": {
"line1": "987 Side Street",
"city": "San Jose",
"stateOrProvince": "CA",
"zipOrPostalCode": "95002",
"country": "US"
}
}Response
Create a customer response