POST api/v1/StockTakeWorkSheet
Request Information
URI Parameters
None.
Body Parameters
FGListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | integer |
None. |
|
| GroupID | integer |
None. |
|
| OutletID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemID": 1,
"GroupID": 2,
"OutletID": 3
}
application/xml, text/xml
Sample:
<FGListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <GroupID>2</GroupID> <ItemID>1</ItemID> <OutletID>3</OutletID> </FGListInput>
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. |