Trips
Create new trip
Create new trip
post/apis/stork-api/trips
Request body
Example request
{
"scheduledStart": "2024-05-27T16:19:20.702+00:00",
"checkpoints": [
{
"steps": [
{
"plannedAt": "2024-05-27T06:00:00.000+00:00"
}
]
}
],
"scheduledFinish": "2024-05-28T16:19:20.702+00:00"
}Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.