Billing Platform API
- Retrieve Filtered Statement Template
Retrieve By Id Statement Template
Save Statement Template
Update Statement Template
Upsert Statement Template
Delete Statement Template
Retrieve Filtered Stateme...
API Reference (1.0)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/
https://my.billingplatform.com/demogm/
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/STATEMENT_TEMPLATE/{id}
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE/{id}
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/STATEMENT_TEMPLATE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "ShowCreditAdjDetail": 0, "ShowPastDueStatements": 0, "PreviewXsd": "string", "SupportNumber": "string", "StatementTemplateName": "string", "SupportMessage1": "string", "StatementXslId": "string", "LanguageCode": "string", "DefaultFlag": 0, "ShowTaxFeeDetail": 0, "EbppUrl": "string", "EmailTemplateId": "string", "Status": "string", "ShowAging": 0, "SupportMessage": "string", "FileStorageId": "string", "Id": "string", "AccountId": "string", "LogoFilePath": "string", "SystemLogoFileName": "string", "Type": "string", "DateFormat": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BaseEntityId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/STATEMENT_TEMPLATE
https://my.billingplatform.com/demogm/rest/2.0/STATEMENT_TEMPLATE
- cURL
- JS
- Go
- Ruby
- Java 8
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/STATEMENT_TEMPLATE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
Response
application/json
{ "retrieveResponse": { "ShowCreditAdjDetail": 0, "ShowPastDueStatements": 0, "PreviewXsd": "string", "SupportNumber": "string", "StatementTemplateName": "string", "SupportMessage1": "string", "StatementXslId": "string", "LanguageCode": "string", "DefaultFlag": 0, "ShowTaxFeeDetail": 0, "EbppUrl": "string", "EmailTemplateId": "string", "Status": "string", "ShowAging": 0, "SupportMessage": "string", "FileStorageId": "string", "Id": "string", "AccountId": "string", "LogoFilePath": "string", "SystemLogoFileName": "string", "Type": "string", "DateFormat": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BaseEntityId": "string" } }
- Mock server
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/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/cwid_206_manual/rest/2.0/STATEMENT_TEMPLATE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ShowCreditAdjDetail": 0,
"ShowPastDueStatements": 0,
"PreviewXsd": "string",
"SupportNumber": "string",
"StatementTemplateName": "string",
"SupportMessage1": "string",
"StatementXslId": "string",
"LanguageCode": "string",
"DefaultFlag": 0,
"ShowTaxFeeDetail": 0,
"EbppUrl": "string",
"EmailTemplateId": "string",
"Status": "string",
"ShowAging": 0,
"SupportMessage": "string",
"FileStorageId": "string",
"Id": "string",
"AccountId": "string",
"LogoFilePath": "string",
"SystemLogoFileName": "string",
"Type": "string",
"DateFormat": "string",
"Created": "string",
"Updated": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string",
"BaseEntityId": "string"
}
}'
Response
application/json
{ "retrieveResponse": { "ShowCreditAdjDetail": 0, "ShowPastDueStatements": 0, "PreviewXsd": "string", "SupportNumber": "string", "StatementTemplateName": "string", "SupportMessage1": "string", "StatementXslId": "string", "LanguageCode": "string", "DefaultFlag": 0, "ShowTaxFeeDetail": 0, "EbppUrl": "string", "EmailTemplateId": "string", "Status": "string", "ShowAging": 0, "SupportMessage": "string", "FileStorageId": "string", "Id": "string", "AccountId": "string", "LogoFilePath": "string", "SystemLogoFileName": "string", "Type": "string", "DateFormat": "string", "Created": "string", "Updated": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BaseEntityId": "string" } }