POST api/UCPOS/PostAddInOutStock?keyvalue={keyvalue}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
keyvalue | string |
Required |
Body Parameters
C_Ucpos_InOutStockName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
ShopID | string |
None. |
|
InOutType | integer |
None. |
|
VendorID | string |
None. |
|
VendorName | string |
None. |
|
Barcode | string |
None. |
|
SheetNO | string |
None. |
|
Status | integer |
None. |
|
AddTime | date |
None. |
|
AddUser | string |
None. |
|
Description | string |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "ShopID": "sample string 2", "InOutType": 3, "VendorID": "sample string 4", "VendorName": "sample string 5", "Barcode": "sample string 6", "SheetNO": "sample string 7", "Status": 8, "AddTime": "2025-05-05T17:37:45.1243128+08:00", "AddUser": "sample string 10", "Description": "sample string 11", "UpdateTime": "QEA=" }
application/xml, text/xml
Sample:
<C_Ucpos_InOutStock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.UCPOS"> <AddTime>2025-05-05T17:37:45.1243128+08:00</AddTime> <AddUser>sample string 10</AddUser> <Barcode>sample string 6</Barcode> <Description>sample string 11</Description> <ID>sample string 1</ID> <InOutType>3</InOutType> <SheetNO>sample string 7</SheetNO> <ShopID>sample string 2</ShopID> <Status>8</Status> <UpdateTime>QEA=</UpdateTime> <VendorID>sample string 4</VendorID> <VendorName>sample string 5</VendorName> </C_Ucpos_InOutStock>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.