v1
latestOpenAPI 3.1.02026-07-26580123.9 KBUpdate customer
put/{companyDomain}/customers/{customerUniqueId}
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
customerUniqueIdstring required
The unique identifier of the customer in the Billsby platform
Request body
Response
200
Example response
{
"customerId": "6DK82SKD",
"firstName": "mary",
"lastName": "quinn",
"billingAddress": {
"addressLine1": "32 woodford road",
"addressLine2": "saltdean",
"state": "brighton",
"city": "brighton",
"country": "USA",
"postCode": "BN3 6HE"
},
"email": "mary.quinn@mistmail.com",
"additionalEmail": "marymay@mistimail.com",
"phoneNumberDialCountry": "USA",
"phoneNumberDialCode": "+1",
"phoneNumber": "07283928192",
"isMarketingConsentGiven": true,
"createdOn": "2019-09-03T13:31:55.138Z",
"uniqueId": "AHD12QR4"
}