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": "26ed7140-dbdd-454a-bdac-a4b0b3927656",
"CorrectID": "aedd473a-d3bc-4860-9ea6-277a0e042a0e",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "9ff04b57-bc23-47b4-beea-993b90f5f21e",
"BuildName": "sample string 7",
"BuildingID": "cb4d841d-e127-4713-a383-5324ef0e7f58",
"UnitID": "b2adf2a8-e3db-456a-946c-eba3fb2fd486",
"UnitName": "sample string 10",
"RoomID": "445964ec-b8ca-4843-bb72-002b6c5c3379",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "fa0dca09-3058-480b-b5bb-b90a1a0ed9c2",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "c680245c-7531-4305-bc7c-7427ecaa7553",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "2f656bb5-dd45-46e7-8cc5-84af0c2adff9",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-26 16:33:57",
"AuditTimeFormat": "2025-12-26 16:33:57",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "2fcb8968-db40-45a2-8a84-a39a31dae101",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "7462df15-02d8-4a5f-b746-498945e38e26",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "36783d86-9f17-4817-90e4-befea98306ab",
"OldDepartmentName": "--",
"OldEmployeeID": "032dd9f8-484c-4332-9c32-baa359b0eadc",
"OldEmployeeName": "--",
"ID": "8fe71f68-d9b4-4c89-a495-c3c3052f8c3d",
"CreateTime": "2025-12-26 16:33:57",
"UpdateTime": "2025-12-26 16:33:57",
"IsDelete": true,
"CompanyID": "e59bac8c-7e57-4840-95bb-4e3b9fc3ba3e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true