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": "9036240a-9371-402f-9ac1-59095e625dd1",
"CorrectID": "18987da8-217f-4661-943f-158553029485",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "d77874c2-3d98-433b-879b-db6abe5c95a7",
"BuildName": "sample string 7",
"BuildingID": "30cc9a90-32d2-457a-8299-11fd52e38228",
"UnitID": "adc88bda-3438-4ccc-9c52-1e23a3c62e04",
"UnitName": "sample string 10",
"RoomID": "012e89e7-4ef5-41a3-a58c-421313b3f39e",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "788ebcdd-b771-45c2-a2f3-0c187935258c",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "b4db5860-56aa-4eaf-b473-e745110dca95",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "ff289ea7-22be-45e6-8696-f72328b9296e",
"AuditEmployeeName": "--",
"AuditTime": "2026-06-22 19:17:00",
"AuditTimeFormat": "2026-06-22 19:17:00",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "67d50507-47c1-4576-a2dd-b73274c7823b",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "46dca0f6-97f6-4d22-beeb-161a08f4a2e9",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "b41d88fa-4b66-4510-8e7e-876bea49d33c",
"OldDepartmentName": "--",
"OldEmployeeID": "3802fb64-c497-4d93-a85d-3c743370bbce",
"OldEmployeeName": "--",
"ID": "4e1fc40f-e980-4984-9241-993f5fa3f289",
"CreateTime": "2026-06-22 19:17:00",
"UpdateTime": "2026-06-22 19:17:00",
"IsDelete": true,
"CompanyID": "c9341efb-2bdd-44e4-9524-06ea8f286f0b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true