POST api/TaxReimbursement/GetListFile
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessTaxreimbursementFileName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
EntryId | string |
None. |
|
FileName | string |
None. |
|
FilePath | string |
None. |
|
Remark | string |
None. |
|
CreateUser | string |
None. |
|
CreateTime | date |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1", "entryId": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "remark": "sample string 5", "createUser": "sample string 6", "createTime": "2024-11-21 17:00:31", "pageSize": 7, "pageIndex": 8, "totalCount": 9 }
application/xml, text/xml
Sample:
<EntTgBusinessTaxreimbursementFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <CreateTime>2024-11-21T17:00:31.4246348+08:00</CreateTime> <CreateUser>sample string 6</CreateUser> <EntryId>sample string 2</EntryId> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>1</Id> <Remark>sample string 5</Remark> </EntTgBusinessTaxreimbursementFile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntTgBusinessTaxreimbursementFileName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultOfEntTgBusinessTaxreimbursementFile |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": [ { "id": "1", "entryId": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "remark": "sample string 5", "createUser": "sample string 6", "createTime": "2024-11-21 17:00:31", "pageSize": 7, "pageIndex": 8, "totalCount": 9 }, { "id": "1", "entryId": "sample string 2", "fileName": "sample string 3", "filePath": "sample string 4", "remark": "sample string 5", "createUser": "sample string 6", "createTime": "2024-11-21 17:00:31", "pageSize": 7, "pageIndex": 8, "totalCount": 9 } ] }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntTgBusinessTaxreimbursementFileJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <d2p1:items> <EntTgBusinessTaxreimbursementFile> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <CreateTime>2024-11-21T17:00:31.4246348+08:00</CreateTime> <CreateUser>sample string 6</CreateUser> <EntryId>sample string 2</EntryId> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>1</Id> <Remark>sample string 5</Remark> </EntTgBusinessTaxreimbursementFile> <EntTgBusinessTaxreimbursementFile> <PageIndex>8</PageIndex> <PageSize>7</PageSize> <TotalCount>9</TotalCount> <CreateTime>2024-11-21T17:00:31.4246348+08:00</CreateTime> <CreateUser>sample string 6</CreateUser> <EntryId>sample string 2</EntryId> <FileName>sample string 3</FileName> <FilePath>sample string 4</FilePath> <Id>1</Id> <Remark>sample string 5</Remark> </EntTgBusinessTaxreimbursementFile> </d2p1:items> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultOfEntTgBusinessTaxreimbursementFileJWrFJ9jlDN9A7J8d>