POST api/UCPOS/PostAddVendor?keyvalue={keyvalue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyvalue | string |
Required |
Body Parameters
C_Ucpos_Vendor| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| VendorType | integer |
None. |
|
| VendorID | string |
None. |
|
| VendorName | 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",
"VendorType": 3,
"VendorID": "sample string 4",
"VendorName": "sample string 5",
"Status": 6,
"AddTime": "2025-12-04T01:04:35.7887883+08:00",
"AddUser": "sample string 8",
"Description": "sample string 9",
"UpdateTime": "QEA="
}
application/xml, text/xml
Sample:
<C_Ucpos_Vendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.UCPOS"> <AddTime>2025-12-04T01:04:35.7887883+08:00</AddTime> <AddUser>sample string 8</AddUser> <Description>sample string 9</Description> <ID>sample string 1</ID> <ShopID>sample string 2</ShopID> <Status>6</Status> <UpdateTime>QEA=</UpdateTime> <VendorID>sample string 4</VendorID> <VendorName>sample string 5</VendorName> <VendorType>3</VendorType> </C_Ucpos_Vendor>
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.