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": "4c85eaf2-3a89-48b7-ad91-0de1500a5a0c",
"CorrectID": "f4ea502e-f13f-4198-a922-bbb2d5f426c8",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "5f7c44c1-696f-46b0-aa8c-bcddb7946d65",
"BuildName": "sample string 7",
"BuildingID": "4b3a03b2-062b-4ff2-8a13-993fab81b994",
"UnitID": "0c5ed821-c8e1-439a-9f13-971a55a4f5e0",
"UnitName": "sample string 10",
"RoomID": "8a16f1f1-d582-430e-9f77-185b7a8d7e47",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "1633f36b-4439-4486-a5d2-59838868925f",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "f000ce61-51c3-48b0-b40a-e0dc1d0a590a",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "da5b7a55-6d29-43c3-b708-add63d9921c0",
"AuditEmployeeName": "--",
"AuditTime": "2026-06-22 19:18:17",
"AuditTimeFormat": "2026-06-22 19:18:17",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "801871c7-754f-4e83-ab65-7f9a28441763",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "0a4199c5-4d06-4632-bf33-da497100efa4",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "639f69cc-86fc-4fbe-a310-55fe6548b706",
"OldDepartmentName": "--",
"OldEmployeeID": "9947ef35-305b-4ee6-804c-917a9836bd12",
"OldEmployeeName": "--",
"ID": "51aab23e-a4be-49ac-be67-4ddd4f0c1361",
"CreateTime": "2026-06-22 19:18:17",
"UpdateTime": "2026-06-22 19:18:17",
"IsDelete": true,
"CompanyID": "5b53880c-1464-42c8-96b6-2392464895cc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true