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_DATA_LOADER/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Created": "string", "Updated": "string", "AfterProcessDirectory": "string", "FileStorageId": "string", "BulkDataLoaderLabel": "string", "SkipRowsLast": "string", "Username": "string", "FtpDataSource": 0, "StartDate": "string", "RunTime": "string", "FieldIncludedChar": "string", "RunIntervalMin": "string", "ColumnIdentifier": "string", "LoadOrder": "string", "Delimiter": "string", "FtpFilePattern": "string", "CreateAfterProcessDirectoryFlag": 0, "AfterProcessFilePattern": "string", "HostName": "string", "HostPort": "string", "TimeZoneId": 0, "SkipRows": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BulkDataLoaderName": "string", "ObjectName": "string", "Operation": "string", "Status": "string", "FtpDirectory": "string", "EntityId": 0, "Id": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/BULK_DATA_LOADER?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Created": "string", "Updated": "string", "AfterProcessDirectory": "string", "FileStorageId": "string", "BulkDataLoaderLabel": "string", "SkipRowsLast": "string", "Username": "string", "FtpDataSource": 0, "StartDate": "string", "RunTime": "string", "FieldIncludedChar": "string", "RunIntervalMin": "string", "ColumnIdentifier": "string", "LoadOrder": "string", "Delimiter": "string", "FtpFilePattern": "string", "CreateAfterProcessDirectoryFlag": 0, "AfterProcessFilePattern": "string", "HostName": "string", "HostPort": "string", "TimeZoneId": 0, "SkipRows": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BulkDataLoaderName": "string", "ObjectName": "string", "Operation": "string", "Status": "string", "FtpDirectory": "string", "EntityId": 0, "Id": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/BULK_DATA_LOADER \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Created": "string",
"Updated": "string",
"AfterProcessDirectory": "string",
"FileStorageId": "string",
"BulkDataLoaderLabel": "string",
"SkipRowsLast": "string",
"Username": "string",
"FtpDataSource": 0,
"StartDate": "string",
"RunTime": "string",
"FieldIncludedChar": "string",
"RunIntervalMin": "string",
"ColumnIdentifier": "string",
"LoadOrder": "string",
"Delimiter": "string",
"FtpFilePattern": "string",
"CreateAfterProcessDirectoryFlag": 0,
"AfterProcessFilePattern": "string",
"HostName": "string",
"HostPort": "string",
"TimeZoneId": 0,
"SkipRows": "string",
"CreatedUserId": "string",
"UpdatedUserId": "string",
"BulkDataLoaderName": "string",
"ObjectName": "string",
"Operation": "string",
"Status": "string",
"FtpDirectory": "string",
"EntityId": 0,
"Id": "string"
}
}'
{ "retrieveResponse": { "Created": "string", "Updated": "string", "AfterProcessDirectory": "string", "FileStorageId": "string", "BulkDataLoaderLabel": "string", "SkipRowsLast": "string", "Username": "string", "FtpDataSource": 0, "StartDate": "string", "RunTime": "string", "FieldIncludedChar": "string", "RunIntervalMin": "string", "ColumnIdentifier": "string", "LoadOrder": "string", "Delimiter": "string", "FtpFilePattern": "string", "CreateAfterProcessDirectoryFlag": 0, "AfterProcessFilePattern": "string", "HostName": "string", "HostPort": "string", "TimeZoneId": 0, "SkipRows": "string", "CreatedUserId": "string", "UpdatedUserId": "string", "BulkDataLoaderName": "string", "ObjectName": "string", "Operation": "string", "Status": "string", "FtpDirectory": "string", "EntityId": 0, "Id": "string" } }