Create
POST {{baseUrl}}/account/:accountID/trip
Create a Trip Number.
Request Body
{"trip_number"=>"string", "serial"=>"string", "status"=>"string", "reuse_limit"=>1, "registration_date"=>"ISO Date", "use_by_date"=>"ISO Date", "device_type"=>"string"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | (Required) |
RESPONSES
status: OK
{"message":"Trip created successfully"}