POST api/MyTask/AuditOwnerPhonePost?cookieCompanyID={cookieCompanyID}&cookieDepartmentID={cookieDepartmentID}&cookieEmployeeID={cookieEmployeeID}&AuditState={AuditState}&Remark={Remark}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cookieCompanyID | globally unique identifier |
Required |
|
| cookieDepartmentID | globally unique identifier |
Required |
|
| cookieEmployeeID | globally unique identifier |
Required |
|
| AuditState | ErrorStateEnum |
Required |
|
| Remark | string |
Required |
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": "bf9a468c-a495-48f9-85c3-6d16daa36f91",
"CorrectID": "941d0a0b-0df7-4c57-a619-6ab0a86ca49e",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "fb75cf51-e17d-4dab-a94c-9b3ec17e6169",
"BuildName": "sample string 7",
"BuildingID": "c6aaf7e2-dcca-4726-b2cd-2c6bec7e8d04",
"UnitID": "dcc48972-0c93-4ebc-a3da-35fe6dc84900",
"UnitName": "sample string 10",
"RoomID": "ca0ecd0a-d46c-4403-a26e-cfe8fa61d585",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "13bac7e1-9c6b-455f-88ed-d480a5d875ab",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "dc87d419-e157-437c-af52-96f95907781a",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "423b0f08-9ed0-4367-a702-58bed6aa2fa4",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-27 19:01:30",
"AuditTimeFormat": "2026-03-27 19:01:30",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "ad95bda2-1547-4ae0-90d0-867f7137e0b7",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "48d6a09a-85c7-4965-936f-3f86db35d603",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "48ecf9ed-f05f-4a9d-8207-57a228aa233c",
"OldDepartmentName": "--",
"OldEmployeeID": "65040309-0e96-4cdd-9c24-34294a224ce5",
"OldEmployeeName": "--",
"ID": "b687b47b-49e6-452c-8add-b6ccb3f54ea4",
"CreateTime": "2026-03-27 19:01:30",
"UpdateTime": "2026-03-27 19:01:30",
"IsDelete": true,
"CompanyID": "b6e8f165-4193-41d9-806c-af7dd7ff06ec"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true