PUT Api/ORDERS/DELIVERY/BARCODE?deliveryId={deliveryId}&barcode={barcode}

Update livestock delivery SlaughterHouse barcode

Request Information

URI Parameters

NameDescriptionTypeAdditional information
deliveryId

Obligatory. Delivery Id

integer

Required

barcode

>Obligatory. SlaughterHouse barcode

string

Required

Body Parameters

None.

Response Information

Resource Description

ORDERS_DELIVERY_INFO_CMD_RESPONSE
NameDescriptionTypeAdditional information
Status

Status

None.

DATA

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": {
    "Success": true,
    "MessageEn": "sample string 2",
    "MessageAr": "sample string 3",
    "DetailedMessage": "sample string 4",
    "Code": 0,
    "CartErrors": [
      {
        "ResultStatusCode": 0,
        "CartId": 1,
        "CorrectValue": {},
        "MessageEn": "sample string 2",
        "MessageAr": "sample string 3",
        "CartCorrectAction": 0
      },
      {
        "ResultStatusCode": 0,
        "CartId": 1,
        "CorrectValue": {},
        "MessageEn": "sample string 2",
        "MessageAr": "sample string 3",
        "CartCorrectAction": 0
      }
    ]
  },
  "DATA": [
    {},
    {}
  ]
}