POST api/BusinessPos/UpdateBusDate?shopno={shopno}&employeeno={employeeno}&OperTime={OperTime}&Time={Time}&Dealno={Dealno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopno | string |
Required |
|
| employeeno | string |
Required |
|
| OperTime | date |
Required |
|
| Time | date |
Required |
|
| Dealno | string |
Required |
Body Parameters
C_Pos_SaleBillMain| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| MainOrderNO | string |
None. |
|
| BillNO | string |
None. |
|
| WorkgroupID | string |
None. |
|
| PosID | string |
None. |
|
| CardNO | string |
None. |
|
| Amount | decimal number |
None. |
|
| FreeAmount | decimal number |
None. |
|
| ServiceFee | decimal number |
None. |
|
| TipAmount | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| ReceivableAmount | decimal number |
None. |
|
| ReceivedAmount | decimal number |
None. |
|
| ZhaoLinAmount | decimal number |
None. |
|
| PromotionAmount | decimal number |
None. |
|
| RoundingAmount | decimal number |
None. |
|
| Status | SaleBillStatus |
None. |
|
| IsFanJie | boolean |
None. |
|
| FanJieCount | integer |
None. |
|
| OperUser | string |
None. |
|
| OperTime | date |
None. |
|
| IsDeal | boolean |
None. |
|
| DealNO | string |
None. |
|
| BusinessDate | date |
None. |
|
| IsApprove | boolean |
None. |
|
| IsDel | boolean |
None. |
|
| IsInvoice | boolean |
None. |
|
| Description | string |
None. |
|
| Review | ReviewStatus |
None. |
|
| UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"MainOrderNO": "sample string 3",
"BillNO": "sample string 4",
"WorkgroupID": "sample string 5",
"PosID": "sample string 6",
"CardNO": "sample string 7",
"Amount": 8.0,
"FreeAmount": 9.0,
"ServiceFee": 10.0,
"TipAmount": 11.0,
"Discount": 12.0,
"DiscountAmount": 13.0,
"ReceivableAmount": 14.0,
"ReceivedAmount": 15.0,
"ZhaoLinAmount": 16.0,
"PromotionAmount": 17.0,
"RoundingAmount": 18.0,
"Status": 0,
"IsFanJie": true,
"FanJieCount": 20,
"OperUser": "sample string 21",
"OperTime": "2025-12-04T00:32:25.1964799+08:00",
"IsDeal": true,
"DealNO": "sample string 23",
"BusinessDate": "2025-12-04T00:32:25.1964799+08:00",
"IsApprove": true,
"IsDel": true,
"IsInvoice": true,
"Description": "sample string 27",
"Review": 0,
"UpdateTime": "QEA="
}
application/xml, text/xml
Sample:
<C_Pos_SaleBillMain xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB"> <Amount>8</Amount> <BillNO>sample string 4</BillNO> <BusinessDate>2025-12-04T00:32:25.1964799+08:00</BusinessDate> <CardNO>sample string 7</CardNO> <DealNO>sample string 23</DealNO> <Description>sample string 27</Description> <Discount>12</Discount> <DiscountAmount>13</DiscountAmount> <FanJieCount>20</FanJieCount> <FreeAmount>9</FreeAmount> <ID>sample string 1</ID> <IsApprove>true</IsApprove> <IsDeal>true</IsDeal> <IsDel>true</IsDel> <IsFanJie>true</IsFanJie> <IsInvoice>true</IsInvoice> <MainOrderNO>sample string 3</MainOrderNO> <OperTime>2025-12-04T00:32:25.1964799+08:00</OperTime> <OperUser>sample string 21</OperUser> <PosID>sample string 6</PosID> <PromotionAmount>17</PromotionAmount> <ReceivableAmount>14</ReceivableAmount> <ReceivedAmount>15</ReceivedAmount> <Review>未评价</Review> <RoundingAmount>18</RoundingAmount> <ServiceFee>10</ServiceFee> <ShopID>sample string 2</ShopID> <Status>None</Status> <TipAmount>11</TipAmount> <UpdateTime>QEA=</UpdateTime> <WorkgroupID>sample string 5</WorkgroupID> <ZhaoLinAmount>16</ZhaoLinAmount> </C_Pos_SaleBillMain>
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.