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": "f05d7e3e-59e7-49bf-b25d-2260e686200e",
"CorrectID": "25128ab0-5197-46a3-8a19-e465c9aac4af",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "0d1140ae-b3f4-45ff-a92b-00626472cdae",
"BuildName": "sample string 7",
"BuildingID": "69bae677-ca8e-4a30-9174-c572427d00aa",
"UnitID": "2acb99ac-f9f6-4c36-9922-48c2ddb7f951",
"UnitName": "sample string 10",
"RoomID": "0288c543-5208-4b44-93df-8cb26af37300",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "6b575c00-2353-4573-ac16-ba552a0af205",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "5075c526-664c-496b-ab50-c488efcbc237",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "6f9470c1-e640-4838-8b54-8368b60687ec",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-09 05:56:44",
"AuditTimeFormat": "2025-12-09 05:56:44",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "812233ff-b153-4275-b59d-81422b0e20f6",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "454c2083-b99c-4eb8-be4b-711974803c76",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "1cb953b9-169b-4fca-a249-a3b3385c90f9",
"OldDepartmentName": "--",
"OldEmployeeID": "a5a90f2e-97d6-49f2-93d4-40cfeb800533",
"OldEmployeeName": "--",
"ID": "87d44c68-76d2-4b35-9c1d-010cdd264d2d",
"CreateTime": "2025-12-09 05:56:44",
"UpdateTime": "2025-12-09 05:56:44",
"IsDelete": true,
"CompanyID": "03e23bf8-5fa3-4c07-b1d7-760df2432ee0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true