POST api/MyTask/AuditShowingsMethodPost?cookieCompanyID={cookieCompanyID}&cookieDepartmentID={cookieDepartmentID}&cookieEmployeeID={cookieEmployeeID}&AuditState={AuditState}&Remark={Remark}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cookieCompanyID | globally unique identifier |
Required |
|
| cookieDepartmentID | globally unique identifier |
Required |
|
| cookieEmployeeID | globally unique identifier |
Required |
|
| AuditState | ErrorStateEnum |
Required |
|
| Remark | string |
Required |
Body Parameters
ErrorCorrectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorType | ErrorTypeEnum |
Required |
|
| ErrorID | globally unique identifier |
Required |
|
| CorrectID | globally unique identifier |
Required |
|
| ErrorInfo | string |
Required Max length: 5000 |
|
| CorrectInfo | string |
Required Max length: 5000 |
|
| PropertyName | string |
Required Max length: 40 |
|
| PropertyID | globally unique identifier |
Required |
|
| BuildName | string |
Required Max length: 40 |
|
| BuildingID | globally unique identifier |
Required |
|
| UnitID | globally unique identifier |
Required |
|
| UnitName | string |
Required Max length: 20 |
|
| RoomID | globally unique identifier |
Required |
|
| RoomNumber | string |
Required Max length: 20 |
|
| RentHousingResourcesID | globally unique identifier |
Required |
|
| RentHousingResourcesNo | string |
Required Max length: 20 |
|
| SaleHousingResourcesID | globally unique identifier |
Required |
|
| SaleHousingResourcesNo | string |
Required Max length: 20 |
|
| AuditEmployeeID | globally unique identifier |
Required |
|
| AuditEmployeeName | string |
None. |
|
| AuditTime | date |
Required |
|
| AuditTimeFormat | string |
None. |
|
| AuditState | ErrorStateEnum |
Required |
|
| AuditAdvice | string |
Required Max length: 400 |
|
| ApplyExplain | string |
Required Max length: 600 |
|
| ApplyEmployeeID | globally unique identifier |
Required |
|
| ApplyEmployeeName | string |
None. |
|
| ApplyDepartmentID | globally unique identifier |
Required |
|
| ApplyDepartmentName | string |
None. |
|
| ApplyTelephone | string |
Required Max length: 20 |
|
| KeepRecordTelephone | string |
Required Max length: 24 |
|
| IsBusiness | boolean |
Required |
|
| SummaryAddress | string |
Max length: 400 |
|
| AppRemark | string |
Required Max length: 600 |
|
| OldDepartmentID | globally unique identifier |
None. |
|
| OldDepartmentName | string |
None. |
|
| OldEmployeeID | globally unique identifier |
None. |
|
| OldEmployeeName | string |
None. |
|
| ID | globally unique identifier |
Required |
|
| CreateTime | date |
Required |
|
| UpdateTime | date |
Required |
|
| IsDelete | boolean |
Required |
|
| CompanyID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"ErrorType": 1,
"ErrorID": "b1ca6d35-be0f-4fc2-af09-a462b5b315a3",
"CorrectID": "87fcacb2-36e1-45ba-adff-15d769afd3e6",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "25a2485c-5ed6-4b23-a0fc-79e640d710bf",
"BuildName": "sample string 7",
"BuildingID": "25a0c1f5-ef23-49fc-bd2e-0f575e8d486d",
"UnitID": "3a886352-bf60-4ea0-976b-4b9bd2767e23",
"UnitName": "sample string 10",
"RoomID": "87d5e432-35dc-4b4e-af79-d26405cce8f8",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "5e1fad0d-a085-4155-ac5a-73f58ae0536f",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "1d11ca6d-2569-4681-a773-c88ac13a8b90",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "5d9c4d17-d5d7-49f7-8f8d-6ee2df1f7c53",
"AuditEmployeeName": "--",
"AuditTime": "2026-06-22 19:18:15",
"AuditTimeFormat": "2026-06-22 19:18:15",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "f57392d0-247e-440a-a5d8-229eed010c01",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "42108fa9-de96-4af4-8e2c-49c3258580b0",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "c4e91e9f-c5f8-4657-b978-2ff7e3b17f08",
"OldDepartmentName": "--",
"OldEmployeeID": "c15fd58c-e63f-4a24-8add-68db7cb04959",
"OldEmployeeName": "--",
"ID": "5c69c80e-cddc-49ab-8d21-a3bf8f2b6b6b",
"CreateTime": "2026-06-22 19:18:15",
"UpdateTime": "2026-06-22 19:18:15",
"IsDelete": true,
"CompanyID": "c6955398-ac0d-4481-a374-ec2fefe1fab1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true