Billing Platform API
API Reference (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/QUOTE_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/QUOTE_PRODUCT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/QUOTE_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"RatingMethodId": 0,
"ParentQuoteProductId": 0,
"PackageId": 0,
"PackageProductId": 0,
"OverageFlag": "string",
"CostTotal": "string",
"Id": "string",
"QuoteId": 0,
"Created": "string",
"Updated": "string",
"UpdatedUserId": "string",
"ProductId": 0,
"RelationType": "string",
"RatingMethod": "string",
"IdenticalQuantityFlag": 0,
"IdenticalRateFlag": 0,
"ActivationContractId": 0,
"RateSource": "string",
"Name": "string",
"Status": "string",
"OriginalQuoteProductId": 0,
"ContractError": "string",
"ViewActivationContractId": 0,
"CreatedUserId": "string",
"AccountPackageId": 0
}
}'
Response
application/json
{ "retrieveResponse": { "RatingMethodId": 0, "ParentQuoteProductId": 0, "PackageId": 0, "PackageProductId": 0, "OverageFlag": "string", "CostTotal": "string", "Id": "string", "QuoteId": 0, "Created": "string", "Updated": "string", "UpdatedUserId": "string", "ProductId": 0, "RelationType": "string", "RatingMethod": "string", "IdenticalQuantityFlag": 0, "IdenticalRateFlag": 0, "ActivationContractId": 0, "RateSource": "string", "Name": "string", "Status": "string", "OriginalQuoteProductId": 0, "ContractError": "string", "ViewActivationContractId": 0, "CreatedUserId": "string", "AccountPackageId": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/QUOTE_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/delete/QUOTE_PRODUCT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/QUOTE_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "RatingMethodId": 0, "ParentQuoteProductId": 0, "PackageId": 0, "PackageProductId": 0, "OverageFlag": "string", "CostTotal": "string", "Id": "string", "QuoteId": 0, "Created": "string", "Updated": "string", "UpdatedUserId": "string", "ProductId": 0, "RelationType": "string", "RatingMethod": "string", "IdenticalQuantityFlag": 0, "IdenticalRateFlag": 0, "ActivationContractId": 0, "RateSource": "string", "Name": "string", "Status": "string", "OriginalQuoteProductId": 0, "ContractError": "string", "ViewActivationContractId": 0, "CreatedUserId": "string", "AccountPackageId": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/QUOTE_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/QUOTE_PRODUCT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/QUOTE_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"RatingMethodId": 0,
"ParentQuoteProductId": 0,
"PackageId": 0,
"PackageProductId": 0,
"OverageFlag": "string",
"CostTotal": "string",
"Id": "string",
"QuoteId": 0,
"Created": "string",
"Updated": "string",
"UpdatedUserId": "string",
"ProductId": 0,
"RelationType": "string",
"RatingMethod": "string",
"IdenticalQuantityFlag": 0,
"IdenticalRateFlag": 0,
"ActivationContractId": 0,
"RateSource": "string",
"Name": "string",
"Status": "string",
"OriginalQuoteProductId": 0,
"ContractError": "string",
"ViewActivationContractId": 0,
"CreatedUserId": "string",
"AccountPackageId": 0
}
}'
Response
application/json
{ "retrieveResponse": { "RatingMethodId": 0, "ParentQuoteProductId": 0, "PackageId": 0, "PackageProductId": 0, "OverageFlag": "string", "CostTotal": "string", "Id": "string", "QuoteId": 0, "Created": "string", "Updated": "string", "UpdatedUserId": "string", "ProductId": 0, "RelationType": "string", "RatingMethod": "string", "IdenticalQuantityFlag": 0, "IdenticalRateFlag": 0, "ActivationContractId": 0, "RateSource": "string", "Name": "string", "Status": "string", "OriginalQuoteProductId": 0, "ContractError": "string", "ViewActivationContractId": 0, "CreatedUserId": "string", "AccountPackageId": 0 } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/QUOTE_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/delete/QUOTE_PRODUCT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_08_01_2025_schema/rest/2.0/delete/QUOTE_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "RatingMethodId": 0, "ParentQuoteProductId": 0, "PackageId": 0, "PackageProductId": 0, "OverageFlag": "string", "CostTotal": "string", "Id": "string", "QuoteId": 0, "Created": "string", "Updated": "string", "UpdatedUserId": "string", "ProductId": 0, "RelationType": "string", "RatingMethod": "string", "IdenticalQuantityFlag": 0, "IdenticalRateFlag": 0, "ActivationContractId": 0, "RateSource": "string", "Name": "string", "Status": "string", "OriginalQuoteProductId": 0, "ContractError": "string", "ViewActivationContractId": 0, "CreatedUserId": "string", "AccountPackageId": 0 } }