POST api/MyTask/AuditShowingsMethodPost?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": "3678cc4e-f9ca-400c-893b-0eb91a8ea982",
"CorrectID": "6a1ee2bf-d299-4d89-bc2c-9160688ab045",
"ErrorInfo": "sample string 3",
"CorrectInfo": "sample string 4",
"PropertyName": "sample string 5",
"PropertyID": "04fa6ca9-a010-4b33-ac79-1cc959ccc4e6",
"BuildName": "sample string 7",
"BuildingID": "1c8e5565-f4e2-47a7-af63-400491d77ea2",
"UnitID": "74120fef-3289-4b53-9f33-57bb52dfb216",
"UnitName": "sample string 10",
"RoomID": "9dcf3061-2aa6-47dd-af2b-45f9580841e2",
"RoomNumber": "sample string 12",
"RentHousingResourcesID": "26014b0f-5325-4daf-aa01-548ca68b0aac",
"RentHousingResourcesNo": "sample string 14",
"SaleHousingResourcesID": "00a6b5f4-5a50-49ee-baff-6365b091006d",
"SaleHousingResourcesNo": "sample string 16",
"AuditEmployeeID": "6dcb6d46-d92c-4773-9020-a2e9111fa113",
"AuditEmployeeName": "--",
"AuditTime": "2025-12-09 05:56:44",
"AuditTimeFormat": "2025-12-09 05:56:44",
"AuditState": 1,
"AuditAdvice": "sample string 19",
"ApplyExplain": "sample string 20",
"ApplyEmployeeID": "fde9c886-0eb2-4a1b-abd9-0462dee04fbd",
"ApplyEmployeeName": "--",
"ApplyDepartmentID": "c701b99e-c396-4bd1-b720-25cadb4829e4",
"ApplyDepartmentName": "--",
"ApplyTelephone": "sample string 23",
"KeepRecordTelephone": "sample string 24",
"IsBusiness": true,
"SummaryAddress": "sample string 26",
"AppRemark": "sample string 27",
"OldDepartmentID": "903f18f5-6721-43b3-b74b-03713facfec7",
"OldDepartmentName": "--",
"OldEmployeeID": "6eb86c23-f2a1-409c-ab57-6d680f1c5c54",
"OldEmployeeName": "--",
"ID": "86da3f6a-03ce-480a-aaa7-62cb5b2ca0e6",
"CreateTime": "2025-12-09 05:56:44",
"UpdateTime": "2025-12-09 05:56:44",
"IsDelete": true,
"CompanyID": "2502a71f-b320-4263-b27f-083503914608"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true