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": "19a541ef-eb80-4101-8deb-f47aab472bd1",
"CorrectID": "60290e27-029a-4107-8251-22844a177e53",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "7d884414-f9cf-4ae1-ba26-5fed6149bae8",
"BuildName": "sample string 7",
"BuildingID": "f372e5ec-7b0c-4e50-9bb4-a27c7ea1b1aa",
"UnitID": "0e33a3f3-b134-4dca-94b4-c16118dd8182",
"UnitName": "sample string 10",
"RoomID": "e4a98bc4-c7c7-4cf8-927b-af3b54056bee",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "1e9896cf-faf3-4189-81f6-ee954c442117",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "7a08c220-84f8-4fa3-be1d-ab2e665a019f",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "523ca79a-6600-4850-84f1-672090a25933",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-27 19:01:30",
"AuditTimeFormat": "2026-03-27 19:01:30",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "dcef8bfe-173c-4d1b-9a64-963f5c04708a",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "717fc4b0-5923-4689-b813-0beed7af4057",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "b29401aa-c448-45ca-b8ca-9516c8186955",
"OldDepartmentName": "--",
"OldEmployeeID": "b41a4f9d-da04-496b-8381-b7853c4b49e8",
"OldEmployeeName": "--",
"ID": "460d4dc9-e0a2-40ab-958b-37573437ad3c",
"CreateTime": "2026-03-27 19:01:30",
"UpdateTime": "2026-03-27 19:01:30",
"IsDelete": true,
"CompanyID": "f712fbe0-e1b9-498f-8185-2d0296555a90"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true