POST api/FWebMobile/Warehouse/InventoryInquiry
Request Information
URI Parameters
None.
Body Parameters
InventoryInquiryRequestName | Description | Type | Additional information |
---|---|---|---|
Context | WarehouseTransactionContext |
None. |
|
InquiryType | InventoryInquiryType |
None. |
|
LocationId | string |
None. |
|
ProductId | string |
None. |
|
Lot | string |
None. |
|
PalletIdList | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Context": { "TransactionType": 1, "TransactionIdNo": 1, "EmployeeIdNo": 2, "GeoLocationIdNo": 3, "WarehouseLocationIdNo": 4, "CompanyCode": "sample string 5", "DcCostCenterId": "sample string 6", "DcWarehouseId": "sample string 7", "IsBarcodingEnabled": true, "EmployeeFirstName": "sample string 9", "EmployeeLastName": "sample string 10", "EmployeeFullName": "sample string 9 sample string 10", "WarehouseDescription": "sample string 11", "ValidDoorLocations": [ "sample string 1", "sample string 2" ], "ValidWarehouseLocations": null }, "InquiryType": 1, "LocationId": "SAMPLE STRING 1", "ProductId": "sample string 2", "Lot": "sample string 3", "PalletIdList": [ "sample string 1", "sample string 2" ] }
text/html
Sample:
{"Context":{"TransactionType":1,"TransactionIdNo":1,"EmployeeIdNo":2,"GeoLocationIdNo":3,"WarehouseLocationIdNo":4,"CompanyCode":"sample string 5","DcCostCenterId":"sample string 6","DcWarehouseId":"sample string 7","IsBarcodingEnabled":true,"EmployeeFirstName":"sample string 9","EmployeeLastName":"sample string 10","EmployeeFullName":"sample string 9 sample string 10","WarehouseDescription":"sample string 11","ValidDoorLocations":["sample string 1","sample string 2"],"ValidWarehouseLocations":null},"InquiryType":1,"LocationId":"SAMPLE STRING 1","ProductId":"sample string 2","Lot":"sample string 3","PalletIdList":["sample string 1","sample string 2"]}
Response Information
Resource Description
ProductLotInventoryInquiryResponseName | Description | Type | Additional information |
---|---|---|---|
ProductId | string |
None. |
|
Lot | string |
None. |
|
OnHandInventorySummaries | Collection of InventoryInquiryOnHandSummary |
None. |
|
UniqueCombinations | integer |
None. |
|
TotalPalletQuantity | integer |
None. |
|
IsSuccessful |
Indicates if the transaction was successful or not. |
boolean |
None. |
ReturnedMessages |
Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction. |
Collection of ReturnedMessage |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.