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": "f8641540-163a-43de-a928-aba8d4ea6234",
"CorrectID": "479af268-66d0-4732-87b5-8cec403ba8d7",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "312568dc-133d-495b-9beb-d65533351c5c",
"BuildName": "sample string 7",
"BuildingID": "f65e6caa-dfc2-441c-a68c-cc4b87c0c99e",
"UnitID": "262d5031-042e-482a-ab30-65960e721c47",
"UnitName": "sample string 10",
"RoomID": "014dfb7e-0540-4f86-96bb-aa79c1881da0",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "5bea94e9-cb19-4af3-bb94-71b78dcce57f",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "9f648211-9ea6-4644-b089-9422f34b434e",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "27f78500-8db1-41dc-b647-f7827c6d9c9b",
"AuditEmployeeName": "--",
"AuditTime": "2026-05-31 10:07:48",
"AuditTimeFormat": "2026-05-31 10:07:48",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "0ae6f3de-5682-4af5-810f-0143e57dca8a",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "b912e5a5-9642-4a8e-8fad-3e4b799331cd",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "535b8684-9908-44a3-bc7c-21d6515cf4c0",
"OldDepartmentName": "--",
"OldEmployeeID": "d0bae56c-e15f-4ef1-a8cf-e7e1d6a2139a",
"OldEmployeeName": "--",
"ID": "cb1e3b0e-6027-41c7-8d0d-a048a20b40cb",
"CreateTime": "2026-05-31 10:07:48",
"UpdateTime": "2026-05-31 10:07:48",
"IsDelete": true,
"CompanyID": "5e64f6d3-7b18-4eac-926d-f979165080d8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true