Billing Platform API
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/
https://my.billingplatform.com/demogm/
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/RATE_CLASS_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/RATE_CLASS_PRODUCT
curl -i -X PATCH \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/RATE_CLASS_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string",
"Created": "string",
"CreatedUserId": "string",
"Updated": "string",
"UpdatedUserId": "string",
"ProductId": 0,
"PackageId": "string",
"RatingMethodId": "string",
"Name": "string",
"ParentRateClassProductId": 0,
"PackageProductId": "string",
"RateClassId": "string",
"RateClassProductLabel": "string"
},
"externalIDFieldName": "Name"
}'
{ "upsertResponse": [ { … } ] }
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/delete/RATE_CLASS_PRODUCT
https://my.billingplatform.com/demogm/rest/2.0/delete/RATE_CLASS_PRODUCT
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/cwid_206_manual/rest/2.0/delete/RATE_CLASS_PRODUCT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "retrieveResponse": { "Id": "string", "Created": "string", "CreatedUserId": "string", "Updated": "string", "UpdatedUserId": "string", "ProductId": 0, "PackageId": "string", "RatingMethodId": "string", "Name": "string", "ParentRateClassProductId": 0, "PackageProductId": "string", "RateClassId": "string", "RateClassProductLabel": "string" } }