POST public-api/ic/item/getitemlocationbynumber
This method returns existing item location by number. Requires Allow Item permission. Note: This is a Post API to avoid limitations inherent to passing parameters on the URL.
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json
Sample:
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
WaspResultOfListOfItemLocationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ItemLocationModel |
None. |
|
| Messages | Collection of WtResult |
None. |
|
| BatchNumber | integer |
None. |
|
| HasError | boolean |
None. |
|
| HasHttpError | boolean |
None. |
|
| HasMessage | boolean |
None. |
|
| HasSuccessWithMoreDataRemaining | boolean |
None. |
|
| TotalRecordsLongCount | integer |
None. |
Response Formats
application/json
Sample:
{
"Data": [
{
"AssetSimpleId": 1,
"ItemLocationPrimary": true,
"ItemLocationMaxQuantity": 2.0,
"ItemLocationMinQuantity": 3.0,
"ItemLocationReorderQuantity": 4.0,
"ItemAvailableQuantity": 5.0,
"SiteName": "sample string 6",
"ChangeType": 0,
"LocationUsageType": 1,
"LocationId": 7,
"LocationCode": "sample string 8",
"LocationDescription": "sample string 9",
"SiteId": 10,
"ZoneId": 1,
"LocationSaleable": 1,
"DefaultLocation": true,
"LocationRecordStatus": 11,
"LocationRowVersion": "QEA=",
"LocationNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:06:04.5558766+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:06:04.5558766+00:00",
"UserLogon": "sample string 2"
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:06:04.5558766+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
},
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:06:04.5558766+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"ImportRowNumber": 12,
"LocationSequence": 1.0,
"UsageTypeId": 1,
"Width": 1.0,
"Height": 1.0,
"Depth": 1.0,
"DimensionUomId": 1,
"Volume": 1.0,
"MaxWeight": 1.0,
"WeightUomId": 1,
"MaxVolume": 1.0,
"VolumeUomId": 1,
"LocationTypeId": 13,
"ParentLocationId": 1,
"LocationPrefix": "sample string 14"
},
{
"AssetSimpleId": 1,
"ItemLocationPrimary": true,
"ItemLocationMaxQuantity": 2.0,
"ItemLocationMinQuantity": 3.0,
"ItemLocationReorderQuantity": 4.0,
"ItemAvailableQuantity": 5.0,
"SiteName": "sample string 6",
"ChangeType": 0,
"LocationUsageType": 1,
"LocationId": 7,
"LocationCode": "sample string 8",
"LocationDescription": "sample string 9",
"SiteId": 10,
"ZoneId": 1,
"LocationSaleable": 1,
"DefaultLocation": true,
"LocationRecordStatus": 11,
"LocationRowVersion": "QEA=",
"LocationNotes": [
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:06:04.5558766+00:00",
"UserLogon": "sample string 2"
},
{
"NoteText": "sample string 1",
"NoteDate": "2026-02-27T14:06:04.5558766+00:00",
"UserLogon": "sample string 2"
}
],
"CustomFields": [
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:06:04.5558766+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
},
{
"ImportRowNumber": 1,
"DcfId": 2,
"DcfLabel": "sample string 3",
"DcfValueAssociationId": 4,
"DcfTextValue": "sample string 5",
"DcfNumberValue": 1.0,
"DcfDateValue": "2026-02-27T14:06:04.5558766+00:00",
"DcfValueRecordStatus": 6,
"AssetTypeIDFilter": 7,
"mobileFormId": 8,
"BackOrForwardingDcfId": 9
}
],
"ImportRowNumber": 12,
"LocationSequence": 1.0,
"UsageTypeId": 1,
"Width": 1.0,
"Height": 1.0,
"Depth": 1.0,
"DimensionUomId": 1,
"Volume": 1.0,
"MaxWeight": 1.0,
"WeightUomId": 1,
"MaxVolume": 1.0,
"VolumeUomId": 1,
"LocationTypeId": 13,
"ParentLocationId": 1,
"LocationPrefix": "sample string 14"
}
],
"Messages": [
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
},
{
"ResultCode": 0,
"Message": "sample string 1",
"HttpStatusCode": 200,
"FieldName": "sample string 2"
}
],
"BatchNumber": 1,
"HasError": false,
"HasHttpError": false,
"HasMessage": true,
"HasSuccessWithMoreDataRemaining": false,
"TotalRecordsLongCount": 1
}