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": "662e282b-5be9-40d9-9b28-afc1c6c1f3dd",
"CorrectID": "6134ba88-ca2b-410c-a54c-198c2e12c5e3",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "64b6fc91-5736-4f1c-8d84-8a76fb83c5ec",
"BuildName": "sample string 7",
"BuildingID": "a5bc4092-d383-4937-90ce-d3b59ed7e4bd",
"UnitID": "a9dbfd24-72aa-4d04-a76b-c99b60ddb8ac",
"UnitName": "sample string 10",
"RoomID": "72617620-2fd4-4961-afbc-93d0ccb55965",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "2b92cbce-90e6-4f14-858b-4c882b52b2a4",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "b067fa90-02fc-4136-bb9c-ab6321816edf",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "1a281b69-e579-423f-9b15-2ded908b7d98",
"AuditEmployeeName": "--",
"AuditTime": "2026-05-31 10:10:05",
"AuditTimeFormat": "2026-05-31 10:10:05",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "d6c6e719-a9f0-4355-a5a4-ee624eaac11d",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "ca578b29-415b-4138-a085-b89290d6f56d",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "908b5c7b-fde5-482d-bcd2-454e46a93376",
"OldDepartmentName": "--",
"OldEmployeeID": "575cf433-5adc-4cc2-9176-bcc5493e7b78",
"OldEmployeeName": "--",
"ID": "e2caf284-d978-4f26-bb13-6332cb7b11d7",
"CreateTime": "2026-05-31 10:10:05",
"UpdateTime": "2026-05-31 10:10:05",
"IsDelete": true,
"CompanyID": "bfe11f21-cd7f-4ff3-9ca2-d60147f8579d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true