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": "d4bdfecb-54f7-4c87-a2c9-537c29c005c6",
"CorrectID": "f4734492-a75a-4e61-b1a3-537fa2796623",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "ec8cdfd2-aac4-424a-8979-f73f63a71326",
"BuildName": "sample string 7",
"BuildingID": "6de69cbc-a739-40c1-825b-71e26c0c229b",
"UnitID": "cb62ab75-5fc8-4fe3-82a8-2c60358b499f",
"UnitName": "sample string 10",
"RoomID": "93daba40-b22f-4fe1-9736-411c722c3b17",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "a84e657e-d887-44c1-8dd3-920c8ae43eea",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "7c218365-0c28-425c-864b-59ef459dff8b",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "ce3dcd78-5e0d-42ef-a43d-bd323a14738e",
"AuditEmployeeName": "--",
"AuditTime": "2026-05-31 10:10:42",
"AuditTimeFormat": "2026-05-31 10:10:42",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "b7447279-e07c-43bd-9b1c-664b99d3d851",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "8c2f1a0c-2047-4627-a509-25704e5f7afc",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "ad8cfd0f-7cfe-4db7-9ce3-50865fe31bcd",
"OldDepartmentName": "--",
"OldEmployeeID": "523d1691-5d44-421b-ade2-647d8e6c030b",
"OldEmployeeName": "--",
"ID": "f4618433-e5d5-4969-84ee-b1eb58a3eab1",
"CreateTime": "2026-05-31 10:10:42",
"UpdateTime": "2026-05-31 10:10:42",
"IsDelete": true,
"CompanyID": "9a1fe96e-7041-4f00-97cc-45c406d2ba23"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true