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": "6dbccd1b-10c3-43b9-a078-63392e3b67f6",
"CorrectID": "b675a90c-d233-4cb2-bea2-c1e461672337",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "2ee63218-fc4f-4640-9e2d-9e724240ffb2",
"BuildName": "sample string 7",
"BuildingID": "7ae458aa-1c70-4516-9486-4fec9442f61e",
"UnitID": "e8dfe91e-4f71-446e-bc3a-b95ecdb9fbb9",
"UnitName": "sample string 10",
"RoomID": "1f9ce1fa-4fb7-4a3c-9e0c-616cd1315085",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "cff11f23-fd75-4837-8f67-f5e39db825dd",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "1e94ec12-8717-412e-abf6-837fe6080ce2",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "c5eb330f-35b2-4a84-af81-32c82a65b094",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-26 16:29:15",
"AuditTimeFormat": "2025-12-26 16:29:15",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "eb6b8c66-77d8-46a2-b4e4-debe260d0fdd",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "f01d463a-5647-4c3a-9fcc-6876d4f1177e",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "434ee557-06c6-47bc-a7fa-68d1d273cef9",
"OldDepartmentName": "--",
"OldEmployeeID": "38bb5c7c-8328-4cf9-9575-a7290d6daabd",
"OldEmployeeName": "--",
"ID": "215c6de5-1785-47dd-a3ca-d248f4a83def",
"CreateTime": "2025-12-26 16:29:15",
"UpdateTime": "2025-12-26 16:29:15",
"IsDelete": true,
"CompanyID": "ecb8e539-8ef7-4b51-a0df-cdcb125cc1e5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true