POST api/Manager/ShopReData?sign={sign}&shopno={shopno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
Required |
|
| shopno | string |
Required |
Body Parameters
ShopReDataParam| Name | Description | Type | Additional information |
|---|---|---|---|
| reDataType | integer |
None. |
|
| beginTime | date |
None. |
|
| endTime | date |
None. |
|
| delBusinessData | boolean |
None. |
|
| reSetRoomStatus | boolean |
None. |
|
| reSetHeadCardStatus | boolean |
None. |
|
| reSetTechWorkStatus | boolean |
None. |
|
| employeeNo | string |
None. |
|
| powerUserNo | string |
None. |
|
| operPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"reDataType": 1,
"beginTime": "2025-12-04T01:04:46.3327873+08:00",
"endTime": "2025-12-04T01:04:46.3327873+08:00",
"delBusinessData": true,
"reSetRoomStatus": true,
"reSetHeadCardStatus": true,
"reSetTechWorkStatus": true,
"employeeNo": "sample string 4",
"powerUserNo": "sample string 5",
"operPassword": "sample string 6"
}
application/xml, text/xml
Sample:
<ShopReDataParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Service.lst.dto"> <beginTime>2025-12-04T01:04:46.3327873+08:00</beginTime> <delBusinessData>true</delBusinessData> <employeeNo>sample string 4</employeeNo> <endTime>2025-12-04T01:04:46.3327873+08:00</endTime> <operPassword>sample string 6</operPassword> <powerUserNo>sample string 5</powerUserNo> <reDataType>1</reDataType> <reSetHeadCardStatus>true</reSetHeadCardStatus> <reSetRoomStatus>true</reSetRoomStatus> <reSetTechWorkStatus>true</reSetTechWorkStatus> </ShopReDataParam>
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.