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": "1b4d9494-6ee8-4d5f-95e1-6791f131a0ab",
"CorrectID": "0d65f2b2-cf9a-4852-92e5-1134ada7a32f",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "4637b394-4d6e-4dce-b23b-0ffc1474eed3",
"BuildName": "sample string 7",
"BuildingID": "94625ea1-6064-4948-bac7-a36f70a79bf2",
"UnitID": "3ecc0f6f-edc6-4bd1-aa4a-99d8074dad62",
"UnitName": "sample string 10",
"RoomID": "4167effb-5d49-4ba1-9a9f-3a2b5158e9b8",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "66d96da6-0c09-4e3f-8954-284a0588bacb",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "b693bb0f-40f4-4fd7-9fbe-8ddac2ce3a9d",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "3f48bc28-2f68-493c-89e3-348d414f2615",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-03 13:52:04",
"AuditTimeFormat": "2026-03-03 13:52:04",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "c9c818a1-7332-4de7-809b-58c1899bc05f",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "a44455d4-bb1f-4d5e-b74f-9f6b79d6824d",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "35be82dd-4897-4f73-97bd-e6c1e6341c0a",
"OldDepartmentName": "--",
"OldEmployeeID": "5fe6ca65-06fd-439e-b11e-4dea5beba714",
"OldEmployeeName": "--",
"ID": "4aee77d7-30a3-4235-adb6-2e881f39e373",
"CreateTime": "2026-03-03 13:52:04",
"UpdateTime": "2026-03-03 13:52:04",
"IsDelete": true,
"CompanyID": "6e2627c8-5643-427b-ac30-493ee3540095"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true