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": "e5b14e20-31f3-4cd7-b0b2-45da34dd1fab",
"CorrectID": "86cce21d-5bd1-415c-a15d-0ce440ab412e",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "122dd718-ff09-4b8e-bc92-c5aa85fe898b",
"BuildName": "sample string 7",
"BuildingID": "f4431da7-a909-492c-a8b6-94c11f3dd10e",
"UnitID": "d416217b-9518-457a-a387-198c043a8bbe",
"UnitName": "sample string 10",
"RoomID": "7cae1cde-53a6-498f-a6bf-53cc79e94832",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "55531910-8a37-42ac-abc7-06f665e436f3",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "78bf19cf-6b7b-44ad-ad6d-0f92b4916324",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "8204ecc7-7908-4cb6-a33a-7f76bee88ddd",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-27 18:56:52",
"AuditTimeFormat": "2026-03-27 18:56:52",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "5b90350c-99aa-4679-b889-abcaff334652",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "6e184358-45eb-41c4-82af-5dbe1d46ae66",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "c8bfeefe-06f1-46c7-ad4e-1a56e9905a88",
"OldDepartmentName": "--",
"OldEmployeeID": "66b72490-d0df-4c04-8d1e-9b8ae691d6c8",
"OldEmployeeName": "--",
"ID": "cf7c80af-79ec-4820-b1ce-48d272a7bb6a",
"CreateTime": "2026-03-27 18:56:52",
"UpdateTime": "2026-03-27 18:56:52",
"IsDelete": true,
"CompanyID": "a486a580-02fd-4449-8109-94ea241f0f90"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true