Skip to main content
GET
/
api
/
billing-groups
/
{billingGroupId}
Retrieve a single Billing Group.
curl --request GET \
  --url https://api.example.com/api/billing-groups/{billingGroupId}
{
  "id": 123,
  "clientName": "<string>",
  "primaryContactName": "<string>",
  "countryName": "<string>",
  "createdByUserID": 123,
  "createdByUserName": "<string>",
  "createdDate": "2023-11-07T05:31:56Z",
  "updatedByUserID": 123,
  "updatedByUserName": "<string>",
  "updatedDate": "2023-11-07T05:31:56Z",
  "clientID": 123,
  "name": "<string>",
  "primaryContactID": 123,
  "address1": "<string>",
  "address2": "<string>",
  "address3": "<string>",
  "suburb": "<string>",
  "state": "<string>",
  "postcode": "<string>",
  "country": "<string>",
  "description": "<string>"
}

Path Parameters

billingGroupId
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
clientName
string | null
primaryContactName
string | null
countryName
string | null
createdByUserID
integer<int32>
createdByUserName
string | null
createdDate
string<date-time>
updatedByUserID
integer<int32>
updatedByUserName
string | null
updatedDate
string<date-time>
clientID
integer<int32>
name
string | null
primaryContactID
integer<int32>
address1
string | null
address2
string | null
address3
string | null
suburb
string | null
state
string | null
postcode
string | null
country
string | null
description
string | null