Create a billing adjustment (charge or credit) for the given contract
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Contract Parameters
| Parameter | Type | Description |
|---|---|---|
| id | integer | The id of the contract |
| type_id | integer | Billing Adjustment ID of corresponding adjustment type |
| amount | float | Dollar amount of charge or credit being added |
| description | string | Description of the charge or credit being added |
| api-version | integer | Target API version |
Response Codes
``201 Success
object
Location string Link location of updated pricing summary
``401 Unauthorized
``403 Forbidden
``404 Not found
``415 Unsupported Media Type
``422 Unprocessable Content
Example Request
curl --request POST \
--url https://api.dealerware.com/admin/contracts/{id}/billing/adjustments \
--header 'accept: */*' \
--header 'content-type: application/json'
Example Response
{
"status": "201 Created"
}