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": "f240b388-9826-4e69-a60a-e98f3396d7ad",
"CorrectID": "435fd676-e565-4d5f-af85-592d83409af6",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "ca663ffe-64a0-4cb3-8f6b-949a329d0331",
"BuildName": "sample string 7",
"BuildingID": "264ee3ca-2e46-4d92-b53d-ed506631e81d",
"UnitID": "1735faa0-d097-4c7e-a82d-b3f84564802c",
"UnitName": "sample string 10",
"RoomID": "d451bfd6-8e55-400e-9ce6-72564c00a21c",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "112766a4-023f-4d7d-9674-4eb2a3e8a4f7",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "f721ccc9-6424-4533-a3af-36671d6c94ce",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "9e8c3fd0-b462-49f9-ac42-2e86245ef30d",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-26 12:15:44",
"AuditTimeFormat": "2026-08-26 12:15:44",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "28bf3db4-1d02-462f-9f61-b8032857acca",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "510ca059-3bb8-467d-b649-57312f06a340",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "7c381cd1-45a4-4cef-8445-d08e86d1dc1f",
"OldDepartmentName": "--",
"OldEmployeeID": "1d507971-9387-4528-9e23-b7a1f28c0310",
"OldEmployeeName": "--",
"ID": "d26201ef-204c-4d23-8a4c-b77f9ca97837",
"CreateTime": "2026-08-26 12:15:44",
"UpdateTime": "2026-08-26 12:15:44",
"IsDelete": true,
"CompanyID": "8e803718-e762-4dc2-8506-07282ff2fd30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true