Detail Import Delivery Order
Detail Import Delivery Order by Import UUID
Path Parameters
id uuid required
Import UUID
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
status string
processed_count integer
total_count integer
process_percentage number
success_count integer
failed_count integer
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"status": "string",
"processed_count": 0,
"total_count": 0,
"process_percentage": 0,
"success_count": 0,
"failed_count": 0
},
"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...