Billing Platform API
Billing Platform API
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/BULK_RESPONSE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"ProcessLog": "string",
"Updated": "string",
"Created": "string",
"UpdatedUserId": "string",
"RecordsProcessed": "string",
"ResponseRecordsTo": "string",
"ResponseRecordsFrom": "string",
"Ended": "string",
"ResponseStatus": "string",
"CreatedUserId": "string",
"Started": "string",
"LastErrorMessage": "string",
"MdlFileId": "string",
"LastErrorTimestamp": "string",
"RequestId": 0,
"Id": "string"
}
}'
{ "retrieveResponse": { "ProcessLog": "string", "Updated": "string", "Created": "string", "UpdatedUserId": "string", "RecordsProcessed": "string", "ResponseRecordsTo": "string", "ResponseRecordsFrom": "string", "Ended": "string", "ResponseStatus": "string", "CreatedUserId": "string", "Started": "string", "LastErrorMessage": "string", "MdlFileId": "string", "LastErrorTimestamp": "string", "RequestId": 0, "Id": "string" } }
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/delete/BULK_RESPONSE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "retrieveResponse": { "ProcessLog": "string", "Updated": "string", "Created": "string", "UpdatedUserId": "string", "RecordsProcessed": "string", "ResponseRecordsTo": "string", "ResponseRecordsFrom": "string", "Ended": "string", "ResponseStatus": "string", "CreatedUserId": "string", "Started": "string", "LastErrorMessage": "string", "MdlFileId": "string", "LastErrorTimestamp": "string", "RequestId": 0, "Id": "string" } }