POST api/TransRecord/UploadOperLog
Request Information
URI Parameters
None.
Body Parameters
Collection of C_Pos_OperLogName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
ShopID | string |
None. |
|
PosID | string |
None. |
|
OperTime | date |
None. |
|
OperUser | string |
None. |
|
PowerUser | string |
None. |
|
PowerUserID | string |
None. |
|
OperType | OperLogType |
None. |
|
OrderNO | string |
None. |
|
BillNO | string |
None. |
|
OperShow | string |
None. |
|
Other1 | string |
None. |
|
Other2 | string |
None. |
|
Other3 | string |
None. |
|
BusinessDate | date |
None. |
|
UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ID": "sample string 1", "ShopID": "sample string 2", "PosID": "sample string 3", "OperTime": "2025-05-05T17:39:46.6213125+08:00", "OperUser": "sample string 5", "PowerUser": "sample string 6", "PowerUserID": "sample string 7", "OperType": 0, "OrderNO": "sample string 8", "BillNO": "sample string 9", "OperShow": "sample string 10", "Other1": "sample string 11", "Other2": "sample string 12", "Other3": "sample string 13", "BusinessDate": "2025-05-05T17:39:46.6218867+08:00", "UpdateTime": "QEA=" }, { "ID": "sample string 1", "ShopID": "sample string 2", "PosID": "sample string 3", "OperTime": "2025-05-05T17:39:46.6213125+08:00", "OperUser": "sample string 5", "PowerUser": "sample string 6", "PowerUserID": "sample string 7", "OperType": 0, "OrderNO": "sample string 8", "BillNO": "sample string 9", "OperShow": "sample string 10", "Other1": "sample string 11", "Other2": "sample string 12", "Other3": "sample string 13", "BusinessDate": "2025-05-05T17:39:46.6218867+08:00", "UpdateTime": "QEA=" } ]
application/xml, text/xml
Sample:
<ArrayOfC_Pos_OperLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB"> <C_Pos_OperLog> <BillNO>sample string 9</BillNO> <BusinessDate>2025-05-05T17:39:46.6218867+08:00</BusinessDate> <ID>sample string 1</ID> <OperShow>sample string 10</OperShow> <OperTime>2025-05-05T17:39:46.6213125+08:00</OperTime> <OperType>CheckOut</OperType> <OperUser>sample string 5</OperUser> <OrderNO>sample string 8</OrderNO> <Other1>sample string 11</Other1> <Other2>sample string 12</Other2> <Other3>sample string 13</Other3> <PosID>sample string 3</PosID> <PowerUser>sample string 6</PowerUser> <PowerUserID>sample string 7</PowerUserID> <ShopID>sample string 2</ShopID> <UpdateTime>QEA=</UpdateTime> </C_Pos_OperLog> <C_Pos_OperLog> <BillNO>sample string 9</BillNO> <BusinessDate>2025-05-05T17:39:46.6218867+08:00</BusinessDate> <ID>sample string 1</ID> <OperShow>sample string 10</OperShow> <OperTime>2025-05-05T17:39:46.6213125+08:00</OperTime> <OperType>CheckOut</OperType> <OperUser>sample string 5</OperUser> <OrderNO>sample string 8</OrderNO> <Other1>sample string 11</Other1> <Other2>sample string 12</Other2> <Other3>sample string 13</Other3> <PosID>sample string 3</PosID> <PowerUser>sample string 6</PowerUser> <PowerUserID>sample string 7</PowerUserID> <ShopID>sample string 2</ShopID> <UpdateTime>QEA=</UpdateTime> </C_Pos_OperLog> </ArrayOfC_Pos_OperLog>
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.