Services
API Reference
- Back Office
- Listings
- Historical Photos
- Vehicles
- Taxes & Fees
- Consumers
- Credit
- Services
- Invoices
- Companies
- Locations
- Webhooks
- Inspection
Taxes & Fees
Create a new DMV Fee
POST
/
dmvfees
curl --request POST \
--url https://commerce.driv.ly/api/dmvfees \
--header 'Content-Type: application/json' \
--data '{
"id": "dmv_3dj29djd93d2",
"name": "Registration Fee",
"actualFee": 250,
"estimateFee": 245,
"taxesAndFees": "taf_29dj39dj39dj"
}'
{
"data": {
"id": "dmv_3dj29djd93d2",
"name": "Registration Fee",
"actualFee": 250,
"estimateFee": 245,
"taxesAndFees": "taf_29dj39dj39dj"
},
"success": true
}
Query Parameters
The number of levels of related objects to include in the response
Body
application/json
Response
200
application/json
DMV Fee Created
The response is of type object
.
curl --request POST \
--url https://commerce.driv.ly/api/dmvfees \
--header 'Content-Type: application/json' \
--data '{
"id": "dmv_3dj29djd93d2",
"name": "Registration Fee",
"actualFee": 250,
"estimateFee": 245,
"taxesAndFees": "taf_29dj39dj39dj"
}'
{
"data": {
"id": "dmv_3dj29djd93d2",
"name": "Registration Fee",
"actualFee": 250,
"estimateFee": 245,
"taxesAndFees": "taf_29dj39dj39dj"
},
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.