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/MICROSOFT_DYNAMICS_SYNC_JOB/{id}
https://my.billingplatform.com/demogm/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "LastRunTime": "string", "CreatedUserId": "string", "Updated": "string", "MigrationDirection": "string", "Operation": "string", "SyncType": "string", "ScheduleInterval": "string", "NextRunTime": "string", "StartDate": "string", "JobName": "string", "MicrosoftConnectorId": "string", "UpdatedUserId": "string", "Id": "string", "Status": "string", "Created": "string", "CriteriaJoin": "string", "MicrosoftEntity": "string", "RequiredKey": "string", "BillingPlatformEntity": "string", "MicrosoftLogicalEntity": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB
https://my.billingplatform.com/demogm/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "LastRunTime": "string", "CreatedUserId": "string", "Updated": "string", "MigrationDirection": "string", "Operation": "string", "SyncType": "string", "ScheduleInterval": "string", "NextRunTime": "string", "StartDate": "string", "JobName": "string", "MicrosoftConnectorId": "string", "UpdatedUserId": "string", "Id": "string", "Status": "string", "Created": "string", "CriteriaJoin": "string", "MicrosoftEntity": "string", "RequiredKey": "string", "BillingPlatformEntity": "string", "MicrosoftLogicalEntity": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB
https://my.billingplatform.com/demogm/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MICROSOFT_DYNAMICS_SYNC_JOB \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"LastRunTime": "string",
"CreatedUserId": "string",
"Updated": "string",
"MigrationDirection": "string",
"Operation": "string",
"SyncType": "string",
"ScheduleInterval": "string",
"NextRunTime": "string",
"StartDate": "string",
"JobName": "string",
"MicrosoftConnectorId": "string",
"UpdatedUserId": "string",
"Id": "string",
"Status": "string",
"Created": "string",
"CriteriaJoin": "string",
"MicrosoftEntity": "string",
"RequiredKey": "string",
"BillingPlatformEntity": "string",
"MicrosoftLogicalEntity": "string"
}
}'
{ "retrieveResponse": { "LastRunTime": "string", "CreatedUserId": "string", "Updated": "string", "MigrationDirection": "string", "Operation": "string", "SyncType": "string", "ScheduleInterval": "string", "NextRunTime": "string", "StartDate": "string", "JobName": "string", "MicrosoftConnectorId": "string", "UpdatedUserId": "string", "Id": "string", "Status": "string", "Created": "string", "CriteriaJoin": "string", "MicrosoftEntity": "string", "RequiredKey": "string", "BillingPlatformEntity": "string", "MicrosoftLogicalEntity": "string" } }