POST api/MyTask/AuditFullPost?cookieEmployeeID={cookieEmployeeID}&AuditState={AuditState}&txt_AppRemark={txt_AppRemark}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cookieEmployeeID | globally unique identifier |
Required |
|
| AuditState | ErrorStateEnum |
Required |
|
| txt_AppRemark | string |
Default value is |
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": "ef748dc4-41fe-43ec-8449-7a01a208e025",
"CorrectID": "5396c38c-146b-4cab-a765-6d445a7fffbe",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "327152aa-136e-4ba3-ba7e-0e2a0385a49f",
"BuildName": "sample string 7",
"BuildingID": "f1d12980-c6a1-44fd-9282-8d5f4960e500",
"UnitID": "0d9d3635-f00f-4c92-bf30-eaa76155324b",
"UnitName": "sample string 10",
"RoomID": "9eadf58c-4f5e-41e9-a8d3-f1749a3d279e",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "a52bc4ea-40eb-4a67-8fdd-9334df385ef8",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "b918593c-1638-4c73-9760-4b85790efa8a",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "acccf72a-52a5-4d38-bb98-92884af622aa",
"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": "40bc4596-f0d6-4ebb-8235-c0dd08568bc8",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "7d90b8df-0ea7-4291-bc8c-1a741b22226d",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "eaacfe48-6efd-4a76-b522-7557e66198a4",
"OldDepartmentName": "--",
"OldEmployeeID": "103b6d28-5df9-4616-ab75-d32800dd70dc",
"OldEmployeeName": "--",
"ID": "042a08a5-400c-4876-b81d-dffe5d4570d5",
"CreateTime": "2026-03-03 13:52:04",
"UpdateTime": "2026-03-03 13:52:04",
"IsDelete": true,
"CompanyID": "1a459f09-8c39-4dca-9046-2af02c696211"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true