post https://qa-nableboomi.n-able.com:9093/ws/rest/V1/PSA_API/PSABillableServices///
This endpoint returns a detailed list of available billable services and clients for a given contract and timeframe.
If the response only returns account data without a billable services or clients array, the contract ID or timeframe submitted may be invalid.
This endpoint is for use by Direct and Indirect customers
This endpoint serves the purpose of retrieving a full list of clients and services relevant to the current contract.
Sample response
{
"AccountName": "Best MSP",
"BpAccountId": 123467,
"Cid": "789012",
"ContractNumber": "123678-USD-01",
"ContractStatus": "ACTIVE",
"Created": "2024-02-09T15:04:06",
"SfdcAccountId": "001H234578asdfIAS",
"TimeFrame": 202409,
"Updated": "2024-11-28T01:25:30",
"Billable Services": [
{
"BillingServiceName": "Cove Data Protection | Additional Capacity",
"ProductFeatureName": "0100_ADDITIONAL_CAPACITY",
"Sku": "MSPUK-BU-AC",
"Uom": "GB"
},
{...}
],
"Clients": [
{
"ClientId": "",
"Name": ""
},
{...}
]
}