POST api/Item/GetSerialNumbersByItemWh
Request Information
URI Parameters
None.
Body Parameters
IParametersForItemSeries| Name | Description | Type | Additional information |
|---|---|---|---|
| HaveUbications | boolean |
None. |
|
| WhCode | string |
None. |
|
| ItemCode | string |
None. |
|
| Ubication | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HaveUbications": true,
"WhCode": "sample string 2",
"ItemCode": "sample string 3",
"Ubication": "sample string 4"
}
application/xml, text/xml
Sample:
<IParametersForItemSeries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZBINVENTORY.MODELS.Other"> <HaveUbications>true</HaveUbications> <ItemCode>sample string 3</ItemCode> <Ubication>sample string 4</Ubication> <WhCode>sample string 2</WhCode> </IParametersForItemSeries>
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. |