Store Delivery Order Load
Store Delivery Order Load
Path Parameters
id uuid required
Delivery Order UUID
application/json
Request Body required
The body to store Delivery Load Store
product_id string required
quantity integer required
Possible values: >= 1
uom string required
note string
Possible values: <= 255 characters
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"id": "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...