cURL
curl --request POST \ --url https://api.example.com/api/v1/mileage \ --header 'Content-Type: application/json' \ --data ' { "date": "<string>", "miles": 123, "purpose": "<string>", "assignment_id": 123, "origin": "<string>", "destination": "<string>", "notes": "<string>" } '
Log a new mileage trip.
tax_home_visit
work_travel
licensing
personal
other
201