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": "efb7e364-162d-4c5c-ae8e-fd83418ee951",
"CorrectID": "feb11d14-1306-42d1-9d95-871cf51c5384",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "435179db-c1b7-40bd-8b7c-6fb57733cd95",
"BuildName": "sample string 7",
"BuildingID": "adf60aa8-c59e-4f9a-8b39-580532f33e96",
"UnitID": "04be1a04-2784-4346-b74a-8a986679e505",
"UnitName": "sample string 10",
"RoomID": "fc6866db-5d35-4fdd-abfe-e42c9fc216f1",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "2fb52031-31be-447b-89a6-2b5808316478",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "5651f3a8-16dc-4d04-8081-20f54011d259",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "91e6db16-bfcf-412e-996a-2a0befb18c2c",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-27 18:54:05",
"AuditTimeFormat": "2026-03-27 18:54:05",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "c4053f92-7177-47f2-83ee-2fc6f8729065",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "938ea160-1fa0-4339-963c-2dca9c99c001",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "f9c7897a-2bcb-4636-a8d4-ea284512eaf9",
"OldDepartmentName": "--",
"OldEmployeeID": "d17988ae-040f-458d-ac6b-0ad881197b5c",
"OldEmployeeName": "--",
"ID": "3b0ca65d-1e31-48c2-89da-db2fe1161cc9",
"CreateTime": "2026-03-27 18:54:05",
"UpdateTime": "2026-03-27 18:54:05",
"IsDelete": true,
"CompanyID": "d6906074-85c2-424a-a843-73bb4a8f87ff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true