billing entity list
This API will allow you to access a comprehensive list of billing entities, including their relevant details such as tax ID, invoicing address, and preferred payment methods. This information is pulled directly from our Supplier Invoicing table, ensuring accuracy and consistency. You can use this API to:
• Retrieve a list of all available billing entities
• Access detailed information for each billing entity, including tax ID, address and payment instructions
• Ensure that your invoices are correctly formatted and directed to the appropriate entity
Example of the body request below:
[[
{
"billingEntityId": 0,
"billingEntityName": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressCity": "string",
"addressState": "string",
"addressCountry": "string",
"addressZip": "string",
"contactName": "string",
"contactEmail": [
"string"
],
"contactPhone": "string",
"taxId": "string",
"instructions": "string"
}
]
]
Updated 8 days ago