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": "73649d03-a1b1-4cdf-8d61-fe76ae71c5a7",
"CorrectID": "22f9b3ba-90ec-464b-9e19-75444d1be992",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "830e3efb-4066-4e26-8082-5603708ff7e1",
"BuildName": "sample string 7",
"BuildingID": "ad6d9dd4-5039-490a-baf2-0c9d097c8de3",
"UnitID": "96cdb878-a0a8-484b-93bf-7d9674ac3791",
"UnitName": "sample string 10",
"RoomID": "f05f0a9b-bca4-4453-9872-5c5404265358",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "aeac2a91-ea82-445b-8e33-56655795c9b9",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "9d2b8861-cf3e-49f9-b58f-383fc71b35f9",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "c0e9eef4-a5e2-4a2c-a1dd-72b3970c5851",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-26 12:15:35",
"AuditTimeFormat": "2026-08-26 12:15:35",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "823f160a-5336-48da-b57c-93d887d2b39a",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "a3967ffc-b68d-4202-8fe3-81e2ea75aa2e",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "9ae7ed14-8623-40fc-b7d6-8112e1801110",
"OldDepartmentName": "--",
"OldEmployeeID": "83b6bbe9-df5e-4e74-b394-b498e2fb0ab2",
"OldEmployeeName": "--",
"ID": "674d62e6-dc15-4583-beec-ba5838da0e75",
"CreateTime": "2026-08-26 12:15:35",
"UpdateTime": "2026-08-26 12:15:35",
"IsDelete": true,
"CompanyID": "43d427a0-ed9a-42f8-9cb3-3eed10b21c5d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true