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/ACCOUNT_PRODUCT/{id}
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT/{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/ACCOUNT_PRODUCT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountId": null, "AccountPackageId": null, "BillingCycleStartDate": null, "ContractId": null, "ContractModificationDate": null, "ContractModificationMethod": null, "CreateNewRevRecContract": null, "Created": null, "CreatedUserId": null, "DiscountVoucherBalance": null, "EditModifyContract": null, "EndDate": null, "Id": null, "Name": null, "OrderId": null, "PackageProductId": null, "ParentCustomerProductId": null, "ProductId": null, "Quantity": null, "QuoteId": null, "QuoteProductId": null, "RateOverride": null, "RatingMethodId": null, "RenewalDate": null, "RenewalStartDate": null, "RevRecContractId": null, "RevRecFieldsToUpdate": null, "SfLastSync": null, "SfRecordId": null, "SfStatusError": null, "SfSyncBatchId": null, "StartDate": null, "Status": null, "TrialEndDate": null, "UpdateRevRecContractProduct": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/ACCOUNT_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT
- 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/ACCOUNT_PRODUCT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountId": null, "AccountPackageId": null, "BillingCycleStartDate": null, "ContractId": null, "ContractModificationDate": null, "ContractModificationMethod": null, "CreateNewRevRecContract": null, "Created": null, "CreatedUserId": null, "DiscountVoucherBalance": null, "EditModifyContract": null, "EndDate": null, "Id": null, "Name": null, "OrderId": null, "PackageProductId": null, "ParentCustomerProductId": null, "ProductId": null, "Quantity": null, "QuoteId": null, "QuoteProductId": null, "RateOverride": null, "RatingMethodId": null, "RenewalDate": null, "RenewalStartDate": null, "RevRecContractId": null, "RevRecFieldsToUpdate": null, "SfLastSync": null, "SfRecordId": null, "SfStatusError": null, "SfSyncBatchId": null, "StartDate": null, "Status": null, "TrialEndDate": null, "UpdateRevRecContractProduct": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/ACCOUNT_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT
- 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/ACCOUNT_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"AccountPackageId": null,
"BillingCycleStartDate": null,
"ContractId": null,
"ContractModificationDate": null,
"ContractModificationMethod": null,
"CreateNewRevRecContract": null,
"Created": null,
"CreatedUserId": null,
"DiscountVoucherBalance": null,
"EditModifyContract": null,
"EndDate": null,
"Id": null,
"Name": null,
"OrderId": null,
"PackageProductId": null,
"ParentCustomerProductId": null,
"ProductId": null,
"Quantity": null,
"QuoteId": null,
"QuoteProductId": null,
"RateOverride": null,
"RatingMethodId": null,
"RenewalDate": null,
"RenewalStartDate": null,
"RevRecContractId": null,
"RevRecFieldsToUpdate": null,
"SfLastSync": null,
"SfRecordId": null,
"SfStatusError": null,
"SfSyncBatchId": null,
"StartDate": null,
"Status": null,
"TrialEndDate": null,
"UpdateRevRecContractProduct": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/ACCOUNT_PRODUCT/{id}
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT/{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/ACCOUNT_PRODUCT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountId": null, "AccountPackageId": null, "BillingCycleStartDate": null, "ContractId": null, "ContractModificationDate": null, "ContractModificationMethod": null, "CreateNewRevRecContract": null, "Created": null, "CreatedUserId": null, "DiscountVoucherBalance": null, "EditModifyContract": null, "EndDate": null, "Id": null, "Name": null, "OrderId": null, "PackageProductId": null, "ParentCustomerProductId": null, "ProductId": null, "Quantity": null, "QuoteId": null, "QuoteProductId": null, "RateOverride": null, "RatingMethodId": null, "RenewalDate": null, "RenewalStartDate": null, "RevRecContractId": null, "RevRecFieldsToUpdate": null, "SfLastSync": null, "SfRecordId": null, "SfStatusError": null, "SfSyncBatchId": null, "StartDate": null, "Status": null, "TrialEndDate": null, "UpdateRevRecContractProduct": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/ACCOUNT_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT
- 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/ACCOUNT_PRODUCT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountId": null, "AccountPackageId": null, "BillingCycleStartDate": null, "ContractId": null, "ContractModificationDate": null, "ContractModificationMethod": null, "CreateNewRevRecContract": null, "Created": null, "CreatedUserId": null, "DiscountVoucherBalance": null, "EditModifyContract": null, "EndDate": null, "Id": null, "Name": null, "OrderId": null, "PackageProductId": null, "ParentCustomerProductId": null, "ProductId": null, "Quantity": null, "QuoteId": null, "QuoteProductId": null, "RateOverride": null, "RatingMethodId": null, "RenewalDate": null, "RenewalStartDate": null, "RevRecContractId": null, "RevRecFieldsToUpdate": null, "SfLastSync": null, "SfRecordId": null, "SfStatusError": null, "SfSyncBatchId": null, "StartDate": null, "Status": null, "TrialEndDate": null, "UpdateRevRecContractProduct": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/ACCOUNT_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/ACCOUNT_PRODUCT
- 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/ACCOUNT_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"AccountPackageId": null,
"BillingCycleStartDate": null,
"ContractId": null,
"ContractModificationDate": null,
"ContractModificationMethod": null,
"CreateNewRevRecContract": null,
"Created": null,
"CreatedUserId": null,
"DiscountVoucherBalance": null,
"EditModifyContract": null,
"EndDate": null,
"Id": null,
"Name": null,
"OrderId": null,
"PackageProductId": null,
"ParentCustomerProductId": null,
"ProductId": null,
"Quantity": null,
"QuoteId": null,
"QuoteProductId": null,
"RateOverride": null,
"RatingMethodId": null,
"RenewalDate": null,
"RenewalStartDate": null,
"RevRecContractId": null,
"RevRecFieldsToUpdate": null,
"SfLastSync": null,
"SfRecordId": null,
"SfStatusError": null,
"SfSyncBatchId": null,
"StartDate": null,
"Status": null,
"TrialEndDate": null,
"UpdateRevRecContractProduct": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }