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