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": "bf815e9c-f37b-4654-999e-d55e1205fa26",
"CorrectID": "1ef58dd8-0b6d-46de-a401-c756a90276a4",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "2207ce81-8dd1-4eb9-8efc-fad4a32e0b66",
"BuildName": "sample string 7",
"BuildingID": "bd400a81-441d-444b-81a8-ecdd638c4294",
"UnitID": "3cf9158c-b03b-45b5-b456-5cbbb91d60d4",
"UnitName": "sample string 10",
"RoomID": "2e67022c-d7cc-4191-91ea-56909bd55724",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "cd8e1dda-8fae-40b1-afe3-923405d358f4",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "7bcf139f-1dc2-4d4f-8b7c-fb96d1c3cbc8",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "90accdb2-1dfd-4ec0-ab6d-1eb81a142244",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-03 13:49:24",
"AuditTimeFormat": "2026-03-03 13:49:24",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "d02386af-ae74-46f6-8d23-6d9d0727edf5",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "fdfc91e4-58de-43d0-a824-3c6ee58cbdc0",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "322c5f4a-807e-4600-8924-f8089d6e4969",
"OldDepartmentName": "--",
"OldEmployeeID": "2e6316a6-14dc-4caf-8161-c659997da205",
"OldEmployeeName": "--",
"ID": "2b736ea3-1d73-4850-8923-9d05bbe6b764",
"CreateTime": "2026-03-03 13:49:24",
"UpdateTime": "2026-03-03 13:49:24",
"IsDelete": true,
"CompanyID": "09be3d41-9250-4398-aae0-54e30d7e008b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true