POST api/MyTask/ShowingsMethodError?DepartmentName={DepartmentName}&TrueName={TrueName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentName | string |
Required |
|
| TrueName | 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": "118e3e2e-1723-4141-9d76-4bb8d2f544c7",
"CorrectID": "7723892e-0c5a-4d0c-a40b-0fbc01dd653e",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "481f1aef-112a-448a-955e-160e0e2f46ab",
"BuildName": "sample string 7",
"BuildingID": "29831cc8-ee29-4442-adba-d147ab572468",
"UnitID": "5cd51258-e766-4120-8d83-fa386fc33772",
"UnitName": "sample string 10",
"RoomID": "65ba6be4-05e4-454f-9c8b-94eebfcb7b98",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "d58bd8a4-c122-4635-9475-e60ac69d7701",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "5e553fc0-6032-4816-9376-c5b1d00cfcca",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "f49296f5-e153-438f-a93d-d755e22ca96b",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-22 17:40:57",
"AuditTimeFormat": "2026-08-22 17:40:57",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "2acdbb3a-abcc-417c-86af-f620c5b61682",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "b3f53014-e5e4-4751-a316-ddbfc87823e9",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "832e59a9-9d11-4a6a-a077-4848731ad8b9",
"OldDepartmentName": "--",
"OldEmployeeID": "dd0d8a9c-a240-45b1-a7b7-b574e953e003",
"OldEmployeeName": "--",
"ID": "b22c457f-cf2b-4962-857d-1feccd7c99b0",
"CreateTime": "2026-08-22 17:40:57",
"UpdateTime": "2026-08-22 17:40:57",
"IsDelete": true,
"CompanyID": "8c307017-a499-43e7-90c3-f882cda86aa0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true