POST api/StockCheck/GetAssignedBins
Request Information
URI Parameters
None.
Body Parameters
BinLocations| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId | string |
None. |
|
| value1 | string |
None. |
|
| value2 | string |
None. |
|
| value3 | string |
None. |
|
| Condition | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginId": "sample string 1",
"value1": "sample string 2",
"value2": "sample string 3",
"value3": "sample string 4",
"Condition": "sample string 5"
}
application/xml, text/xml
Sample:
<BinLocations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.StockManagement"> <Condition>sample string 5</Condition> <LoginId>sample string 1</LoginId> <value1>sample string 2</value1> <value2>sample string 3</value2> <value3>sample string 4</value3> </BinLocations>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |