POST api/MyTask/OwnerError?cookieCompanyID={cookieCompanyID}&cookieDepartmentID={cookieDepartmentID}&cookieEmployeeID={cookieEmployeeID}&DepartmentName={DepartmentName}&TrueName={TrueName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cookieCompanyID | globally unique identifier |
Required |
|
| cookieDepartmentID | globally unique identifier |
Required |
|
| cookieEmployeeID | globally unique identifier |
Required |
|
| 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": "f12cad36-9e54-47c1-ba54-8376a0ada31a",
"CorrectID": "4eef1ee0-cde1-47be-bf8b-94cccad5a7fc",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "4b165698-97ec-4b3f-bb69-fee17a4eb624",
"BuildName": "sample string 7",
"BuildingID": "7e6232e4-6fca-4aa0-aa84-fa3b0dd6ac7c",
"UnitID": "5f6a3b32-f97a-4b20-b44c-93160c812729",
"UnitName": "sample string 10",
"RoomID": "b2e78382-da9d-4020-b955-3f0f599d6fb9",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "d9e2dd4e-fca9-4dd2-940c-33acbc19d1dd",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "d437287e-ea81-4c01-90b7-8fd65dc0d5c6",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "21b7dec5-834d-4d7f-b0e1-82489ff67b57",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-26 16:33:34",
"AuditTimeFormat": "2025-12-26 16:33:34",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "8a21220a-e835-4207-8f80-9267733e1d5c",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "06804dd0-5ba0-494a-9d72-c945f815d807",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "6ff3122e-a145-4e67-a832-395cde13c6e1",
"OldDepartmentName": "--",
"OldEmployeeID": "66e648ef-fb7b-4a72-9fc4-27bb5f1fb0e3",
"OldEmployeeName": "--",
"ID": "f7c5e46d-dd11-4594-91a1-38fde4a46e7d",
"CreateTime": "2025-12-26 16:33:34",
"UpdateTime": "2025-12-26 16:33:34",
"IsDelete": true,
"CompanyID": "287988ab-8329-4381-87da-f2d37080a07f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true