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": "af3ec644-e9cd-4a92-ad1e-6e795c9d5437",
"CorrectID": "696bd149-f7ff-4503-aa12-06ec59aaf209",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "7bb714d0-1c1d-44b1-927c-fc21ce2d221d",
"BuildName": "sample string 7",
"BuildingID": "52efc3d6-0eea-49c3-9e6c-f169652b62df",
"UnitID": "db0d6524-5ce8-43ea-aa4e-aac85e810304",
"UnitName": "sample string 10",
"RoomID": "cc04ea73-aaad-498e-ab71-6810a738f362",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "f2c07e1a-aa67-4e02-926e-e3e6a52ae1db",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "4ec8c13c-5efc-49d8-b33d-0143044fd674",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "12cfe103-dd06-45fd-a95c-82a08410e2a9",
"AuditEmployeeName": "--",
"AuditTime": "2026-06-22 19:12:05",
"AuditTimeFormat": "2026-06-22 19:12:05",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "4772f2e0-b475-4af9-8188-ed805c62ae15",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "78be82df-18a3-4484-b7a2-8cd830886ac5",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "47c71aa6-f765-441e-aaf1-678883d1d89f",
"OldDepartmentName": "--",
"OldEmployeeID": "9b9ad2f7-25c6-444c-be06-406ed0b9de12",
"OldEmployeeName": "--",
"ID": "c71c5f62-8735-4859-b210-bfe7854f514c",
"CreateTime": "2026-06-22 19:12:05",
"UpdateTime": "2026-06-22 19:12:05",
"IsDelete": true,
"CompanyID": "b2dca42c-de19-4eaa-a256-c7d9fbbb2957"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true