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": "24443f26-6ca3-41cc-b21b-27ade363f109",
"CorrectID": "f95320c2-769d-4425-9f91-fde1797e40d0",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "484b8dc7-4287-486b-a96e-8406b7f38d16",
"BuildName": "sample string 7",
"BuildingID": "bcd43c0b-ce03-41dd-9df8-8a69d24ef780",
"UnitID": "4f763755-15cb-45b2-aa85-68285054d58e",
"UnitName": "sample string 10",
"RoomID": "5422ea10-b297-4159-849c-e20d269dad51",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "57512939-f6f2-42af-9c94-4eb2c9b37e84",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "f4190232-0c54-49a0-bf29-a061521aee91",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "b045f175-6948-40b0-9257-4cd69f3eba7a",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-22 17:43:03",
"AuditTimeFormat": "2026-08-22 17:43:03",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "92f1edcd-269f-4432-8db6-1d810cb709b6",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "ce2390a4-733a-444d-b3f5-e1ef7a0435f2",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "3fe60a65-3aa2-4565-8e00-f896b0c9e37e",
"OldDepartmentName": "--",
"OldEmployeeID": "ccaefb8a-0723-4a81-a69f-703029cf9375",
"OldEmployeeName": "--",
"ID": "97fa0940-787e-498d-a80b-520be183c4c5",
"CreateTime": "2026-08-22 17:43:03",
"UpdateTime": "2026-08-22 17:43:03",
"IsDelete": true,
"CompanyID": "9308b853-6909-4c70-b697-8c20e6f89af5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true