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: post
Path: /crmRestApi/resources/11.13.18.05/billingAdjustments
Delete a billing adjustment
Method: delete
Path: /crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}
Get a billing adjustment
Method: get
Path: /crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}
Get all billing adjustments
Method: get
Path: /crmRestApi/resources/11.13.18.05/billingAdjustments
Update a billing adjustment
Method: patch
Path: /crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}