List of Activities Delivery Order
List of activities Delivery Order with attachment.
Path Parameters
id uuid required
Delivery Order UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- ]
data object[]
address object
full_name string
name string
attachments object[]
type string
url string
completed_on string
contact_person_name string
note string
status string
type string
errors object
type
other_errors object
property name* string[]
string
status
{
"data": [
{
"address": {
"full_name": "string",
"name": "string"
},
"attachments": [
{
"type": "string",
"url": "string"
}
],
"completed_on": "string",
"contact_person_name": "string",
"note": "string",
"status": "string",
"type": "string"
}
],
"errors": {},
"other_errors": {},
"status": {}
}
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
Not Found
Loading...