POST api/TransRecord/UploadAskForLeaveLog
Request Information
URI Parameters
None.
Body Parameters
Collection of C_Pos_AskForLeaveLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| ShopID | string |
None. |
|
| TechnicianNo | string |
None. |
|
| OperType | AskForLeaveType |
None. |
|
| AskType | AskType |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Status | integer |
None. |
|
| AddTime | date |
None. |
|
| AddUser | string |
None. |
|
| PowerUser | string |
None. |
|
| Description | string |
None. |
|
| UpdateTime | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"TechnicianNo": "sample string 3",
"OperType": 0,
"AskType": 0,
"StartTime": "2025-12-04T01:03:54.9832219+08:00",
"EndTime": "2025-12-04T01:03:54.9832219+08:00",
"Status": 4,
"AddTime": "2025-12-04T01:03:54.9832219+08:00",
"AddUser": "sample string 6",
"PowerUser": "sample string 7",
"Description": "sample string 8",
"UpdateTime": "QEA="
},
{
"ID": "sample string 1",
"ShopID": "sample string 2",
"TechnicianNo": "sample string 3",
"OperType": 0,
"AskType": 0,
"StartTime": "2025-12-04T01:03:54.9832219+08:00",
"EndTime": "2025-12-04T01:03:54.9832219+08:00",
"Status": 4,
"AddTime": "2025-12-04T01:03:54.9832219+08:00",
"AddUser": "sample string 6",
"PowerUser": "sample string 7",
"Description": "sample string 8",
"UpdateTime": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfC_Pos_AskForLeaveLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_TB">
<C_Pos_AskForLeaveLog>
<AddTime>2025-12-04T01:03:54.9832219+08:00</AddTime>
<AddUser>sample string 6</AddUser>
<AskType>PuTong</AskType>
<Description>sample string 8</Description>
<EndTime>2025-12-04T01:03:54.9832219+08:00</EndTime>
<ID>sample string 1</ID>
<OperType>JiaBan</OperType>
<PowerUser>sample string 7</PowerUser>
<ShopID>sample string 2</ShopID>
<StartTime>2025-12-04T01:03:54.9832219+08:00</StartTime>
<Status>4</Status>
<TechnicianNo>sample string 3</TechnicianNo>
<UpdateTime>QEA=</UpdateTime>
</C_Pos_AskForLeaveLog>
<C_Pos_AskForLeaveLog>
<AddTime>2025-12-04T01:03:54.9832219+08:00</AddTime>
<AddUser>sample string 6</AddUser>
<AskType>PuTong</AskType>
<Description>sample string 8</Description>
<EndTime>2025-12-04T01:03:54.9832219+08:00</EndTime>
<ID>sample string 1</ID>
<OperType>JiaBan</OperType>
<PowerUser>sample string 7</PowerUser>
<ShopID>sample string 2</ShopID>
<StartTime>2025-12-04T01:03:54.9832219+08:00</StartTime>
<Status>4</Status>
<TechnicianNo>sample string 3</TechnicianNo>
<UpdateTime>QEA=</UpdateTime>
</C_Pos_AskForLeaveLog>
</ArrayOfC_Pos_AskForLeaveLog>
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.