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": "254cbf9b-7518-493d-97f2-66542fb7410c",
"CorrectID": "e98332a5-fb8f-44e8-8d51-54dcf9597a17",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "86e49e94-c842-4004-9b14-6a2148fa97a7",
"BuildName": "sample string 7",
"BuildingID": "46f7bb34-852d-49d7-8e1b-eadcba756114",
"UnitID": "984e843d-e2ac-43a7-a8d7-8ee82f19425c",
"UnitName": "sample string 10",
"RoomID": "fb90107f-0ebc-49e1-88eb-65385cdd3a70",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "91512d79-10d7-41f0-aa8d-911d3f009937",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "0b4ee5b1-11a1-45c2-93d2-b0149186942e",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "6c2227d7-aa16-4f74-b96d-becb25a3893c",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-09 05:57:16",
"AuditTimeFormat": "2025-12-09 05:57:16",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "92bcb17d-ebbe-4255-b5b5-703eb19500ef",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "0ea07e66-7a44-4426-924c-9a967d7d47d2",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "b5e03d7c-1730-47e5-8906-7d558061b274",
"OldDepartmentName": "--",
"OldEmployeeID": "0487e98e-10a2-48e2-8812-26b244b60372",
"OldEmployeeName": "--",
"ID": "67859e58-2c6c-4dbe-a5b4-7c673f499ec9",
"CreateTime": "2025-12-09 05:57:16",
"UpdateTime": "2025-12-09 05:57:16",
"IsDelete": true,
"CompanyID": "acb4ffa0-7eb5-40c4-bb88-e4a52de21f33"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true