API Reference (1.0)
Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BulkRateStatus": null,
"ContractId": null,
"ContractRateLabel": null,
"Created": null,
"CreatedUserId": null,
"EndDate": null,
"Id": null,
"Name": null,
"PackageId": null,
"PackageProductId": null,
"ParentContractRateId": null,
"PricingPlanId": null,
"ProductId": null,
"RatingMethodId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BulkRateStatus": null,
"ContractId": null,
"ContractRateLabel": null,
"Created": null,
"CreatedUserId": null,
"EndDate": null,
"Id": null,
"Name": null,
"PackageId": null,
"PackageProductId": null,
"ParentContractRateId": null,
"PricingPlanId": null,
"ProductId": null,
"RatingMethodId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BulkRateStatus": null,
"ContractId": null,
"ContractRateLabel": null,
"Created": null,
"CreatedUserId": null,
"EndDate": null,
"Id": null,
"Name": null,
"PackageId": null,
"PackageProductId": null,
"ParentContractRateId": null,
"PricingPlanId": null,
"ProductId": null,
"RatingMethodId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "BulkRateStatus": null, "ContractId": null, "ContractRateLabel": null, "Created": null, "CreatedUserId": null, "EndDate": null, "Id": null, "Name": null, "PackageId": null, "PackageProductId": null, "ParentContractRateId": null, "PricingPlanId": null, "ProductId": null, "RatingMethodId": null, "StartDate": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE
https://my.billingplatform.com/demogm/rest/2.0/CONTRACT_RATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CONTRACT_RATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"BulkRateStatus": null,
"ContractId": null,
"ContractRateLabel": null,
"Created": null,
"CreatedUserId": null,
"EndDate": null,
"Id": null,
"Name": null,
"PackageId": null,
"PackageProductId": null,
"ParentContractRateId": null,
"PricingPlanId": null,
"ProductId": null,
"RatingMethodId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }