Get Billing Group by UUID

Retrieve a single billing group by UUID.

Authentication

AuthorizationBearer

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

Path parameters

billingGroupUuidstringRequired

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Query parameters

includestringOptional

Comma-separated list of field paths to include in the response (e.g. uuid,billingGroupName,address).

Response

Successful Response
idintegerOptional
uuidstringOptionalformat: "uuid"
billingGroupNamestringOptional
invoiceNamestringOptional
tradingNamestringOptional
primaryEmailRecipientstringOptionalformat: "email"
additionalEmailRecipientstringOptionalformat: "email"
customerUuidstringOptionalformat: "uuid"
phoneobjectOptional
addressobjectOptional

Errors

400
Bad Request Error
404
Not Found Error