Update a Delivery Instruction via Find
Query parameters
code
A delivery tracking code, starting with 'DA'. Case insensitive.
Request
instruction
The key of the instruction to update this delivery to.
address: attempt delivery at the address provided.
safe-place: leave the items at the safe place given in the details field.
Allowed values:
details
Details relevant to the instruction. For example, for `safe-place`, you would provide the details of the safe place; for `address`, you might include a gate code for the driver.
This field is required when `instruction` is `safe-place`. It can be set to `null` otherwise.
Response
data
meta
Errors
404
Not Found Error
422
Unprocessable Entity Error
