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/PRODUCT_ACCUMULATOR_VALUE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountProductId": 0, "PackageProductId": 0, "BillingComponentId": 0, "AggregationLevel": "string", "Id": "string", "BillingProfileId": 0, "StartDate": "string", "Value": "string", "EndDate": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT_ACCUMULATOR_VALUE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountProductId": 0, "PackageProductId": 0, "BillingComponentId": 0, "AggregationLevel": "string", "Id": "string", "BillingProfileId": 0, "StartDate": "string", "Value": "string", "EndDate": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT_ACCUMULATOR_VALUE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountProductId": 0,
"PackageProductId": 0,
"BillingComponentId": 0,
"AggregationLevel": "string",
"Id": "string",
"BillingProfileId": 0,
"StartDate": "string",
"Value": "string",
"EndDate": "string"
}
}'
{ "retrieveResponse": { "AccountProductId": 0, "PackageProductId": 0, "BillingComponentId": 0, "AggregationLevel": "string", "Id": "string", "BillingProfileId": 0, "StartDate": "string", "Value": "string", "EndDate": "string" } }