POST api/emsRecord/showImgList
Request Information
URI Parameters
None.
Body Parameters
OrgImgDtoName | Description | Type | Additional information |
---|---|---|---|
EmsId | decimal number |
None. |
|
ImgNo | string |
None. |
|
CodeT | string |
None. |
|
ModifyMark | string |
None. |
|
GName | string |
None. |
|
GModel | string |
None. |
|
MaterialFlag | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "emsId": 1.0, "imgNo": "sample string 2", "codeT": "sample string 3", "modifyMark": "sample string 4", "gName": "sample string 5", "gModel": "sample string 6", "materialFlag": "sample string 7", "pageIndex": 8, "pageSize": 9 }
application/xml, text/xml
Sample:
<OrgImgDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models.Dto.EmsRecord"> <CodeT>sample string 3</CodeT> <EmsId>1</EmsId> <GModel>sample string 6</GModel> <GName>sample string 5</GName> <ImgNo>sample string 2</ImgNo> <MaterialFlag>sample string 7</MaterialFlag> <ModifyMark>sample string 4</ModifyMark> <PageIndex>8</PageIndex> <PageSize>9</PageSize> </OrgImgDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResult |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": {} }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDN9A7J8d 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 /> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultDN9A7J8d>