Update Fleet Task Instant Point
Update Point of Fleet Task Instant
Path Parameters
id string required
Fleet Task Instant UUID
point_id string required
Fleet Task Instant Point UUID
application/json
Request Body required
The Body to Update Fleet Task Instant Point
activity_label string
address object
full_name string
id string
lat number
lng number
name string
type string
note string
plan_sequence integer
service_time string
target_time_arrival date-time
target_time_departure date-time
type string
Responses
- 200
- 400
- 401
- 403
- 404
OK
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...