GET api/ItemPositionApi?siteId={siteId}&active={active}&lastUpdate={lastUpdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId | globally unique identifier |
Required |
|
| active | boolean |
None. |
|
| lastUpdate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of T| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean |
Required |
|
| Column | string |
Required String length: inclusive between 0 and 10 |
|
| Item_ID | globally unique identifier |
Required |
|
| Lane | string |
Required String length: inclusive between 0 and 10 |
|
| Row | string |
Required String length: inclusive between 0 and 10 |
|
| Site_ID | globally unique identifier |
Required |
|
| WareHouseCode | string |
Required String length: inclusive between 0 and 10 |
Response Formats
application/json, text/json
Sample:
Sample not available.