POST api/LManager/TechOperDO?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
TechOperAppParm| Name | Description | Type | Additional information |
|---|---|---|---|
| OperType | string |
None. |
|
| EmployeeNO | string |
None. |
|
| QueueNO | string |
None. |
|
| WorkgroupNO | string |
None. |
|
| NewWorkGroupNo | string |
None. |
|
| LuoPaiFlag | integer |
None. |
|
| NewSortNO | integer |
None. |
|
| WorkDes | string |
None. |
|
| AskType | integer |
None. |
|
| TechNOs | string |
None. |
|
| NewStatus | integer |
None. |
|
| BeginTime | date |
None. |
|
| EndTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"OperType": "sample string 1",
"EmployeeNO": "sample string 2",
"QueueNO": "sample string 3",
"WorkgroupNO": "sample string 4",
"NewWorkGroupNo": "sample string 5",
"LuoPaiFlag": 6,
"NewSortNO": 7,
"WorkDes": "sample string 8",
"AskType": 9,
"TechNOs": "sample string 10",
"NewStatus": 11,
"BeginTime": "2025-12-04T00:31:19.1186848+08:00",
"EndTime": "2025-12-04T00:31:19.1186848+08:00"
}
application/xml, text/xml
Sample:
<TechOperAppParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response"> <AskType>9</AskType> <BeginTime>2025-12-04T00:31:19.1186848+08:00</BeginTime> <EmployeeNO>sample string 2</EmployeeNO> <EndTime>2025-12-04T00:31:19.1186848+08:00</EndTime> <LuoPaiFlag>6</LuoPaiFlag> <NewSortNO>7</NewSortNO> <NewStatus>11</NewStatus> <NewWorkGroupNo>sample string 5</NewWorkGroupNo> <OperType>sample string 1</OperType> <QueueNO>sample string 3</QueueNO> <TechNOs>sample string 10</TechNOs> <WorkDes>sample string 8</WorkDes> <WorkgroupNO>sample string 4</WorkgroupNO> </TechOperAppParm>
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.