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": "fa133038-ed7b-4d4f-bd58-46309d0c7d23",
"CorrectID": "f4ca9202-2d6d-4979-9ebc-da58fc2682a2",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "1dd4efe9-369d-427c-ab65-20af997ca631",
"BuildName": "sample string 7",
"BuildingID": "486ae640-3469-4a64-90bb-e317761f7122",
"UnitID": "aca94dd4-fd46-4186-997b-e4e91001af81",
"UnitName": "sample string 10",
"RoomID": "561f4690-7333-4bf6-941c-70fb35fd9a5b",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "53f8207d-6339-4a6d-b1a7-541eb8e9e20d",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "89653516-9ab8-4408-8d5d-0a7862e4b5c3",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "216603a7-40a0-4ca8-a732-43fc7d05e007",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-03 13:52:14",
"AuditTimeFormat": "2026-03-03 13:52:14",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "307a3501-2963-4998-8c8a-2e3daacb779e",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "099db371-b528-47be-9cef-62a4049840e7",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "0685e320-0983-4055-a6e3-f983c9f65766",
"OldDepartmentName": "--",
"OldEmployeeID": "6b5eba0e-ade1-4875-9126-2fb89f08fe54",
"OldEmployeeName": "--",
"ID": "d55fe1e2-3a4a-448b-92c4-8e23ef857a6a",
"CreateTime": "2026-03-03 13:52:14",
"UpdateTime": "2026-03-03 13:52:14",
"IsDelete": true,
"CompanyID": "d6fec77f-2cee-4ad1-a961-4c1e3faaca75"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true