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": "6e75d383-5245-41e3-be9d-cf2fd07b7279",
"CorrectID": "e2bd6ab6-73df-48cc-9a57-cb9abf2b2e7c",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "60e7a193-a9a1-45dc-b62d-610eb321f46f",
"BuildName": "sample string 7",
"BuildingID": "b59d2e4a-93b8-45db-a7a5-d150c3fd48aa",
"UnitID": "4718e7d8-676b-49c9-9512-2cb428d84fd0",
"UnitName": "sample string 10",
"RoomID": "fa780e1e-6a89-465f-b673-5a1e9e812acc",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "d473dc27-19bd-4369-ae53-343c57073222",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "51a00153-d01e-4824-aa44-06e16f386597",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "d8c87396-0276-4682-a23a-e428d5e12712",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-22 17:43:25",
"AuditTimeFormat": "2026-08-22 17:43:25",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "c29728f4-288b-498d-8f7a-775b05fa1578",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "00f771f6-04dc-44dc-ba94-518ec76d934d",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "3276b8f6-ac77-4710-a16a-139c749c2bbc",
"OldDepartmentName": "--",
"OldEmployeeID": "eb2dd245-3b4d-4b96-85d0-182912a39131",
"OldEmployeeName": "--",
"ID": "5692bc5b-d255-4a30-8aa9-cfdb1f8b00b3",
"CreateTime": "2026-08-22 17:43:25",
"UpdateTime": "2026-08-22 17:43:25",
"IsDelete": true,
"CompanyID": "be37363d-ae62-4062-9b2c-179167965187"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true