Fetch the available adjustments for a given contract
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
integer
required
The id of the contract
api-version
integer
required
Target API version
``200 Success
array of objects
object
id
integer
Adjustment ID to be used as type_id when creating a line item
name
string
Display name for the available adjustment
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
Base URL
https://api.dealerware.com/admin/contracts/{id}/billing/adjustments
xxxxxxxxxx
curl --request GET \
--url https://api.dealerware.com/admin/contracts/id/billing/adjustments \
--header 'accept: application/json'
xxxxxxxxxx
[\
\
{\
\
"id": 42,\
\
"name": "Fuel Service Charge"\
\
}\
\
]