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": "33585fcb-b9e0-4d78-95c0-fdbfe5ecaa74",
"CorrectID": "36558c62-f732-4fb5-b426-7ec903938153",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "9ea0003d-a402-460e-b026-75193e6fdf17",
"BuildName": "sample string 7",
"BuildingID": "27a7e5e1-6630-4dca-9710-bc80f98a58ce",
"UnitID": "43d2cbd9-d360-42a3-bfd9-5add891ce954",
"UnitName": "sample string 10",
"RoomID": "fd211334-5da6-4370-913c-e894121eb457",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "190687ef-b755-45cf-8ea4-a281d395fdd9",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "c9a3a304-5216-4d0d-a814-da92665e37e0",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "57e25255-58ef-42c8-80e2-2309ec355ca0",
"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": "3853d5f4-8e37-48a6-a744-f381fdfb9180",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "0de5691e-2dba-4ad9-ad6c-d7da17d47330",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "372530f4-798e-41b6-a9a3-980f85c1c812",
"OldDepartmentName": "--",
"OldEmployeeID": "20398409-f344-4f61-8ed4-9c1f8e3ddefc",
"OldEmployeeName": "--",
"ID": "f67a824e-6b46-4159-85f5-bf9630b00318",
"CreateTime": "2026-06-22 19:17:00",
"UpdateTime": "2026-06-22 19:17:00",
"IsDelete": true,
"CompanyID": "4eae65dd-144e-40e8-9d5a-1e8cd6214d05"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true