GET v6/operation/audit/{auditId}/sku/{skuid}/masterLabel/{masterLabelId}/rti/list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditId | integer |
Required |
|
| skuid | integer |
Required |
|
| masterLabelId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuditRTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIId | integer |
None. |
|
| Barcode | string |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| AuditQuantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"rtiId": 1,
"barcode": "sample string 2",
"onHandQuantity": 3.0,
"auditQuantity": 4.0
},
{
"rtiId": 1,
"barcode": "sample string 2",
"onHandQuantity": 3.0,
"auditQuantity": 4.0
}
]