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": "731bc3d7-a14c-45db-8329-a816ad0d11d9",
"CorrectID": "4d1d916d-c0b7-4c1a-b80b-f6ddb0534ec5",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "1ba20cc6-9fe7-42b1-a58d-9fbaea9d37df",
"BuildName": "sample string 7",
"BuildingID": "b1d6d12e-918f-4359-8a64-29c751b44f1b",
"UnitID": "d953b6c9-cacd-4062-9465-59b477711dca",
"UnitName": "sample string 10",
"RoomID": "623f8864-fe93-41cf-b17c-6f96fe67adeb",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "8d958656-eb77-4fad-aede-a0eb602dcff2",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "16289681-d876-4ebc-a788-d68b5bb41426",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "ee80d772-f2d2-4119-b233-6c255a25ac77",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-26 12:13:46",
"AuditTimeFormat": "2026-08-26 12:13:46",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "b524c20a-289e-455c-9094-a52c9042d579",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "403f2bb6-f1c3-40fe-8603-71c0b78ae730",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "7c795c66-9658-4ef4-972a-590f8c0cb875",
"OldDepartmentName": "--",
"OldEmployeeID": "7aa23572-c597-4037-8916-ec87886a0189",
"OldEmployeeName": "--",
"ID": "4646ad4c-fb34-448f-bdb3-5b07a5a46a23",
"CreateTime": "2026-08-26 12:13:46",
"UpdateTime": "2026-08-26 12:13:46",
"IsDelete": true,
"CompanyID": "d889504d-8d5a-41f6-99ef-a7a8b02fba9d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true