GET v6/operation/audit/{auditId}/sku/{skuId}/locationZone/{locationZoneId}/masterLabel/list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
auditId

integer

Required

skuId

integer

Required

locationZoneId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AuditMasterLabelModel
NameDescriptionTypeAdditional information
MasterLabelId

integer

None.

MasterLabel

string

None.

OnHandQuantity

decimal number

None.

AuditQuantity

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "masterLabelId": 1,
    "masterLabel": "sample string 2",
    "onHandQuantity": 3.0,
    "auditQuantity": 4.0
  },
  {
    "masterLabelId": 1,
    "masterLabel": "sample string 2",
    "onHandQuantity": 3.0,
    "auditQuantity": 4.0
  }
]