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": "102ed64c-3f38-4433-9645-3750577c437b",
"CorrectID": "1f645ad4-0f82-4773-ab28-d2576721eeca",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "3066f4ff-c713-4047-8712-d6c793fad10c",
"BuildName": "sample string 7",
"BuildingID": "8b814723-a3f2-4c5b-88b9-79d3038d6555",
"UnitID": "e1634c02-729d-475b-b027-c4e01352c37a",
"UnitName": "sample string 10",
"RoomID": "4c995e97-4d96-4949-b4db-e403fbf84e40",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "dc1e556f-92c4-49a1-a239-91049fb16b23",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "5039a96d-ec50-495d-8adb-9ff7df876da8",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "885d00f5-ee56-4295-809e-04dc242dd70e",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-22 17:42:40",
"AuditTimeFormat": "2026-08-22 17:42:40",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "1945a2e8-ea00-4309-b43d-908981e6b3a1",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "eec83ace-8cb3-4045-8fe0-2a4d65c7fc1a",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "0cf06bea-516c-4e3b-a64d-a42b8eb39975",
"OldDepartmentName": "--",
"OldEmployeeID": "82881811-9d77-4bce-a2c5-221a13316e7a",
"OldEmployeeName": "--",
"ID": "e1a385ea-b10d-4204-b733-77e63312d89e",
"CreateTime": "2026-08-22 17:42:40",
"UpdateTime": "2026-08-22 17:42:40",
"IsDelete": true,
"CompanyID": "50a1b4d1-7510-4b39-83bf-c9c404091fe0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true