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": "2a105b63-b8f4-4bc7-8f8c-7d89710b21dd",
"CorrectID": "4a7a355d-442e-48fe-bb37-56a35de7f525",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "14912db5-dac9-4472-be0e-2f512277cf5d",
"BuildName": "sample string 7",
"BuildingID": "d08ba417-2ec2-4f8d-97d1-746d04f8a117",
"UnitID": "4bbab7d6-7b62-458f-9152-0e8097438bde",
"UnitName": "sample string 10",
"RoomID": "9a601121-763d-4901-83d9-ec4c7c2ecf5f",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "c46443f5-f88c-45f9-ad02-f86b3c3be6e4",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "b90bb6a9-73c2-449e-b198-e536c8baaf26",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "40b8d24d-3225-4ab3-aeac-fd3e3dd09c07",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-09 05:56:47",
"AuditTimeFormat": "2025-12-09 05:56:47",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "619a31c5-6f60-45cc-9af2-3fc2ba206657",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "37a9336b-b0af-44ac-8797-e7329e17c796",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "db99f1b3-987c-411b-bfdd-7c423d56252c",
"OldDepartmentName": "--",
"OldEmployeeID": "936eefe8-5d6d-4a53-89e7-7183ad086aca",
"OldEmployeeName": "--",
"ID": "120ab29f-c072-456e-888d-068e1a315ab2",
"CreateTime": "2025-12-09 05:56:47",
"UpdateTime": "2025-12-09 05:56:47",
"IsDelete": true,
"CompanyID": "285a46fe-237d-4f0c-9703-6df9ab9b7b72"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true