POST api/TransRecord/UploadOperator
Request Information
URI Parameters
None.
Body Parameters
Collection of C_Bi_Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| EmployeeNO | string |
None. |
|
| EmployeeName | string |
None. |
|
| RoleID | string |
None. |
|
| Pwd | string |
None. |
|
| Salt | string |
None. |
|
| Status | integer |
None. |
|
| IsSystem | integer |
None. |
|
| AddTime | date |
None. |
|
| AddUser | string |
None. |
|
| LastTime | date |
None. |
|
| UpdateTime | Collection of byte |
None. |
|
| MinDiscount | integer |
None. |
|
| GiftBysheet | decimal number |
None. |
|
| DiscountBysheet | decimal number |
None. |
|
| ReturnBysheet | decimal number |
None. |
|
| FreeBysheet | decimal number |
None. |
|
| GiftByDay | decimal number |
None. |
|
| DiscountByDay | decimal number |
None. |
|
| ReturnByDay | decimal number |
None. |
|
| FreeByDay | decimal number |
None. |
|
| GiftByMonth | decimal number |
None. |
|
| DiscountByMonth | decimal number |
None. |
|
| ReturnByMonth | decimal number |
None. |
|
| FreeByMonth | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"EmployeeNO": "sample string 3",
"EmployeeName": "sample string 4",
"RoleID": "sample string 5",
"Pwd": "sample string 6",
"Salt": "sample string 7",
"Status": 8,
"IsSystem": 9,
"AddTime": "2025-12-04T01:04:37.8491691+08:00",
"AddUser": "sample string 11",
"LastTime": "2025-12-04T01:04:37.8491691+08:00",
"UpdateTime": "QEA=",
"MinDiscount": 12,
"GiftBysheet": 13.0,
"DiscountBysheet": 14.0,
"ReturnBysheet": 15.0,
"FreeBysheet": 16.0,
"GiftByDay": 17.0,
"DiscountByDay": 18.0,
"ReturnByDay": 19.0,
"FreeByDay": 20.0,
"GiftByMonth": 21.0,
"DiscountByMonth": 22.0,
"ReturnByMonth": 23.0,
"FreeByMonth": 24.0
},
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"EmployeeNO": "sample string 3",
"EmployeeName": "sample string 4",
"RoleID": "sample string 5",
"Pwd": "sample string 6",
"Salt": "sample string 7",
"Status": 8,
"IsSystem": 9,
"AddTime": "2025-12-04T01:04:37.8491691+08:00",
"AddUser": "sample string 11",
"LastTime": "2025-12-04T01:04:37.8491691+08:00",
"UpdateTime": "QEA=",
"MinDiscount": 12,
"GiftBysheet": 13.0,
"DiscountBysheet": 14.0,
"ReturnBysheet": 15.0,
"FreeBysheet": 16.0,
"GiftByDay": 17.0,
"DiscountByDay": 18.0,
"ReturnByDay": 19.0,
"FreeByDay": 20.0,
"GiftByMonth": 21.0,
"DiscountByMonth": 22.0,
"ReturnByMonth": 23.0,
"FreeByMonth": 24.0
}
]
application/xml, text/xml
Sample:
<ArrayOfC_Bi_Operator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
<C_Bi_Operator>
<AddTime>2025-12-04T01:04:37.8491691+08:00</AddTime>
<AddUser>sample string 11</AddUser>
<DiscountByDay>18</DiscountByDay>
<DiscountByMonth>22</DiscountByMonth>
<DiscountBysheet>14</DiscountBysheet>
<EmployeeNO>sample string 3</EmployeeNO>
<EmployeeName>sample string 4</EmployeeName>
<FreeByDay>20</FreeByDay>
<FreeByMonth>24</FreeByMonth>
<FreeBysheet>16</FreeBysheet>
<GiftByDay>17</GiftByDay>
<GiftByMonth>21</GiftByMonth>
<GiftBysheet>13</GiftBysheet>
<ID>sample string 1</ID>
<IsSystem>9</IsSystem>
<LastTime>2025-12-04T01:04:37.8491691+08:00</LastTime>
<MinDiscount>12</MinDiscount>
<Pwd>sample string 6</Pwd>
<ReturnByDay>19</ReturnByDay>
<ReturnByMonth>23</ReturnByMonth>
<ReturnBysheet>15</ReturnBysheet>
<RoleID>sample string 5</RoleID>
<Salt>sample string 7</Salt>
<ShopID>sample string 2</ShopID>
<Status>8</Status>
<UpdateTime>QEA=</UpdateTime>
</C_Bi_Operator>
<C_Bi_Operator>
<AddTime>2025-12-04T01:04:37.8491691+08:00</AddTime>
<AddUser>sample string 11</AddUser>
<DiscountByDay>18</DiscountByDay>
<DiscountByMonth>22</DiscountByMonth>
<DiscountBysheet>14</DiscountBysheet>
<EmployeeNO>sample string 3</EmployeeNO>
<EmployeeName>sample string 4</EmployeeName>
<FreeByDay>20</FreeByDay>
<FreeByMonth>24</FreeByMonth>
<FreeBysheet>16</FreeBysheet>
<GiftByDay>17</GiftByDay>
<GiftByMonth>21</GiftByMonth>
<GiftBysheet>13</GiftBysheet>
<ID>sample string 1</ID>
<IsSystem>9</IsSystem>
<LastTime>2025-12-04T01:04:37.8491691+08:00</LastTime>
<MinDiscount>12</MinDiscount>
<Pwd>sample string 6</Pwd>
<ReturnByDay>19</ReturnByDay>
<ReturnByMonth>23</ReturnByMonth>
<ReturnBysheet>15</ReturnBysheet>
<RoleID>sample string 5</RoleID>
<Salt>sample string 7</Salt>
<ShopID>sample string 2</ShopID>
<Status>8</Status>
<UpdateTime>QEA=</UpdateTime>
</C_Bi_Operator>
</ArrayOfC_Bi_Operator>
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.