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": "4cccf41f-dfa8-485d-b53e-3178766b9bd5",
"CorrectID": "02de8880-ed5f-4caa-8764-08fc119260ff",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "bf9599d9-7dda-4206-8816-7a31eaf7ecf9",
"BuildName": "sample string 7",
"BuildingID": "8699c7a8-7bba-4ddd-bd79-7408935ba8b3",
"UnitID": "4600fef8-6f32-4523-8b55-6f5b32c2a5dd",
"UnitName": "sample string 10",
"RoomID": "fec90ec4-0b8a-429e-afd5-a23879d2980b",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "abdc06fc-15b6-4087-a2af-07657c33dec7",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "94d8dd9a-28f6-40e1-8fd6-e136a9ca7899",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "327e5804-20e9-42ed-b909-a165c0cad7fd",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-26 12:15:35",
"AuditTimeFormat": "2026-08-26 12:15:35",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "a9488b57-51cd-4ce5-aa9d-35ddf46f924e",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "dca62fd8-4327-42bd-a2db-0ee201579a67",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "ee59920a-606b-4e1f-8bf4-ad88febaee8b",
"OldDepartmentName": "--",
"OldEmployeeID": "6affd4bf-455c-4232-9b6d-39ebe63031ad",
"OldEmployeeName": "--",
"ID": "fe830b1a-f97e-4b19-806f-c31a469a0b5d",
"CreateTime": "2026-08-26 12:15:35",
"UpdateTime": "2026-08-26 12:15:35",
"IsDelete": true,
"CompanyID": "3ded120e-c96c-414b-ab02-68ae8f1be6b9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true