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": "080b4446-65f8-4fd5-9e16-368ddaf64d55",
"CorrectID": "9648078a-76d0-4a04-b818-4ffb355ff460",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "a91c53fc-1d8d-4960-bc87-d387fdbd844c",
"BuildName": "sample string 7",
"BuildingID": "2ca4174f-d258-43f3-9b0b-630548843ebf",
"UnitID": "7728c234-293f-490b-8277-85befdb91382",
"UnitName": "sample string 10",
"RoomID": "3323bf03-ba09-4515-8dfa-7f319b500281",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "334c09f2-ab2c-4d02-a57f-6debeefcca90",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "4323538c-bc1d-461f-97f5-784d0acc7102",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "824608ca-b828-4408-8485-2baa7a3682cf",
"AuditEmployeeName": "--",
"AuditTime": "2026-08-26 12:15:54",
"AuditTimeFormat": "2026-08-26 12:15:54",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "0fc854e1-82f3-4e14-b8e2-f9d6e34eb277",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "0a29a4d2-91d3-421e-970c-40476b16be48",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "edf5a4fd-a519-4c28-8caf-6dd124ddc80d",
"OldDepartmentName": "--",
"OldEmployeeID": "17ec128e-24c5-4294-890b-52e776679c66",
"OldEmployeeName": "--",
"ID": "b7095ae3-1a61-4ef1-a9ee-be480543cb5c",
"CreateTime": "2026-08-26 12:15:54",
"UpdateTime": "2026-08-26 12:15:54",
"IsDelete": true,
"CompanyID": "2f0bab00-e867-4b1f-84a3-03b2aa79dc7e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true