EaserixDocs
DevelopersAPI referenceSignNotary

Log a drive

One appointment drive (0-2000 miles).

View as Markdown
POST
/v1/notary/mileage
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/notary/mileage" \  -H "Content-Type: application/json" \  -d '{    "miles": 0  }'
{  "mileage": {    "id": "string",    "miles": 0,    "purpose": "string",    "drivenAt": "2019-08-24T14:15:22Z"  }}