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/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- 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/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- 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/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
},
"externalIDFieldName": "StatementTemplateName"
}'
{ "upsertResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- 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/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- 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/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountId": null,
"BaseEntityId": null,
"Created": null,
"CreatedUserId": null,
"DateFormat": null,
"DefaultFlag": null,
"EbppUrl": null,
"EmailTemplateId": null,
"FileStorageId": null,
"Id": null,
"LanguageCode": null,
"LogoFilePath": null,
"PreviewXsd": null,
"ShowAging": null,
"ShowCreditAdjDetail": null,
"ShowPastDueStatements": null,
"ShowTaxFeeDetail": null,
"StatementTemplateName": null,
"StatementXslId": null,
"Status": null,
"SupportMessage": null,
"SupportMessage1": null,
"SupportNumber": null,
"SystemLogoFileName": null,
"Type": null,
"Updated": null,
"UpdatedUserId": null
},
"externalIDFieldName": "StatementTemplateName"
}'
{ "upsertResponse": [ { … } ] }