GET v6/operation/receive/ibd/{ibdId}/items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ibdId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ReceiveIBDSKUModelv6
NameDescriptionTypeAdditional information
SKUId

integer

None.

Batches

Collection of ReceiveIBDSKUBatchModelv6

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "skuId": 1,
    "batches": [
      {
        "batchId": 1,
        "batch": "sample string 2",
        "expectedQuantity": 3.0,
        "alreadyReceivedQuantity": 4.0
      },
      {
        "batchId": 1,
        "batch": "sample string 2",
        "expectedQuantity": 3.0,
        "alreadyReceivedQuantity": 4.0
      }
    ]
  },
  {
    "skuId": 1,
    "batches": [
      {
        "batchId": 1,
        "batch": "sample string 2",
        "expectedQuantity": 3.0,
        "alreadyReceivedQuantity": 4.0
      },
      {
        "batchId": 1,
        "batch": "sample string 2",
        "expectedQuantity": 3.0,
        "alreadyReceivedQuantity": 4.0
      }
    ]
  }
]