POST api/practicalstock/querybomlist
Request Information
URI Parameters
None.
Body Parameters
EntGoldenRealBom| Name | Description | Type | Additional information |
|---|---|---|---|
| GoodsTypeCn | string |
None. |
|
| ID | integer |
None. |
|
| ExgNo | string |
None. |
|
| ImgNo | string |
None. |
|
| BeginDate | string |
None. |
|
| GNo | integer |
None. |
|
| GName | string |
None. |
|
| DecCm | decimal number |
None. |
|
| OtherCm | decimal number |
None. |
|
| CreateUser | string |
None. |
|
| CreateTime | date |
None. |
|
| ExgGName | string |
None. |
|
| HeadId | integer |
None. |
|
| ImportName | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUser | string |
None. |
|
| GoodsType | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"goodsTypeCn": "sample string 1",
"id": 2,
"exgNo": "sample string 3",
"imgNo": "sample string 4",
"beginDate": "sample string 5",
"gNo": 6,
"gName": "sample string 7",
"decCm": 8.0,
"otherCm": 9.0,
"createUser": "sample string 10",
"createTime": "2025-12-07 14:12:33",
"exgGName": "sample string 11",
"headId": 12,
"importName": "sample string 13",
"updateTime": "2025-12-07 14:12:33",
"updateUser": "sample string 14",
"goodsType": 15,
"pageSize": 16,
"pageIndex": 17,
"totalCount": 18
}
application/xml, text/xml
Sample:
<EntGoldenRealBom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>17</PageIndex> <PageSize>16</PageSize> <TotalCount>18</TotalCount> <BeginDate>sample string 5</BeginDate> <CreateTime>2025-12-07T14:12:33.8642913+08:00</CreateTime> <CreateUser>sample string 10</CreateUser> <DecCm>8</DecCm> <ExgGName>sample string 11</ExgGName> <ExgNo>sample string 3</ExgNo> <GName>sample string 7</GName> <GNo>6</GNo> <GoodsType>15</GoodsType> <GoodsTypeCn>sample string 1</GoodsTypeCn> <HeadId>12</HeadId> <ID>2</ID> <ImgNo>sample string 4</ImgNo> <ImportName>sample string 13</ImportName> <OtherCm>9</OtherCm> <UpdateTime>2025-12-07T14:12:33.8642913+08:00</UpdateTime> <UpdateUser>sample string 14</UpdateUser> </EntGoldenRealBom>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntGoldenRealBom| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntGoldenRealBom |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"goodsTypeCn": "sample string 1",
"id": 2,
"exgNo": "sample string 3",
"imgNo": "sample string 4",
"beginDate": "sample string 5",
"gNo": 6,
"gName": "sample string 7",
"decCm": 8.0,
"otherCm": 9.0,
"createUser": "sample string 10",
"createTime": "2025-12-07 14:12:33",
"exgGName": "sample string 11",
"headId": 12,
"importName": "sample string 13",
"updateTime": "2025-12-07 14:12:33",
"updateUser": "sample string 14",
"goodsType": 15,
"pageSize": 16,
"pageIndex": 17,
"totalCount": 18
},
{
"goodsTypeCn": "sample string 1",
"id": 2,
"exgNo": "sample string 3",
"imgNo": "sample string 4",
"beginDate": "sample string 5",
"gNo": 6,
"gName": "sample string 7",
"decCm": 8.0,
"otherCm": 9.0,
"createUser": "sample string 10",
"createTime": "2025-12-07 14:12:33",
"exgGName": "sample string 11",
"headId": 12,
"importName": "sample string 13",
"updateTime": "2025-12-07 14:12:33",
"updateUser": "sample string 14",
"goodsType": 15,
"pageSize": 16,
"pageIndex": 17,
"totalCount": 18
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntGoldenRealBomJWrFJ9jlDN9A7J8d 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>
<EntGoldenRealBom>
<PageIndex>17</PageIndex>
<PageSize>16</PageSize>
<TotalCount>18</TotalCount>
<BeginDate>sample string 5</BeginDate>
<CreateTime>2025-12-07T14:12:33.8642913+08:00</CreateTime>
<CreateUser>sample string 10</CreateUser>
<DecCm>8</DecCm>
<ExgGName>sample string 11</ExgGName>
<ExgNo>sample string 3</ExgNo>
<GName>sample string 7</GName>
<GNo>6</GNo>
<GoodsType>15</GoodsType>
<GoodsTypeCn>sample string 1</GoodsTypeCn>
<HeadId>12</HeadId>
<ID>2</ID>
<ImgNo>sample string 4</ImgNo>
<ImportName>sample string 13</ImportName>
<OtherCm>9</OtherCm>
<UpdateTime>2025-12-07T14:12:33.8642913+08:00</UpdateTime>
<UpdateUser>sample string 14</UpdateUser>
</EntGoldenRealBom>
<EntGoldenRealBom>
<PageIndex>17</PageIndex>
<PageSize>16</PageSize>
<TotalCount>18</TotalCount>
<BeginDate>sample string 5</BeginDate>
<CreateTime>2025-12-07T14:12:33.8642913+08:00</CreateTime>
<CreateUser>sample string 10</CreateUser>
<DecCm>8</DecCm>
<ExgGName>sample string 11</ExgGName>
<ExgNo>sample string 3</ExgNo>
<GName>sample string 7</GName>
<GNo>6</GNo>
<GoodsType>15</GoodsType>
<GoodsTypeCn>sample string 1</GoodsTypeCn>
<HeadId>12</HeadId>
<ID>2</ID>
<ImgNo>sample string 4</ImgNo>
<ImportName>sample string 13</ImportName>
<OtherCm>9</OtherCm>
<UpdateTime>2025-12-07T14:12:33.8642913+08:00</UpdateTime>
<UpdateUser>sample string 14</UpdateUser>
</EntGoldenRealBom>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntGoldenRealBomJWrFJ9jlDN9A7J8d>