Billing Platform API
Billing Platform API
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCOUNT_TRANSACTION_LEDGER/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "TransactionDate": "string", "TransactionType": "string", "BillingProfileId": 0, "Id": "string", "TransactionId": "string", "SortOrderId": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCOUNT_TRANSACTION_LEDGER?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "TransactionDate": "string", "TransactionType": "string", "BillingProfileId": 0, "Id": "string", "TransactionId": "string", "SortOrderId": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACCOUNT_TRANSACTION_LEDGER \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"TransactionDate": "string",
"TransactionType": "string",
"BillingProfileId": 0,
"Id": "string",
"TransactionId": "string",
"SortOrderId": "string"
}
}'
{ "retrieveResponse": { "TransactionDate": "string", "TransactionType": "string", "BillingProfileId": 0, "Id": "string", "TransactionId": "string", "SortOrderId": "string" } }