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/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_ACTION
- 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/CS_ACCOUNT_ACTION?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountStrategyId": null, "ActionDate": null, "ActionNote": null, "ActionTypeId": null, "AttachmentType": null, "CallNumber": null, "CollectorUserId": null, "ContactId": null, "ContactType": null, "ContactTypeId": null, "Created": null, "CreatedUserId": null, "EmailBCC": null, "EmailBody": null, "EmailBodyHtml": null, "EmailCC": null, "EmailId": null, "EmailRecipient": null, "EmailSender": null, "EmailSubject": null, "EmailTemplateId": null, "GenerateStatementFlag": null, "Id": null, "ManualFlag": null, "Priority": null, "PtpId": null, "StatementEndDateFormula": null, "StatementFromDateFormula": null, "StatementTemplateId": null, "Status": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_ACTION
- 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/CS_ACCOUNT_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountStrategyId": null,
"ActionDate": null,
"ActionNote": null,
"ActionTypeId": null,
"AttachmentType": null,
"CallNumber": null,
"CollectorUserId": null,
"ContactId": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"EmailBCC": null,
"EmailBody": null,
"EmailBodyHtml": null,
"EmailCC": null,
"EmailId": null,
"EmailRecipient": null,
"EmailSender": null,
"EmailSubject": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"PtpId": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"Status": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_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_ACCOUNT_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountStrategyId": null,
"ActionDate": null,
"ActionNote": null,
"ActionTypeId": null,
"AttachmentType": null,
"CallNumber": null,
"CollectorUserId": null,
"ContactId": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"EmailBCC": null,
"EmailBody": null,
"EmailBodyHtml": null,
"EmailCC": null,
"EmailId": null,
"EmailRecipient": null,
"EmailSender": null,
"EmailSubject": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"PtpId": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"Status": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_ACTION
- 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/CS_ACCOUNT_ACTION?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "AccountStrategyId": null, "ActionDate": null, "ActionNote": null, "ActionTypeId": null, "AttachmentType": null, "CallNumber": null, "CollectorUserId": null, "ContactId": null, "ContactType": null, "ContactTypeId": null, "Created": null, "CreatedUserId": null, "EmailBCC": null, "EmailBody": null, "EmailBodyHtml": null, "EmailCC": null, "EmailId": null, "EmailRecipient": null, "EmailSender": null, "EmailSubject": null, "EmailTemplateId": null, "GenerateStatementFlag": null, "Id": null, "ManualFlag": null, "Priority": null, "PtpId": null, "StatementEndDateFormula": null, "StatementFromDateFormula": null, "StatementTemplateId": null, "Status": null, "Updated": null, "UpdatedUserId": null } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_ACTION
- 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/CS_ACCOUNT_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountStrategyId": null,
"ActionDate": null,
"ActionNote": null,
"ActionTypeId": null,
"AttachmentType": null,
"CallNumber": null,
"CollectorUserId": null,
"ContactId": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"EmailBCC": null,
"EmailBody": null,
"EmailBodyHtml": null,
"EmailCC": null,
"EmailId": null,
"EmailRecipient": null,
"EmailSender": null,
"EmailSubject": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"PtpId": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"Status": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "updateResponse": [ { … } ] }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/demogm_20250725_full_schema/rest/2.0/CS_ACCOUNT_ACTION
https://my.billingplatform.com/demogm/rest/2.0/CS_ACCOUNT_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_ACCOUNT_ACTION \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"AccountStrategyId": null,
"ActionDate": null,
"ActionNote": null,
"ActionTypeId": null,
"AttachmentType": null,
"CallNumber": null,
"CollectorUserId": null,
"ContactId": null,
"ContactType": null,
"ContactTypeId": null,
"Created": null,
"CreatedUserId": null,
"EmailBCC": null,
"EmailBody": null,
"EmailBodyHtml": null,
"EmailCC": null,
"EmailId": null,
"EmailRecipient": null,
"EmailSender": null,
"EmailSubject": null,
"EmailTemplateId": null,
"GenerateStatementFlag": null,
"Id": null,
"ManualFlag": null,
"Priority": null,
"PtpId": null,
"StatementEndDateFormula": null,
"StatementFromDateFormula": null,
"StatementTemplateId": null,
"Status": null,
"Updated": null,
"UpdatedUserId": null
}
}'
{ "createResponse": [ { … } ] }