POST api/InStoragePrint/GetEntrustEntryFile
Request Information
URI Parameters
None.
Body Parameters
InstrorageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryNo | string |
None. |
|
| FileType | string |
None. |
|
| Id | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"entryNo": "sample string 1",
"fileType": "sample string 2",
"id": "3",
"pageIndex": 4,
"pageSize": 5
}
application/xml, text/xml
Sample:
<InstrorageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models.Dto.Instorage"> <Id xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">3</Id> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">4</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">5</PageSize> <EntryNo>sample string 1</EntryNo> <FileType>sample string 2</FileType> </InstrorageDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |