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": "4980b07c-ce20-4da1-aa64-161543ee9c6d",
"CorrectID": "6264a48d-9d2b-47d2-85f4-ba94a1433ef8",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "0b2d3468-fd58-46eb-b5e4-2959c09260ee",
"BuildName": "sample string 7",
"BuildingID": "807a82ce-c089-44cd-a426-470747029170",
"UnitID": "ad79fcc0-ca07-48a1-9221-8c5a5f61f06d",
"UnitName": "sample string 10",
"RoomID": "9748325e-46bc-42ed-8f50-b13cd6d792c4",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "c5947ff3-7b48-4b11-9102-30fe7f51c1a7",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "63d8d218-5b8f-470b-a4df-4be58dc10ff5",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "a5708588-4ed3-445d-b84e-d569aa357c83",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-22 17:42:40",
"AuditTimeFormat": "2026-08-22 17:42:40",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "bae0bbec-8df0-441e-b4e8-26551dac77d9",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "9a98348a-d540-4531-8c18-7961f25a309d",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "071d2cd8-0b88-488b-9a4a-c497d6d60c03",
"OldDepartmentName": "--",
"OldEmployeeID": "fcc450c1-e6be-4355-8392-db22537acb3a",
"OldEmployeeName": "--",
"ID": "dfeba11c-9b11-4415-ac88-2faa5d61758e",
"CreateTime": "2026-08-22 17:42:40",
"UpdateTime": "2026-08-22 17:42:40",
"IsDelete": true,
"CompanyID": "328b38d5-3498-4238-b5a3-b4fb7a440b02"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true