POST api/Vip/TicksSale?sign={sign}&shopno={shopno}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sign | string |
Required |
|
shopno | string |
Required |
Body Parameters
C_Pos_TicketsName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
ShopID | string |
None. |
|
SheetID | string |
None. |
|
SheetNO | string |
None. |
|
PlanName | string |
None. |
|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
TicketType | integer |
None. |
|
CardNO | string |
None. |
|
Status | integer |
None. |
|
DkAmount | decimal number |
None. |
|
UseShopID | string |
None. |
|
UsePayID | string |
None. |
|
UseBusinessDate | date |
None. |
|
AddBusinessDate | date |
None. |
|
UseTime | date |
None. |
|
AddTime | date |
None. |
|
AddUser | string |
None. |
|
RelationSheetNO | string |
None. |
|
Description | string |
None. |
|
VipID | string |
None. |
|
VipNO | string |
None. |
|
AllowAcrossShop | boolean |
None. |
|
BuyShopID | string |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "ShopID": "sample string 2", "SheetID": "sample string 3", "SheetNO": "sample string 4", "PlanName": "sample string 5", "StartTime": "2025-05-05T19:18:45.682432+08:00", "EndTime": "2025-05-05T19:18:45.682432+08:00", "TicketType": 8, "CardNO": "sample string 9", "Status": 10, "DkAmount": 11.0, "UseShopID": "sample string 12", "UsePayID": "sample string 13", "UseBusinessDate": "2025-05-05T19:18:45.682432+08:00", "AddBusinessDate": "2025-05-05T19:18:45.682432+08:00", "UseTime": "2025-05-05T19:18:45.682432+08:00", "AddTime": "2025-05-05T19:18:45.682432+08:00", "AddUser": "sample string 16", "RelationSheetNO": "sample string 17", "Description": "sample string 18", "VipID": "sample string 19", "VipNO": "sample string 20", "AllowAcrossShop": true, "BuyShopID": "sample string 22", "UpdateTime": "QEA=" }
application/xml, text/xml
Sample:
<C_Pos_Tickets xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB"> <AddBusinessDate>2025-05-05T19:18:45.682432+08:00</AddBusinessDate> <AddTime>2025-05-05T19:18:45.682432+08:00</AddTime> <AddUser>sample string 16</AddUser> <AllowAcrossShop>true</AllowAcrossShop> <BuyShopID>sample string 22</BuyShopID> <CardNO>sample string 9</CardNO> <Description>sample string 18</Description> <DkAmount>11</DkAmount> <EndTime>2025-05-05T19:18:45.682432+08:00</EndTime> <ID>sample string 1</ID> <PlanName>sample string 5</PlanName> <RelationSheetNO>sample string 17</RelationSheetNO> <SheetID>sample string 3</SheetID> <SheetNO>sample string 4</SheetNO> <ShopID>sample string 2</ShopID> <StartTime>2025-05-05T19:18:45.682432+08:00</StartTime> <Status>10</Status> <TicketType>8</TicketType> <UpdateTime>QEA=</UpdateTime> <UseBusinessDate>2025-05-05T19:18:45.682432+08:00</UseBusinessDate> <UsePayID>sample string 13</UsePayID> <UseShopID>sample string 12</UseShopID> <UseTime>2025-05-05T19:18:45.682432+08:00</UseTime> <VipID>sample string 19</VipID> <VipNO>sample string 20</VipNO> </C_Pos_Tickets>
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.