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": "8a42a6fb-ffd2-4d02-8986-3154f4536349",
"CorrectID": "6350eebb-fe5c-4ad8-938c-da115324c3a8",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "6953afa1-e4a6-4166-bd83-fa38f2d1a8ea",
"BuildName": "sample string 7",
"BuildingID": "b60657fa-3d22-4709-85f7-c87fc39fed8c",
"UnitID": "ddccb9a7-9cbc-4da8-ad5d-8557689e062d",
"UnitName": "sample string 10",
"RoomID": "0a792b97-4d0d-45d0-864b-da03a45fb161",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "710a765a-963b-44ec-95e7-bb86aab2fa00",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "8dd02e3e-2327-4ac6-bc62-3e6e1b309dfb",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "6d74b13c-aa9a-4614-a4cc-e2f058ea4636",
"AuditEmployeeName": "--",
"AuditTime": "2026-03-03 13:53:08",
"AuditTimeFormat": "2026-03-03 13:53:08",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "5f00cbae-27da-4473-8d63-e885ee26898e",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "175b0170-cf41-459e-8d38-a904bee3c912",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "7a4738da-0fa2-401d-9313-bc0a19a03d29",
"OldDepartmentName": "--",
"OldEmployeeID": "3863502a-025b-4d90-9daa-e2264edc8c52",
"OldEmployeeName": "--",
"ID": "14a00723-9f0a-4766-9caf-8d0fd0b92d7d",
"CreateTime": "2026-03-03 13:53:08",
"UpdateTime": "2026-03-03 13:53:08",
"IsDelete": true,
"CompanyID": "fb7ddbcb-c3d1-4f52-b848-708302e79c90"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true