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/LINKED_OVERAGE_COMPONENT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ReferencedColumn": "string", "Id": "string", "ExternalKey": "string", "Name": "string", "Type": "string", "Value": "string", "AccountId": 0, "PackageId": 0, "ProductId": 0, "PackageProductId": 0, "InternationalRateId": 0, "RatingMethodId": 0, "GroupId": "string", "GroupName": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/LINKED_OVERAGE_COMPONENT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "ReferencedColumn": "string", "Id": "string", "ExternalKey": "string", "Name": "string", "Type": "string", "Value": "string", "AccountId": 0, "PackageId": 0, "ProductId": 0, "PackageProductId": 0, "InternationalRateId": 0, "RatingMethodId": 0, "GroupId": "string", "GroupName": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/LINKED_OVERAGE_COMPONENT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ReferencedColumn": "string",
"Id": "string",
"ExternalKey": "string",
"Name": "string",
"Type": "string",
"Value": "string",
"AccountId": 0,
"PackageId": 0,
"ProductId": 0,
"PackageProductId": 0,
"InternationalRateId": 0,
"RatingMethodId": 0,
"GroupId": "string",
"GroupName": "string"
}
}'
{ "retrieveResponse": { "ReferencedColumn": "string", "Id": "string", "ExternalKey": "string", "Name": "string", "Type": "string", "Value": "string", "AccountId": 0, "PackageId": 0, "ProductId": 0, "PackageProductId": 0, "InternationalRateId": 0, "RatingMethodId": 0, "GroupId": "string", "GroupName": "string" } }