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/BULK_API_REQUEST/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "RequestName": "string", "UpdatedUserId": "string", "RequestBody": "string", "Updated": "string", "CSVDelimiter": "string", "Created": "string", "CSVQualifier": "string", "Id": "string", "DataSourceId": 0, "Ended": "string", "RecordsPerBatch": "string", "RecordsProcessed": "string", "Started": "string", "ProcessLog": "string", "CSVEndLineFormat": "string", "CreatedUserId": "string", "RetrieveEntityName": "string", "ResponseFormat": "string", "RecordsReturned": "string", "RequestMethod": "string", "RequestStatus": "string", "RequestBodyEncrypted": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/BULK_API_REQUEST?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "RequestName": "string", "UpdatedUserId": "string", "RequestBody": "string", "Updated": "string", "CSVDelimiter": "string", "Created": "string", "CSVQualifier": "string", "Id": "string", "DataSourceId": 0, "Ended": "string", "RecordsPerBatch": "string", "RecordsProcessed": "string", "Started": "string", "ProcessLog": "string", "CSVEndLineFormat": "string", "CreatedUserId": "string", "RetrieveEntityName": "string", "ResponseFormat": "string", "RecordsReturned": "string", "RequestMethod": "string", "RequestStatus": "string", "RequestBodyEncrypted": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/BULK_API_REQUEST \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"RequestName": "string",
"UpdatedUserId": "string",
"RequestBody": "string",
"Updated": "string",
"CSVDelimiter": "string",
"Created": "string",
"CSVQualifier": "string",
"Id": "string",
"DataSourceId": 0,
"Ended": "string",
"RecordsPerBatch": "string",
"RecordsProcessed": "string",
"Started": "string",
"ProcessLog": "string",
"CSVEndLineFormat": "string",
"CreatedUserId": "string",
"RetrieveEntityName": "string",
"ResponseFormat": "string",
"RecordsReturned": "string",
"RequestMethod": "string",
"RequestStatus": "string",
"RequestBodyEncrypted": "string"
}
}'
{ "retrieveResponse": { "RequestName": "string", "UpdatedUserId": "string", "RequestBody": "string", "Updated": "string", "CSVDelimiter": "string", "Created": "string", "CSVQualifier": "string", "Id": "string", "DataSourceId": 0, "Ended": "string", "RecordsPerBatch": "string", "RecordsProcessed": "string", "Started": "string", "ProcessLog": "string", "CSVEndLineFormat": "string", "CreatedUserId": "string", "RetrieveEntityName": "string", "ResponseFormat": "string", "RecordsReturned": "string", "RequestMethod": "string", "RequestStatus": "string", "RequestBodyEncrypted": "string" } }