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": "ed87032d-ed4c-48f0-805e-ab471bcfc6ae",
"CorrectID": "7230bf19-4126-4bd7-be6e-080f98b90908",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "9c82e730-43b5-4942-a743-62991709da7d",
"BuildName": "sample string 7",
"BuildingID": "2030ec75-3376-4eee-9988-540349e8e63e",
"UnitID": "4d6b2997-d04a-448d-b193-e4843b911a85",
"UnitName": "sample string 10",
"RoomID": "a75f801c-03e7-4420-b722-5d13bdb1871f",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "1ba5bb73-a8b1-41d7-9f9b-4dfdac52df62",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "9440720c-e2b8-4a50-bd9a-e0bfd382da5c",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "18a1b39f-fcb8-4f93-af99-0809ecfd4e97",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-26 16:33:52",
"AuditTimeFormat": "2025-12-26 16:33:52",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "a8bc24a7-42b7-4b45-93c5-66a9ed4bdd7a",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "ba166eb3-f430-4020-9ade-a452515df620",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "5bc1b762-c48f-4342-8fc6-453d05ba1af9",
"OldDepartmentName": "--",
"OldEmployeeID": "901c3dc4-6d44-4c31-bdac-7001b8b8ecc0",
"OldEmployeeName": "--",
"ID": "1aab193a-61c3-4f89-add1-3f449ac7c9be",
"CreateTime": "2025-12-26 16:33:52",
"UpdateTime": "2025-12-26 16:33:52",
"IsDelete": true,
"CompanyID": "912be1ae-d052-4b5b-a81c-da2fa3d26b8b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true