POST api/Vip/VipStoreV2?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
Collection of C_Pos_VipFlow| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| VipID | string |
None. |
|
| VipNO | string |
None. |
|
| VipName | string |
None. |
|
| CardID | string |
None. |
|
| CardNO | string |
None. |
|
| OperType | VipOperType |
None. |
|
| OperShow | string |
None. |
|
| BusinessDate | date |
None. |
|
| OperTime | date |
None. |
|
| OperUser | string |
None. |
|
| OldMoney | decimal number |
None. |
|
| OperMoney | decimal number |
None. |
|
| OperAward | decimal number |
None. |
|
| NewMoney | decimal number |
None. |
|
| OrderNO | string |
None. |
|
| PayAmount | decimal number |
None. |
|
| Salesperson | string |
None. |
|
| SalespersonID | string |
None. |
|
| SaleManID | string |
None. |
|
| Saleman | string |
None. |
|
| PayWay | string |
None. |
|
| PayName | string |
None. |
|
| CoinNO | string |
None. |
|
| CoinName | string |
None. |
|
| CoinRate | decimal number |
None. |
|
| TcAmount | decimal number |
None. |
|
| PayOldAmount | decimal number |
None. |
|
| Description | string |
None. |
|
| DealNO | string |
None. |
|
| UseShopID | string |
None. |
|
| SourceOrderNO | string |
None. |
|
| UseMoney | decimal number |
None. |
|
| UseAward | decimal number |
None. |
|
| UseRate | decimal number |
None. |
|
| IsDo | boolean |
None. |
|
| StoreOrCount | integer |
None. |
|
| UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"VipID": "sample string 3",
"VipNO": "sample string 4",
"VipName": "sample string 5",
"CardID": "sample string 6",
"CardNO": "sample string 7",
"OperType": 0,
"OperShow": "sample string 8",
"BusinessDate": "2025-12-04T00:31:51.9195834+08:00",
"OperTime": "2025-12-04T00:31:51.9195834+08:00",
"OperUser": "sample string 10",
"OldMoney": 11.0,
"OperMoney": 12.0,
"OperAward": 13.0,
"NewMoney": 14.0,
"OrderNO": "sample string 15",
"PayAmount": 16.0,
"Salesperson": "sample string 17",
"SalespersonID": "sample string 18",
"SaleManID": "sample string 19",
"Saleman": "sample string 20",
"PayWay": "sample string 21",
"PayName": "sample string 22",
"CoinNO": "sample string 23",
"CoinName": "sample string 24",
"CoinRate": 25.0,
"TcAmount": 26.0,
"PayOldAmount": 27.0,
"Description": "sample string 28",
"DealNO": "sample string 29",
"UseShopID": "sample string 30",
"SourceOrderNO": "sample string 31",
"UseMoney": 32.0,
"UseAward": 33.0,
"UseRate": 34.0,
"IsDo": true,
"StoreOrCount": 36,
"UpdateTime": "QEA="
},
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"VipID": "sample string 3",
"VipNO": "sample string 4",
"VipName": "sample string 5",
"CardID": "sample string 6",
"CardNO": "sample string 7",
"OperType": 0,
"OperShow": "sample string 8",
"BusinessDate": "2025-12-04T00:31:51.9195834+08:00",
"OperTime": "2025-12-04T00:31:51.9195834+08:00",
"OperUser": "sample string 10",
"OldMoney": 11.0,
"OperMoney": 12.0,
"OperAward": 13.0,
"NewMoney": 14.0,
"OrderNO": "sample string 15",
"PayAmount": 16.0,
"Salesperson": "sample string 17",
"SalespersonID": "sample string 18",
"SaleManID": "sample string 19",
"Saleman": "sample string 20",
"PayWay": "sample string 21",
"PayName": "sample string 22",
"CoinNO": "sample string 23",
"CoinName": "sample string 24",
"CoinRate": 25.0,
"TcAmount": 26.0,
"PayOldAmount": 27.0,
"Description": "sample string 28",
"DealNO": "sample string 29",
"UseShopID": "sample string 30",
"SourceOrderNO": "sample string 31",
"UseMoney": 32.0,
"UseAward": 33.0,
"UseRate": 34.0,
"IsDo": true,
"StoreOrCount": 36,
"UpdateTime": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfC_Pos_VipFlow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
<C_Pos_VipFlow>
<BusinessDate>2025-12-04T00:31:51.9195834+08:00</BusinessDate>
<CardID>sample string 6</CardID>
<CardNO>sample string 7</CardNO>
<CoinNO>sample string 23</CoinNO>
<CoinName>sample string 24</CoinName>
<CoinRate>25</CoinRate>
<DealNO>sample string 29</DealNO>
<Description>sample string 28</Description>
<ID>sample string 1</ID>
<IsDo>true</IsDo>
<NewMoney>14</NewMoney>
<OldMoney>11</OldMoney>
<OperAward>13</OperAward>
<OperMoney>12</OperMoney>
<OperShow>sample string 8</OperShow>
<OperTime>2025-12-04T00:31:51.9195834+08:00</OperTime>
<OperType>Register</OperType>
<OperUser>sample string 10</OperUser>
<OrderNO>sample string 15</OrderNO>
<PayAmount>16</PayAmount>
<PayName>sample string 22</PayName>
<PayOldAmount>27</PayOldAmount>
<PayWay>sample string 21</PayWay>
<SaleManID>sample string 19</SaleManID>
<Saleman>sample string 20</Saleman>
<Salesperson>sample string 17</Salesperson>
<SalespersonID>sample string 18</SalespersonID>
<ShopID>sample string 2</ShopID>
<SourceOrderNO>sample string 31</SourceOrderNO>
<StoreOrCount>36</StoreOrCount>
<TcAmount>26</TcAmount>
<UpdateTime>QEA=</UpdateTime>
<UseAward>33</UseAward>
<UseMoney>32</UseMoney>
<UseRate>34</UseRate>
<UseShopID>sample string 30</UseShopID>
<VipID>sample string 3</VipID>
<VipNO>sample string 4</VipNO>
<VipName>sample string 5</VipName>
</C_Pos_VipFlow>
<C_Pos_VipFlow>
<BusinessDate>2025-12-04T00:31:51.9195834+08:00</BusinessDate>
<CardID>sample string 6</CardID>
<CardNO>sample string 7</CardNO>
<CoinNO>sample string 23</CoinNO>
<CoinName>sample string 24</CoinName>
<CoinRate>25</CoinRate>
<DealNO>sample string 29</DealNO>
<Description>sample string 28</Description>
<ID>sample string 1</ID>
<IsDo>true</IsDo>
<NewMoney>14</NewMoney>
<OldMoney>11</OldMoney>
<OperAward>13</OperAward>
<OperMoney>12</OperMoney>
<OperShow>sample string 8</OperShow>
<OperTime>2025-12-04T00:31:51.9195834+08:00</OperTime>
<OperType>Register</OperType>
<OperUser>sample string 10</OperUser>
<OrderNO>sample string 15</OrderNO>
<PayAmount>16</PayAmount>
<PayName>sample string 22</PayName>
<PayOldAmount>27</PayOldAmount>
<PayWay>sample string 21</PayWay>
<SaleManID>sample string 19</SaleManID>
<Saleman>sample string 20</Saleman>
<Salesperson>sample string 17</Salesperson>
<SalespersonID>sample string 18</SalespersonID>
<ShopID>sample string 2</ShopID>
<SourceOrderNO>sample string 31</SourceOrderNO>
<StoreOrCount>36</StoreOrCount>
<TcAmount>26</TcAmount>
<UpdateTime>QEA=</UpdateTime>
<UseAward>33</UseAward>
<UseMoney>32</UseMoney>
<UseRate>34</UseRate>
<UseShopID>sample string 30</UseShopID>
<VipID>sample string 3</VipID>
<VipNO>sample string 4</VipNO>
<VipName>sample string 5</VipName>
</C_Pos_VipFlow>
</ArrayOfC_Pos_VipFlow>
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.