Update selected properties of an unallocated consignment

Update specific numeric and text properties of an Unallocated consignment.

Prerequisite: If a consignment is Allocated, use Delete consignment allocation before using this operation.

Note: Currently, manifestGroupCode is the only property of a consignment that can be modified by this operation.

SecurityBasicAuth
Request
path Parameters
consignmentCode
required
string

Consignment identifier generated by Metapack.

Request Body schema: application/json
property name*
additional property
string
Responses
200

Consignment updated

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

409

Conflict - Consignment cannot be modified because it is not in the correct consignment lifecycle status

500

Internal Server Error

patch/consignments/{consignmentCode}
Request samples
application/json
{
  • "property1": "string",
  • "property2": "string"
}
Response samples
application/json
{
  • "consignment": {
    },
  • "links": [
    ]
}