Billing Platform API
Billing Platform API
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCUMULATOR_VALUE_DETAILS/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Cost": "string", "Quantity": "string", "OverrideByActivityId": 0, "RateSource": "string", "InvoiceId": 0, "RatingAmount": "string", "Id": 0, "Rate": "string", "RatingMethod": "string", "SplitFromActivityId": "string", "UpperBand": "string", "AccumulatorValueId": 0, "PackageComponentId": 0, "BillingComponentId": 0, "CustomerProductId": 0, "ConsumedId": 0 } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCUMULATOR_VALUE_DETAILS?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Cost": "string", "Quantity": "string", "OverrideByActivityId": 0, "RateSource": "string", "InvoiceId": 0, "RatingAmount": "string", "Id": 0, "Rate": "string", "RatingMethod": "string", "SplitFromActivityId": "string", "UpperBand": "string", "AccumulatorValueId": 0, "PackageComponentId": 0, "BillingComponentId": 0, "CustomerProductId": 0, "ConsumedId": 0 } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCUMULATOR_VALUE_DETAILS \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Cost": "string",
"Quantity": "string",
"OverrideByActivityId": 0,
"RateSource": "string",
"InvoiceId": 0,
"RatingAmount": "string",
"Id": 0,
"Rate": "string",
"RatingMethod": "string",
"SplitFromActivityId": "string",
"UpperBand": "string",
"AccumulatorValueId": 0,
"PackageComponentId": 0,
"BillingComponentId": 0,
"CustomerProductId": 0,
"ConsumedId": 0
}
}'
{ "retrieveResponse": { "Cost": "string", "Quantity": "string", "OverrideByActivityId": 0, "RateSource": "string", "InvoiceId": 0, "RatingAmount": "string", "Id": 0, "Rate": "string", "RatingMethod": "string", "SplitFromActivityId": "string", "UpperBand": "string", "AccumulatorValueId": 0, "PackageComponentId": 0, "BillingComponentId": 0, "CustomerProductId": 0, "ConsumedId": 0 } }