Skip to main content
GET
/
api
/
Clients
/
{clientId}
/
BillingGroups
Get a clients Billing Groups.
curl --request GET \
  --url https://api.example.com/api/Clients/{clientId}/BillingGroups
[
  {
    "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

clientId
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