Tax Registrations
Get all tax registrations for a customer by customer ID
Get all tax registrations for a customer by customer ID
GET
Headers
Your API credentials. Eg. Basic {credentials}
.
Use this header to select an API version
Available options:
2024-07-30
Path Parameters
Customer ID
Response
200
application/json
OK
List of tax registrations for customer
Example:
[
{
"id": "3271ca41-d538-404f-a15f-25856a37fb88",
"sequenceAccountId": "42020696-da25-44d0-ab79-9ecbf8fc5307",
"taxIdentifier": "CA123456789",
"customerId": "06457f78-85cd-4140-9972-67c6cd8f6071",
"country": "GB",
"state": "CA"
}
]
Results pagination
Example:
{
"after": "nextOffset",
"before": "previousOffset",
"totalResultSize": 100
}