Create Billing Group

Create a new billing group associated with a customer.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Request

This endpoint expects an object.
billingGroupNamestringRequired
customerUuidstringRequired
invoiceNamestringOptional
primaryEmailRecipientstringOptionalformat: "email"
additionalEmailRecipientstringOptionalformat: "email"
tradingNamestringOptional
phoneobjectOptional
addressobjectOptional

Response

Billing group created successfully
uuidstring
billingGroupNamestring
billingGroupInvoiceNamestring
billingGroupPrimaryEmailstringformat: "email"
billingGroupAdditionalEmailRecipientsstring
customerUuidstring

Errors

400
Bad Request Error