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": "fe10b7ed-e4ac-4bea-a8b7-6b4bed584e56",
"CorrectID": "33d6a434-d3f7-4aa3-9b6d-b4b9403bd53d",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "9113ad83-a01c-4481-88ae-63e68445c412",
"BuildName": "sample string 7",
"BuildingID": "7b805a4b-ff95-415c-ab09-90f9f05e9f27",
"UnitID": "9e7fe9f7-0385-47f2-a40b-1019f0647119",
"UnitName": "sample string 10",
"RoomID": "a9c4b297-febd-4fb7-ab9d-396e6fb938bd",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "66b0935a-1ecf-4661-85db-ca4d46c35e3e",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "83b897ec-3c1f-4cbc-945f-634bf15c4cbe",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "512fd377-04de-43d2-bd61-927bbbd97c0a",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-26 16:33:35",
"AuditTimeFormat": "2025-12-26 16:33:35",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "aa2229d6-af9b-48f0-895b-74af050883f0",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "5f1e70d4-6c9d-4faf-8f39-583d87aca294",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "c3f5ab38-b1f0-4a1f-9b24-d7e73ca00e25",
"OldDepartmentName": "--",
"OldEmployeeID": "662473fc-3cd9-4033-83dd-1facb02cc798",
"OldEmployeeName": "--",
"ID": "0f6dc9cc-3d57-4044-ba84-ddd1a8cdf9ec",
"CreateTime": "2025-12-26 16:33:35",
"UpdateTime": "2025-12-26 16:33:35",
"IsDelete": true,
"CompanyID": "8be7dc5f-eee7-490c-9f7e-df5acdde79b3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true