Appearance
PATCH
/in-store-pickup/parcel/parcelsRequired scope:
viskan:parcel:updateUpdates parcels.
Request body
JSON
{
"parcels": [
{
"comment": "...",
"contents": "2 shirts, 1 pair of shoes",
"currentDeliveryPointCode": "...",
"customerIdentifiedBy": "...",
"customerIdentifiedByValue": "19911111-1111",
"estimatedTimeOfArrival": "2012-05-23T18:25:43.899Z",
"occurredAt": "2012-04-23T18:25:43.899Z",
"parcelNumber": "100011",
"proxyIdentifiedBy": "...",
"proxyIdentifiedByValue": "19911111-1112",
"registeredBy": "karl karlsson",
"revoked": false,
"status": "...",
"stockLocation": "..."
}
]
}
Response
The parcel was successfully updated
JSON
"..."