POST api/LeaveAttendance/GetVacationRecordAuditList
获取请假的审核列表
Request Information
URI Parameters
None.
Body Parameters
GetVacationRecordAuditListDtoName | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
VacationStatus | string |
None. |
|
SearchText | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 2, "VacationStatus": "sample string 3", "SearchText": "sample string 4", "StartDate": "2025-06-23 22:30:07", "EndDate": "2025-06-23 22:30:07" }
application/xml, text/xml
Sample:
<GetVacationRecordAuditListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <EndDate>2025-06-23T22:30:07.3395782+08:00</EndDate> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <SearchText>sample string 4</SearchText> <StartDate>2025-06-23T22:30:07.3395782+08:00</StartDate> <VacationStatus>sample string 3</VacationStatus> </GetVacationRecordAuditListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfOfficeRecordListVMName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | OfficeRecordListVM |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": { "Total": "sample string 1", "rutData": null } }
application/xml, text/xml
Sample:
<ResultModelOfOfficeRecordListVM8BIimbVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.LeaveAttendance.ViewModel"> <d2p1:Total>sample string 1</d2p1:Total> <d2p1:rutData i:nil="true" /> </Data> <Message>sample string 1</Message> </ResultModelOfOfficeRecordListVM8BIimbVM>