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": "8191f009-bdb0-4422-81eb-2ac3f3ea9045",
"CorrectID": "5ba52769-966a-4fe0-aa54-b1d21a9494eb",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "847f40c7-87fb-4415-bfd5-d1ea1ec732dd",
"BuildName": "sample string 7",
"BuildingID": "41ec1dcc-94d5-4660-bb5e-bfd6897fdee4",
"UnitID": "8e29a1d0-aa83-492f-904e-c114144ea1e7",
"UnitName": "sample string 10",
"RoomID": "190f0537-7f23-4a14-8370-4f0a914b0d10",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "7e5cd76d-1772-4aaf-af85-4055951cdcde",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "06582568-d118-4ad6-b6f3-731b3f820827",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "3b3d70d7-5a04-4f46-a9e2-947c78959ef2",
"AuditEmployeeName": "--",
"AuditTime": "2026-05-31 10:09:49",
"AuditTimeFormat": "2026-05-31 10:09:49",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "b11d0235-d969-4104-8f01-8d4d948ebc4b",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "ed5e0742-ea78-422f-9ada-38135c839eca",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "26ec1175-e0c7-45b1-a7a1-adaaebab173d",
"OldDepartmentName": "--",
"OldEmployeeID": "1a0d87a8-a2e8-460e-8833-b8afa65b3647",
"OldEmployeeName": "--",
"ID": "0e7fac25-3d9b-4e14-ac2d-3a24de73f6ec",
"CreateTime": "2026-05-31 10:09:49",
"UpdateTime": "2026-05-31 10:09:49",
"IsDelete": true,
"CompanyID": "7130b2d2-997c-489b-9c12-f4b433898c4f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true