cURL
curl --request PATCH \ --url https://commerce.driv.ly/api/dmvfees/{id} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "actualFee": 123, "estimateFee": 123, "name": "<string>", "taxesAndFees": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "actualFee": 123, "estimateFee": 123, "taxesAndFees": "<string>" }, "success": true }
DMV Fee is uniquely identified by id
The number of levels of related objects to include in the response
DMV Fee has Actual Fee
0.01
DMV Fee has Estimate Fee
DMV Fee has Name
Taxes & Fees includes DMV Fee
DMV Fee Updated
Show child attributes