Update a Delivery Instruction via Find

View as Markdown

Query parameters

codestringRequired
A delivery tracking code, starting with 'DA'. Case insensitive.

Request

instructionenumRequired

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:
detailsstringOptional<=255 characters
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

dataobjectOptional
metaobjectOptional

Errors

404
Not Found Error
422
Unprocessable Entity Error