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/ADJUSTMENT/{id}
https://my.billingplatform.com/demogm/rest/2.0/ADJUSTMENT/{id}
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ADJUSTMENT/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Note": "string", "AdjustmentActivityId": 0, "UpdatedUserId": "string", "CreatedUserId": "string", "CreateNewInvoice": 0, "Created": "string", "AutoTaxCalculation": 0, "DestinationInvoiceId": 0, "Id": "string", "SourceActivityId": 0, "Updated": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ADJUSTMENT
https://my.billingplatform.com/demogm/rest/2.0/ADJUSTMENT
curl -i -X GET \
'https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ADJUSTMENT?queryAnsiSql=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'sessionId: string'
{ "retrieveResponse": { "Note": "string", "AdjustmentActivityId": 0, "UpdatedUserId": "string", "CreatedUserId": "string", "CreateNewInvoice": 0, "Created": "string", "AutoTaxCalculation": 0, "DestinationInvoiceId": 0, "Id": "string", "SourceActivityId": 0, "Updated": "string" } }
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ADJUSTMENT
https://my.billingplatform.com/demogm/rest/2.0/ADJUSTMENT
curl -i -X POST \
https://bp-api-docs-v3.redocly.app/_mock/demogm_03_06_2025_schema_edited/rest/2.0/ADJUSTMENT \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json; charset=utf-8' \
-H 'sessionId: string' \
-d '{
"brmObjects": {
"Note": "string",
"AdjustmentActivityId": 0,
"UpdatedUserId": "string",
"CreatedUserId": "string",
"CreateNewInvoice": 0,
"Created": "string",
"AutoTaxCalculation": 0,
"DestinationInvoiceId": 0,
"Id": "string",
"SourceActivityId": 0,
"Updated": "string"
}
}'
{ "retrieveResponse": { "Note": "string", "AdjustmentActivityId": 0, "UpdatedUserId": "string", "CreatedUserId": "string", "CreateNewInvoice": 0, "Created": "string", "AutoTaxCalculation": 0, "DestinationInvoiceId": 0, "Id": "string", "SourceActivityId": 0, "Updated": "string" } }