cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/dmvfees/{id} \ --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 }
DMV Fee is uniquely identified by id
The number of levels of related objects to include in the response
DMV Fee Updated
The response is of type object.
object