API Reference (1.0)
Billing Platform API
Download OpenAPI description
Overview
Languages
Servers
Mock server
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/CS_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACTION
- 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/CS_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ActionTypeId": null,
"AttachmentType": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"DueOnDay": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"StrategyId": null,
"Updated": null,
"UpdatedUserId": null
}
}'
Response
application/json
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/CS_ACTION
https://my.billingplatform.com/demogm/rest/2.0/delete/CS_ACTION
- 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/CS_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACTION
- 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/CS_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ActionTypeId": null,
"AttachmentType": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"DueOnDay": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"StrategyId": null,
"Updated": null,
"UpdatedUserId": null
}
}'
Response
application/json
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/delete/CS_ACTION
https://my.billingplatform.com/demogm/rest/2.0/delete/CS_ACTION
- 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/CS_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
Response
application/json
{ "updateResponse": [ { … } ] }