POST api/BusinessPos/TechOperDOXiuJia?shopno={shopno}&date1={date1}&date2={date2}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopno

string

Required

date1

date

Required

date2

date

Required

Body Parameters

TechOperAppParmpc
NameDescriptionTypeAdditional information
LoungeNO

string

None.

EndTime

date

None.

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.

Request Formats

application/json, text/json

Sample:
{
  "LoungeNO": "sample string 1",
  "EndTime": "2025-05-05T18:19:17.2364533+08:00",
  "OperType": "sample string 3",
  "EmployeeNO": "sample string 4",
  "QueueNO": "sample string 5",
  "WorkgroupNO": "sample string 6",
  "NewWorkGroupNo": "sample string 7",
  "LuoPaiFlag": 8,
  "NewSortNO": 9,
  "WorkDes": "sample string 10",
  "AskType": 11,
  "TechNOs": "sample string 12",
  "NewStatus": 13,
  "BeginTime": "2025-05-05T18:19:17.2364533+08:00"
}

application/xml, text/xml

Sample:
<BusinessPosController.TechOperAppParmpc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.APP.APPWEBAPI.Controllers">
  <AskType xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">11</AskType>
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">2025-05-05T18:19:17.2364533+08:00</BeginTime>
  <EmployeeNO xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 4</EmployeeNO>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">2025-05-05T18:19:17.2364533+08:00</EndTime>
  <LuoPaiFlag xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">8</LuoPaiFlag>
  <NewSortNO xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">9</NewSortNO>
  <NewStatus xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">13</NewStatus>
  <NewWorkGroupNo xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 7</NewWorkGroupNo>
  <OperType xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 3</OperType>
  <QueueNO xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 5</QueueNO>
  <TechNOs xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 12</TechNOs>
  <WorkDes xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 10</WorkDes>
  <WorkgroupNO xmlns="http://schemas.datacontract.org/2004/07/LG.Model.CM_Response">sample string 6</WorkgroupNO>
  <EndTime>2025-05-05T18:19:17.2364533+08:00</EndTime>
  <LoungeNO>sample string 1</LoungeNO>
</BusinessPosController.TechOperAppParmpc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.