POST api/practicalstock/queryimgcollectlist
Request Information
URI Parameters
None.
Body Parameters
EntGoldenRealImgCollectName | Description | Type | Additional information |
---|---|---|---|
GoodsTypeList | Collection of integer |
None. |
|
GoodsTypeCn | string |
None. |
|
ID | integer |
None. |
|
ImgNo | string |
None. |
|
QTY | decimal number |
None. |
|
LeftQty | decimal number |
None. |
|
HeadId | integer |
None. |
|
HSCODE | string |
None. |
|
GNo | integer |
None. |
|
GName | string |
None. |
|
UNIT | string |
None. |
|
CreateUser | string |
None. |
|
CreateTime | date |
None. |
|
MatchFlag | string |
None. |
|
UpdateTime | date |
None. |
|
UpdateUser | string |
None. |
|
ImgId | integer |
None. |
|
EmsNo | string |
None. |
|
BeginDate | string |
None. |
|
GoodsType | integer |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "goodsTypeList": [ 1, 2 ], "goodsTypeCn": "sample string 1", "id": 2, "imgNo": "sample string 3", "qty": 4.0, "leftQty": 5.0, "headId": 6, "hscode": "sample string 7", "gNo": 8, "gName": "sample string 9", "unit": "sample string 10", "createUser": "sample string 11", "createTime": "2024-11-21 16:50:51", "matchFlag": "sample string 12", "updateTime": "2024-11-21 16:50:51", "updateUser": "sample string 13", "imgId": 14, "emsNo": "sample string 15", "beginDate": "sample string 16", "goodsType": 17, "pageSize": 18, "pageIndex": 19, "totalCount": 20 }
application/xml, text/xml
Sample:
<EntGoldenRealImgCollect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>19</PageIndex> <PageSize>18</PageSize> <TotalCount>20</TotalCount> <BeginDate>sample string 16</BeginDate> <CreateTime>2024-11-21T16:50:51.9824433+08:00</CreateTime> <CreateUser>sample string 11</CreateUser> <EmsNo>sample string 15</EmsNo> <GName>sample string 9</GName> <GNo>8</GNo> <GoodsType>17</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <GoodsTypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </GoodsTypeList> <HSCODE>sample string 7</HSCODE> <HeadId>6</HeadId> <ID>2</ID> <ImgId>14</ImgId> <ImgNo>sample string 3</ImgNo> <LeftQty>5</LeftQty> <MatchFlag>sample string 12</MatchFlag> <QTY>4</QTY> <UNIT>sample string 10</UNIT> <UpdateTime>2024-11-21T16:50:51.9824433+08:00</UpdateTime> <UpdateUser>sample string 13</UpdateUser> </EntGoldenRealImgCollect>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntGoldenRealImgCollectName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultOfEntGoldenRealImgCollect |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": [ { "goodsTypeList": [ 1, 2 ], "goodsTypeCn": "sample string 1", "id": 2, "imgNo": "sample string 3", "qty": 4.0, "leftQty": 5.0, "headId": 6, "hscode": "sample string 7", "gNo": 8, "gName": "sample string 9", "unit": "sample string 10", "createUser": "sample string 11", "createTime": "2024-11-21 16:50:51", "matchFlag": "sample string 12", "updateTime": "2024-11-21 16:50:51", "updateUser": "sample string 13", "imgId": 14, "emsNo": "sample string 15", "beginDate": "sample string 16", "goodsType": 17, "pageSize": 18, "pageIndex": 19, "totalCount": 20 }, { "goodsTypeList": [ 1, 2 ], "goodsTypeCn": "sample string 1", "id": 2, "imgNo": "sample string 3", "qty": 4.0, "leftQty": 5.0, "headId": 6, "hscode": "sample string 7", "gNo": 8, "gName": "sample string 9", "unit": "sample string 10", "createUser": "sample string 11", "createTime": "2024-11-21 16:50:51", "matchFlag": "sample string 12", "updateTime": "2024-11-21 16:50:51", "updateUser": "sample string 13", "imgId": 14, "emsNo": "sample string 15", "beginDate": "sample string 16", "goodsType": 17, "pageSize": 18, "pageIndex": 19, "totalCount": 20 } ] }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntGoldenRealImgCollectJWrFJ9jlDN9A7J8d 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> <EntGoldenRealImgCollect> <PageIndex>19</PageIndex> <PageSize>18</PageSize> <TotalCount>20</TotalCount> <BeginDate>sample string 16</BeginDate> <CreateTime>2024-11-21T16:50:51.9824433+08:00</CreateTime> <CreateUser>sample string 11</CreateUser> <EmsNo>sample string 15</EmsNo> <GName>sample string 9</GName> <GNo>8</GNo> <GoodsType>17</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <GoodsTypeList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </GoodsTypeList> <HSCODE>sample string 7</HSCODE> <HeadId>6</HeadId> <ID>2</ID> <ImgId>14</ImgId> <ImgNo>sample string 3</ImgNo> <LeftQty>5</LeftQty> <MatchFlag>sample string 12</MatchFlag> <QTY>4</QTY> <UNIT>sample string 10</UNIT> <UpdateTime>2024-11-21T16:50:51.9824433+08:00</UpdateTime> <UpdateUser>sample string 13</UpdateUser> </EntGoldenRealImgCollect> <EntGoldenRealImgCollect> <PageIndex>19</PageIndex> <PageSize>18</PageSize> <TotalCount>20</TotalCount> <BeginDate>sample string 16</BeginDate> <CreateTime>2024-11-21T16:50:51.9824433+08:00</CreateTime> <CreateUser>sample string 11</CreateUser> <EmsNo>sample string 15</EmsNo> <GName>sample string 9</GName> <GNo>8</GNo> <GoodsType>17</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <GoodsTypeList xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </GoodsTypeList> <HSCODE>sample string 7</HSCODE> <HeadId>6</HeadId> <ID>2</ID> <ImgId>14</ImgId> <ImgNo>sample string 3</ImgNo> <LeftQty>5</LeftQty> <MatchFlag>sample string 12</MatchFlag> <QTY>4</QTY> <UNIT>sample string 10</UNIT> <UpdateTime>2024-11-21T16:50:51.9824433+08:00</UpdateTime> <UpdateUser>sample string 13</UpdateUser> </EntGoldenRealImgCollect> </d2p1:items> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultOfEntGoldenRealImgCollectJWrFJ9jlDN9A7J8d>