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": "033d4ccd-555d-4966-aaee-9f420fcc90cf",
"CorrectID": "c75d23dc-a659-46ee-b31a-abca972c06c9",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "6e561f7d-8f39-4cd2-9661-81bad55794b4",
"BuildName": "sample string 7",
"BuildingID": "dfadc8f4-10f1-49f7-ba44-876ea0396a8f",
"UnitID": "ff3b9a23-c3f4-491a-84d1-a6b71a174a2e",
"UnitName": "sample string 10",
"RoomID": "95996923-907c-4ff7-a9c6-5f6dfef8ef4c",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "547f47c8-e2cf-4afe-8bf2-5930d4d7a469",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "8ee7a79b-2d41-4edc-a102-419b9c513525",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "7001f196-8577-4622-b0db-77c89b33d8d1",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-27 18:56:47",
"AuditTimeFormat": "2026-03-27 18:56:47",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "3ef49895-8f80-402e-88b7-59950ce40280",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "7fb1eb11-d222-49f0-893d-af6ae5172ae0",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "027fb0e2-57c8-4737-9e74-a388226fc7c4",
"OldDepartmentName": "--",
"OldEmployeeID": "174ab29a-26bb-475f-a9af-a74521e8cb8d",
"OldEmployeeName": "--",
"ID": "6e30ef34-07f9-45c1-99b1-0a2704932cfa",
"CreateTime": "2026-03-27 18:56:47",
"UpdateTime": "2026-03-27 18:56:47",
"IsDelete": true,
"CompanyID": "598f6fa8-fb7b-4e48-9c78-2024cd628669"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true