Create Fleet Task Instant Point
Add a new Point to Fleet Task Instant
Path Parameters
id string required
Fleet Task Instant UUID
application/json
Request Body required
The Body to Create Fleet Task Instant Point
activity_label string
address object
full_name string
id string
lat number
lng number
name string
type string
note string
service_time string
target_time_arrival date-time
target_time_departure date-time
type string
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
errors object
formatted object
issues object[]
code string
expected
message string
path string[]
received
{
"data": {
"id": "string"
},
"errors": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
Loading...