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/QUOTE_DRAFT
https://my.billingplatform.com/demogm/rest/2.0/QUOTE_DRAFT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/QUOTE_DRAFT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"AmendDate": null,
"CalculationMode": null,
"Created": null,
"CreatedUserId": null,
"Currency": null,
"DefaultContractId": null,
"DraftSubmit": null,
"EmailSentOn": null,
"EndDate": null,
"Id": null,
"IsReadyForActivation": null,
"OnEndDate": null,
"OriginalQuoteId": null,
"ParentQuoteId": null,
"QuoteCategory": null,
"QuoteDocTemplateId": null,
"QuoteName": null,
"RegeneratePDF": null,
"SalesforceAccountId": null,
"SalesforceBPQuoteId": null,
"SalesforceIsPrimary": null,
"SalesforceOpportunityId": null,
"SalesforceOpportunityUrl": null,
"SourceQuoteId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/QUOTE_DRAFT
https://my.billingplatform.com/demogm/rest/2.0/delete/QUOTE_DRAFT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/QUOTE_DRAFT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/QUOTE_DRAFT
https://my.billingplatform.com/demogm/rest/2.0/QUOTE_DRAFT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/QUOTE_DRAFT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"AmendDate": null,
"CalculationMode": null,
"Created": null,
"CreatedUserId": null,
"Currency": null,
"DefaultContractId": null,
"DraftSubmit": null,
"EmailSentOn": null,
"EndDate": null,
"Id": null,
"IsReadyForActivation": null,
"OnEndDate": null,
"OriginalQuoteId": null,
"ParentQuoteId": null,
"QuoteCategory": null,
"QuoteDocTemplateId": null,
"QuoteName": null,
"RegeneratePDF": null,
"SalesforceAccountId": null,
"SalesforceBPQuoteId": null,
"SalesforceIsPrimary": null,
"SalesforceOpportunityId": null,
"SalesforceOpportunityUrl": null,
"SourceQuoteId": null,
"StartDate": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/QUOTE_DRAFT
https://my.billingplatform.com/demogm/rest/2.0/delete/QUOTE_DRAFT
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/QUOTE_DRAFT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "updateResponse": [ { … } ] }