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/ORG_COMPARISON_ITEM_RESULT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "OrgComparisonItemId": 0, "SourceOrgComparisonItemFileId": 0, "TargetOrgComparisonItemFileId": 0, "SourceValue": "string", "ResultParameter": "string", "TargetValue": "string", "SourceRecord": "string", "SourceComponent": "string", "SourceParameter": "string", "TargetComponent": "string", "TargetParameter": "string", "TargetRecord": "string", "ResultRecord": "string", "ExternalKeyFieldName": "string", "Id": "string", "ResultValue": "string" } }
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ORG_COMPARISON_ITEM_RESULT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "OrgComparisonItemId": 0, "SourceOrgComparisonItemFileId": 0, "TargetOrgComparisonItemFileId": 0, "SourceValue": "string", "ResultParameter": "string", "TargetValue": "string", "SourceRecord": "string", "SourceComponent": "string", "SourceParameter": "string", "TargetComponent": "string", "TargetParameter": "string", "TargetRecord": "string", "ResultRecord": "string", "ExternalKeyFieldName": "string", "Id": "string", "ResultValue": "string" } }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ORG_COMPARISON_ITEM_RESULT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"OrgComparisonItemId": 0,
"SourceOrgComparisonItemFileId": 0,
"TargetOrgComparisonItemFileId": 0,
"SourceValue": "string",
"ResultParameter": "string",
"TargetValue": "string",
"SourceRecord": "string",
"SourceComponent": "string",
"SourceParameter": "string",
"TargetComponent": "string",
"TargetParameter": "string",
"TargetRecord": "string",
"ResultRecord": "string",
"ExternalKeyFieldName": "string",
"Id": "string",
"ResultValue": "string"
}
}'
{ "retrieveResponse": { "OrgComparisonItemId": 0, "SourceOrgComparisonItemFileId": 0, "TargetOrgComparisonItemFileId": 0, "SourceValue": "string", "ResultParameter": "string", "TargetValue": "string", "SourceRecord": "string", "SourceComponent": "string", "SourceParameter": "string", "TargetComponent": "string", "TargetParameter": "string", "TargetRecord": "string", "ResultRecord": "string", "ExternalKeyFieldName": "string", "Id": "string", "ResultValue": "string" } }