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/ACTIVITY_COLLECTOR_HISTORY/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "LapsedTime": "string", "StartDate": "string", "LoadLapsedTime": "string", "LastModifiedDate": "string", "LoadCompletionDate": "string", "ErrorMessage": "string", "RecordsExcluded": "string", "UnaggregatedUploadStatus": "string", "UnaggregatedUsageRejectionReason": "string", "ActivityCollectorId": 0, "ExtFileName": "string", "RecordsLoaded": "string", "FileSize": "string", "RecordsRejected": "string", "Created": "string", "FileStatus": "string", "Updated": "string", "Id": "string", "FileDate": "string", "FileDirectory": "string", "BadfileExists": "string", "Compressed": "string", "FileRecords": "string", "SystemDeletedRecords": "string", "ResetRejectedRecords": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "RecordsUpserted": "string", "CollectorUploadProgressId": 0 } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACTIVITY_COLLECTOR_HISTORY?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "LapsedTime": "string", "StartDate": "string", "LoadLapsedTime": "string", "LastModifiedDate": "string", "LoadCompletionDate": "string", "ErrorMessage": "string", "RecordsExcluded": "string", "UnaggregatedUploadStatus": "string", "UnaggregatedUsageRejectionReason": "string", "ActivityCollectorId": 0, "ExtFileName": "string", "RecordsLoaded": "string", "FileSize": "string", "RecordsRejected": "string", "Created": "string", "FileStatus": "string", "Updated": "string", "Id": "string", "FileDate": "string", "FileDirectory": "string", "BadfileExists": "string", "Compressed": "string", "FileRecords": "string", "SystemDeletedRecords": "string", "ResetRejectedRecords": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "RecordsUpserted": "string", "CollectorUploadProgressId": 0 } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ACTIVITY_COLLECTOR_HISTORY \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"LapsedTime": "string",
"StartDate": "string",
"LoadLapsedTime": "string",
"LastModifiedDate": "string",
"LoadCompletionDate": "string",
"ErrorMessage": "string",
"RecordsExcluded": "string",
"UnaggregatedUploadStatus": "string",
"UnaggregatedUsageRejectionReason": "string",
"ActivityCollectorId": 0,
"ExtFileName": "string",
"RecordsLoaded": "string",
"FileSize": "string",
"RecordsRejected": "string",
"Created": "string",
"FileStatus": "string",
"Updated": "string",
"Id": "string",
"FileDate": "string",
"FileDirectory": "string",
"BadfileExists": "string",
"Compressed": "string",
"FileRecords": "string",
"SystemDeletedRecords": "string",
"ResetRejectedRecords": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string",
"RecordsUpserted": "string",
"CollectorUploadProgressId": 0
}
}'
{ "retrieveResponse": { "LapsedTime": "string", "StartDate": "string", "LoadLapsedTime": "string", "LastModifiedDate": "string", "LoadCompletionDate": "string", "ErrorMessage": "string", "RecordsExcluded": "string", "UnaggregatedUploadStatus": "string", "UnaggregatedUsageRejectionReason": "string", "ActivityCollectorId": 0, "ExtFileName": "string", "RecordsLoaded": "string", "FileSize": "string", "RecordsRejected": "string", "Created": "string", "FileStatus": "string", "Updated": "string", "Id": "string", "FileDate": "string", "FileDirectory": "string", "BadfileExists": "string", "Compressed": "string", "FileRecords": "string", "SystemDeletedRecords": "string", "ResetRejectedRecords": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "RecordsUpserted": "string", "CollectorUploadProgressId": 0 } }