POST sql/inventory/getItemsinlocationorpallet
Request Information
URI Parameters
None.
Body Parameters
DTOWareLoc| Name | Description | Type | Additional information |
|---|---|---|---|
| warehouse | integer |
None. |
|
| rack | string |
None. |
|
| shelf | string |
None. |
|
| section | string |
None. |
|
| bin | string |
None. |
|
| auto_disable | byte |
None. |
|
| is_temp | byte |
None. |
|
| comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"warehouse": 1,
"rack": "sample string 2",
"shelf": "sample string 3",
"section": "sample string 4",
"bin": "sample string 5",
"auto_disable": 64,
"is_temp": 64,
"comment": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |