POST api/Vip/PostDepositPlaceInsert?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
C_Bi_DepositPlace| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| PlaceNO | string |
None. |
|
| PlaceName | string |
None. |
|
| Status | integer |
None. |
|
| SortID | 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",
"PlaceNO": "sample string 3",
"PlaceName": "sample string 4",
"Status": 5,
"SortID": 6,
"AddTime": "2025-12-04T00:31:49.6839231+08:00",
"AddUser": "sample string 8",
"Description": "sample string 9",
"UpdateTime": "QEA="
}
application/xml, text/xml
Sample:
<C_Bi_DepositPlace xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB"> <AddTime>2025-12-04T00:31:49.6839231+08:00</AddTime> <AddUser>sample string 8</AddUser> <Description>sample string 9</Description> <ID>sample string 1</ID> <PlaceNO>sample string 3</PlaceNO> <PlaceName>sample string 4</PlaceName> <ShopID>sample string 2</ShopID> <SortID>6</SortID> <Status>5</Status> <UpdateTime>QEA=</UpdateTime> </C_Bi_DepositPlace>
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.