GET stock/querytheoryimg/{headerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| headerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfPageListOfEntGoldenStockTheoryImg| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PageListOfEntGoldenStockTheoryImg |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"dataSource": [
{
"id": "1",
"headId": "2",
"emsNo": "sample string 3",
"copGNo": "sample string 4",
"gNo": 5.0,
"gName": "sample string 6",
"initQty": 7.0,
"iQtyAdd": 8.0,
"iQtyMinus": 9.0,
"eQtyAdd": 10.0,
"eQtyMinus": 11.0,
"remainQty": 12.0,
"createUser": "sample string 13",
"updateTime": "2025-12-16 02:35:24",
"updateUser": "sample string 14",
"createTime": "2025-12-16 02:35:24",
"pageSize": 15,
"pageIndex": 16,
"totalCount": 17
},
{
"id": "1",
"headId": "2",
"emsNo": "sample string 3",
"copGNo": "sample string 4",
"gNo": 5.0,
"gName": "sample string 6",
"initQty": 7.0,
"iQtyAdd": 8.0,
"iQtyMinus": 9.0,
"eQtyAdd": 10.0,
"eQtyMinus": 11.0,
"remainQty": 12.0,
"createUser": "sample string 13",
"updateTime": "2025-12-16 02:35:24",
"updateUser": "sample string 14",
"createTime": "2025-12-16 02:35:24",
"pageSize": 15,
"pageIndex": 16,
"totalCount": 17
}
],
"pageSize": 1,
"pageIndex": 2,
"totalCount": 3
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPageListOfEntGoldenStockTheoryImgJWrFJ9jlJWrFJ9jl 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>
<EntGoldenStockTheoryImg>
<PageIndex>16</PageIndex>
<PageSize>15</PageSize>
<TotalCount>17</TotalCount>
<CopGNo>sample string 4</CopGNo>
<CreateTime>2025-12-16T02:35:24.9163928+08:00</CreateTime>
<CreateUser>sample string 13</CreateUser>
<EQtyAdd>10</EQtyAdd>
<EQtyMinus>11</EQtyMinus>
<EmsNo>sample string 3</EmsNo>
<GName>sample string 6</GName>
<GNo>5</GNo>
<HeadId>2</HeadId>
<ID>1</ID>
<IQtyAdd>8</IQtyAdd>
<IQtyMinus>9</IQtyMinus>
<InitQty>7</InitQty>
<RemainQty>12</RemainQty>
<UpdateTime>2025-12-16T02:35:24.9163928+08:00</UpdateTime>
<UpdateUser>sample string 14</UpdateUser>
</EntGoldenStockTheoryImg>
<EntGoldenStockTheoryImg>
<PageIndex>16</PageIndex>
<PageSize>15</PageSize>
<TotalCount>17</TotalCount>
<CopGNo>sample string 4</CopGNo>
<CreateTime>2025-12-16T02:35:24.9163928+08:00</CreateTime>
<CreateUser>sample string 13</CreateUser>
<EQtyAdd>10</EQtyAdd>
<EQtyMinus>11</EQtyMinus>
<EmsNo>sample string 3</EmsNo>
<GName>sample string 6</GName>
<GNo>5</GNo>
<HeadId>2</HeadId>
<ID>1</ID>
<IQtyAdd>8</IQtyAdd>
<IQtyMinus>9</IQtyMinus>
<InitQty>7</InitQty>
<RemainQty>12</RemainQty>
<UpdateTime>2025-12-16T02:35:24.9163928+08:00</UpdateTime>
<UpdateUser>sample string 14</UpdateUser>
</EntGoldenStockTheoryImg>
</DataSource>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPageListOfEntGoldenStockTheoryImgJWrFJ9jlJWrFJ9jl>