- Subcategories:
- Billing Adjustment Events
Billing Adjustments REST Endpoints
Billing Adjustments
The billing adjustment resource is used to view, create, update, and delete a billing adjustment.
- Create a billing adjustment
- Method: postPath:
/crmRestApi/resources/11.13.18.05/billingAdjustments - Delete a billing adjustment
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber} - Get a billing adjustment
- Method: getPath:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber} - Get all billing adjustments
- Method: getPath:
/crmRestApi/resources/11.13.18.05/billingAdjustments - Update a billing adjustment
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}