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": "e45d1a7d-1cbd-49f8-8bed-2e5e8a34d1bf",
"CorrectID": "37e2ce7a-9bf9-4a0a-8325-182edfc83456",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "2870b648-b71f-4a38-9b7e-3be20664ae03",
"BuildName": "sample string 7",
"BuildingID": "7b48e826-d5e6-40f3-8b01-446bef7e77a8",
"UnitID": "cadbf215-40ed-492e-96cf-90328c0fd9a2",
"UnitName": "sample string 10",
"RoomID": "22d9324a-dae6-4aa1-a195-7cc72187ecc5",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "b62bd859-a9bd-4178-9e3c-626442cdff2f",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "e721f2fd-a5f8-486a-b32e-7d5b33a3bd61",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "2c607170-45b4-4873-9633-87ca024115e4",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-09 05:55:48",
"AuditTimeFormat": "2025-12-09 05:55:48",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "cadfbeb2-b050-456d-9e03-0661ac0b325f",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "19337148-8cb6-4c9a-8ab5-4cfd143bf87f",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "d1636023-9a89-4d71-8cde-fca6d3b41fb3",
"OldDepartmentName": "--",
"OldEmployeeID": "ecd5a5e6-cbec-416c-a009-3485d2c47e08",
"OldEmployeeName": "--",
"ID": "9b5084a1-9d9a-4f24-815f-43be58ba76ab",
"CreateTime": "2025-12-09 05:55:48",
"UpdateTime": "2025-12-09 05:55:48",
"IsDelete": true,
"CompanyID": "e6dc32e8-8c4c-45e7-9717-26fb41eeea0d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true