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": "333a8a6f-3db6-41f0-b5a8-3a8bf0644afc",
"CorrectID": "9dc50d8e-f9cd-4528-97fc-a27d8e35249f",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "6bffd3d5-64c1-448d-a3fe-af8d4b55cc67",
"BuildName": "sample string 7",
"BuildingID": "8441ff26-8d52-407d-881d-c7f1300932ad",
"UnitID": "33ae3db3-8667-4c12-b4c7-966f6efd45a2",
"UnitName": "sample string 10",
"RoomID": "083e1a08-3924-4c0b-87ed-88c92b0c34ba",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "a4ea2121-5252-486f-87ba-320e8554fd48",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "da134669-6d63-4c33-9fe2-2872fcc5194e",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "2afeed1d-7240-463d-8c90-1b6f46e42367",
"AuditEmployeeName": "--",
"AuditTime": "2026-05-31 10:09:49",
"AuditTimeFormat": "2026-05-31 10:09:49",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "0b6744c8-0e4d-4ae8-a943-a4cd9b8ac8ac",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "508abda3-49f8-4928-af51-73404967e944",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "12343860-cfad-4f09-a437-5490c400b232",
"OldDepartmentName": "--",
"OldEmployeeID": "d56a1099-2518-44e5-9db2-4264281f13b0",
"OldEmployeeName": "--",
"ID": "a005b5f2-f1da-4992-838a-6c041dd48509",
"CreateTime": "2026-05-31 10:09:49",
"UpdateTime": "2026-05-31 10:09:49",
"IsDelete": true,
"CompanyID": "b6ad4397-b386-46f0-97a6-83171ba33b75"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true