GET api/practicalstock/queryimg/{headerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
headerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfPageListOfEntGoldenRealImgName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PageListOfEntGoldenRealImg |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "dataSource": [ { "goodsTypeCn": "sample string 1", "isImg": true, "id": 3, "headId": 4, "copGNo": "sample string 5", "qty": 6.0, "hscode": "sample string 7", "reason": "sample string 8", "createUser": "sample string 9", "createTime": "2024-11-21 16:47:29", "importName": "sample string 10", "updateTime": "2024-11-21 16:47:29", "updateUser": "sample string 11", "gName": "sample string 12", "beginDate": "sample string 13", "goodsType": 14, "pageSize": 15, "pageIndex": 16, "totalCount": 17 }, { "goodsTypeCn": "sample string 1", "isImg": true, "id": 3, "headId": 4, "copGNo": "sample string 5", "qty": 6.0, "hscode": "sample string 7", "reason": "sample string 8", "createUser": "sample string 9", "createTime": "2024-11-21 16:47:29", "importName": "sample string 10", "updateTime": "2024-11-21 16:47:29", "updateUser": "sample string 11", "gName": "sample string 12", "beginDate": "sample string 13", "goodsType": 14, "pageSize": 15, "pageIndex": 16, "totalCount": 17 } ], "pageSize": 1, "pageIndex": 2, "totalCount": 3 }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPageListOfEntGoldenRealImgJWrFJ9jlJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data> <PageIndex>2</PageIndex> <PageSize>1</PageSize> <TotalCount>3</TotalCount> <DataSource> <EntGoldenRealImg> <PageIndex>16</PageIndex> <PageSize>15</PageSize> <TotalCount>17</TotalCount> <BeginDate>sample string 13</BeginDate> <CopGNo>sample string 5</CopGNo> <CreateTime>2024-11-21T16:47:29.790892+08:00</CreateTime> <CreateUser>sample string 9</CreateUser> <GName>sample string 12</GName> <GoodsType>14</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <HSCODE>sample string 7</HSCODE> <HeadId>4</HeadId> <ID>3</ID> <ImportName>sample string 10</ImportName> <IsImg>true</IsImg> <QTY>6</QTY> <REASON>sample string 8</REASON> <UpdateTime>2024-11-21T16:47:29.790892+08:00</UpdateTime> <UpdateUser>sample string 11</UpdateUser> </EntGoldenRealImg> <EntGoldenRealImg> <PageIndex>16</PageIndex> <PageSize>15</PageSize> <TotalCount>17</TotalCount> <BeginDate>sample string 13</BeginDate> <CopGNo>sample string 5</CopGNo> <CreateTime>2024-11-21T16:47:29.790892+08:00</CreateTime> <CreateUser>sample string 9</CreateUser> <GName>sample string 12</GName> <GoodsType>14</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <HSCODE>sample string 7</HSCODE> <HeadId>4</HeadId> <ID>3</ID> <ImportName>sample string 10</ImportName> <IsImg>true</IsImg> <QTY>6</QTY> <REASON>sample string 8</REASON> <UpdateTime>2024-11-21T16:47:29.790892+08:00</UpdateTime> <UpdateUser>sample string 11</UpdateUser> </EntGoldenRealImg> </DataSource> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPageListOfEntGoldenRealImgJWrFJ9jlJWrFJ9jl>