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/MIN_MAX_CHARGE/{id}
https://my.billingplatform.com/demogm/rest/2.0/MIN_MAX_CHARGE/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MIN_MAX_CHARGE/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "CurrencyCode": 0, "EffectiveDate": "string", "AccountProductId": 0, "EndDate": "string", "ProductId": 0, "ContractRateId": 0, "RateClassProductId": 0, "UpdatedUserId": "string", "ExternalKey": "string", "Updated": "string", "Id": "string", "MinimumAmount": "string", "MaximumAmount": "string", "Created": "string", "CreatedUserId": "string", "PackageProductId": 0, "PricingPlanId": 0 } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MIN_MAX_CHARGE
https://my.billingplatform.com/demogm/rest/2.0/MIN_MAX_CHARGE
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MIN_MAX_CHARGE?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "CurrencyCode": 0, "EffectiveDate": "string", "AccountProductId": 0, "EndDate": "string", "ProductId": 0, "ContractRateId": 0, "RateClassProductId": 0, "UpdatedUserId": "string", "ExternalKey": "string", "Updated": "string", "Id": "string", "MinimumAmount": "string", "MaximumAmount": "string", "Created": "string", "CreatedUserId": "string", "PackageProductId": 0, "PricingPlanId": 0 } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MIN_MAX_CHARGE
https://my.billingplatform.com/demogm/rest/2.0/MIN_MAX_CHARGE
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/MIN_MAX_CHARGE \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"CurrencyCode": 0,
"EffectiveDate": "string",
"AccountProductId": 0,
"EndDate": "string",
"ProductId": 0,
"ContractRateId": 0,
"RateClassProductId": 0,
"UpdatedUserId": "string",
"ExternalKey": "string",
"Updated": "string",
"Id": "string",
"MinimumAmount": "string",
"MaximumAmount": "string",
"Created": "string",
"CreatedUserId": "string",
"PackageProductId": 0,
"PricingPlanId": 0
}
}'
{ "retrieveResponse": { "CurrencyCode": 0, "EffectiveDate": "string", "AccountProductId": 0, "EndDate": "string", "ProductId": 0, "ContractRateId": 0, "RateClassProductId": 0, "UpdatedUserId": "string", "ExternalKey": "string", "Updated": "string", "Id": "string", "MinimumAmount": "string", "MaximumAmount": "string", "Created": "string", "CreatedUserId": "string", "PackageProductId": 0, "PricingPlanId": 0 } }