Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Path Parameters
Unique code identifier of the billing entity
Body
Request body for updating an existing billing entity Base schema for billing entity request/response objects
Name of the billing entity
"Acme Inc"
Currency code in ISO 4217 format.
3
"USD"
Whether to finalize invoices with zero amount
true
Address of the customer or party.
Legal name of the entity
"Acme Corporation Inc."
Legal registration number
"US123456789"
Tax identification number
"123-45-6789"
Contact email for the entity
"billing@acmeinc.com"
The timezone of the billing entity
"UTC"
List of unique codes used to identify taxes to be applied.
["standard_vat"]
Response
Billing entity updated successfully
Response object for billing entity operations A billing entity with associated tax details Represents a billing entity which can be associated with invoices, customers, and taxes Base schema for billing entity request/response objects
Name of the billing entity
"Acme Inc"
List of tax entities configured for the billing entity
Currency code in ISO 4217 format.
3
"USD"
Whether to finalize invoices with zero amount
true
Address of the customer or party.
Legal name of the entity
"Acme Corporation Inc."
Legal registration number
"US123456789"
Tax identification number
"123-45-6789"
Contact email for the entity
"billing@acmeinc.com"
The timezone of the billing entity
"UTC"
Unique code used to identify the billing entity. Must contain only alphanumeric characters, underscores, and hyphens.
"acme_inc"
Whether this is the default billing entity
false
The unique identifier for the billing entity
"b8e2a656-04eb-441c-a6b2-bfab9e2a0f7c"
Date and time in ISO 8601 format. Creation timestamp
"2023-01-15T00:00:00Z"
Date and time in ISO 8601 format. Last update timestamp
"2023-01-15T00:00:00Z"