Billing Platform API
Billing Platform API
curl -i -X PUT \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/AVALARA_REQUEST \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Method": "string",
"ExpiresDates": "string",
"PackId": "string",
"Id": "string",
"Created": "string",
"TransactionCode": "string",
"Status": "string",
"ResponseCreated": "string"
}
}'
{ "retrieveResponse": { "Method": "string", "ExpiresDates": "string", "PackId": "string", "Id": "string", "Created": "string", "TransactionCode": "string", "Status": "string", "ResponseCreated": "string" } }
curl -i -X DELETE \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/delete/AVALARA_REQUEST \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Id": "string"
}
}'
{ "retrieveResponse": { "Method": "string", "ExpiresDates": "string", "PackId": "string", "Id": "string", "Created": "string", "TransactionCode": "string", "Status": "string", "ResponseCreated": "string" } }