Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/
https://my.billingplatform.com/demogm/
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC/{id}
https://my.billingplatform.com/demogm/rest/2.0/HISTORY_SALESFORCE_SYNC/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "SyncUserId": "string", "SyncFailed": "string", "Id": "string", "SalesforceSyncObjectId": "string", "SyncDate": "string", "Operation": "string", "Status": "string", "Description": "string", "Created": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string", "SyncSuccess": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC
https://my.billingplatform.com/demogm/rest/2.0/HISTORY_SALESFORCE_SYNC
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "SyncUserId": "string", "SyncFailed": "string", "Id": "string", "SalesforceSyncObjectId": "string", "SyncDate": "string", "Operation": "string", "Status": "string", "Description": "string", "Created": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string", "SyncSuccess": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC
https://my.billingplatform.com/demogm/rest/2.0/HISTORY_SALESFORCE_SYNC
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/HISTORY_SALESFORCE_SYNC \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"SyncUserId": "string",
"SyncFailed": "string",
"Id": "string",
"SalesforceSyncObjectId": "string",
"SyncDate": "string",
"Operation": "string",
"Status": "string",
"Description": "string",
"Created": "string",
"CreatedUserId": "string",
"Updated": "string",
"UpdatedUserId": "string",
"SyncSuccess": "string"
}
}'
{ "retrieveResponse": { "SyncUserId": "string", "SyncFailed": "string", "Id": "string", "SalesforceSyncObjectId": "string", "SyncDate": "string", "Operation": "string", "Status": "string", "Description": "string", "Created": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string", "SyncSuccess": "string" } }