Billing Platform API
Billing Platform API
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
}
}'
{ "retrieveResponse": { "Status": "string", "ContractRequiredFlag": 0, "OverridePermissions": "string", "CustomizeTaxRules": 0, "Id": "string", "UpdatedUserId": "string", "RestrictUseOfUnreferencedContracts": 0, "Name": "string", "Created": "string", "CreatedUserId": "string", "OrderOfExecution": "string", "Updated": "string", "RatingMethodId": "string", "UseFormulaSSP": 0, "SSPFormula": "string", "Rate": "string", "SfLastSync": "string", "SfStatusError": "string", "DefaultRateFlag": 0, "ExternalKey": "string", "SfSyncBatchId": "string", "SfRecordId": "string" } }
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
}
}'
{ "retrieveResponse": { "Status": "string", "ContractRequiredFlag": 0, "OverridePermissions": "string", "CustomizeTaxRules": 0, "Id": "string", "UpdatedUserId": "string", "RestrictUseOfUnreferencedContracts": 0, "Name": "string", "Created": "string", "CreatedUserId": "string", "OrderOfExecution": "string", "Updated": "string", "RatingMethodId": "string", "UseFormulaSSP": 0, "SSPFormula": "string", "Rate": "string", "SfLastSync": "string", "SfStatusError": "string", "DefaultRateFlag": 0, "ExternalKey": "string", "SfSyncBatchId": "string", "SfRecordId": "string" } }
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
},
"externalIDFieldName": "Name"
}'
{ "upsertResponse": [ { … } ] }
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
}
}'
{ "retrieveResponse": { "Status": "string", "ContractRequiredFlag": 0, "OverridePermissions": "string", "CustomizeTaxRules": 0, "Id": "string", "UpdatedUserId": "string", "RestrictUseOfUnreferencedContracts": 0, "Name": "string", "Created": "string", "CreatedUserId": "string", "OrderOfExecution": "string", "Updated": "string", "RatingMethodId": "string", "UseFormulaSSP": 0, "SSPFormula": "string", "Rate": "string", "SfLastSync": "string", "SfStatusError": "string", "DefaultRateFlag": 0, "ExternalKey": "string", "SfSyncBatchId": "string", "SfRecordId": "string" } }
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
}
}'
{ "retrieveResponse": { "Status": "string", "ContractRequiredFlag": 0, "OverridePermissions": "string", "CustomizeTaxRules": 0, "Id": "string", "UpdatedUserId": "string", "RestrictUseOfUnreferencedContracts": 0, "Name": "string", "Created": "string", "CreatedUserId": "string", "OrderOfExecution": "string", "Updated": "string", "RatingMethodId": "string", "UseFormulaSSP": 0, "SSPFormula": "string", "Rate": "string", "SfLastSync": "string", "SfStatusError": "string", "DefaultRateFlag": 0, "ExternalKey": "string", "SfSyncBatchId": "string", "SfRecordId": "string" } }
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Status": "string",
"ContractRequiredFlag": 0,
"OverridePermissions": "string",
"CustomizeTaxRules": 0,
"Id": "string",
"UpdatedUserId": "string",
"RestrictUseOfUnreferencedContracts": 0,
"Name": "string",
"Created": "string",
"CreatedUserId": "string",
"OrderOfExecution": "string",
"Updated": "string",
"RatingMethodId": "string",
"UseFormulaSSP": 0,
"SSPFormula": "string",
"Rate": "string",
"SfLastSync": "string",
"SfStatusError": "string",
"DefaultRateFlag": 0,
"ExternalKey": "string",
"SfSyncBatchId": "string",
"SfRecordId": "string"
},
"externalIDFieldName": "Name"
}'
{ "upsertResponse": [ { … } ] }