POST api/basicImgFactor/getPageBasicFactor
Request Information
URI Parameters
None.
Body Parameters
EntAppBasicFactorSyngenta| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CopGNo | string |
None. |
|
| FactorGross | decimal number |
None. |
|
| FactorCubic | decimal number |
None. |
|
| FactorUnit1 | decimal number |
None. |
|
| FactorPackage | decimal number |
None. |
|
| Remark | string |
None. |
|
| FactorUnit2 | decimal number |
None. |
|
| Usd01 | string |
None. |
|
| Usd02 | string |
None. |
|
| Usd03 | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateTime | date |
None. |
|
| UpdateUser | string |
None. |
|
| UpdateTime | date |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"copGNo": "sample string 2",
"factorGross": 3.0,
"factorCubic": 4.0,
"factorUnit1": 5.0,
"factorPackage": 6.0,
"remark": "sample string 7",
"factorUnit2": 8.0,
"usd01": "sample string 9",
"usd02": "sample string 10",
"usd03": "sample string 11",
"createUser": "sample string 12",
"createTime": "2025-12-07 14:16:42",
"updateUser": "sample string 13",
"updateTime": "2025-12-07 14:16:42",
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
}
application/xml, text/xml
Sample:
<EntAppBasicFactorSyngenta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <CopGNo>sample string 2</CopGNo> <CreateTime>2025-12-07T14:16:42.620852+08:00</CreateTime> <CreateUser>sample string 12</CreateUser> <FactorCubic>4</FactorCubic> <FactorGross>3</FactorGross> <FactorPackage>6</FactorPackage> <FactorUnit1>5</FactorUnit1> <FactorUnit2>8</FactorUnit2> <Id>1</Id> <Remark>sample string 7</Remark> <UpdateTime>2025-12-07T14:16:42.620852+08:00</UpdateTime> <UpdateUser>sample string 13</UpdateUser> <Usd01>sample string 9</Usd01> <Usd02>sample string 10</Usd02> <Usd03>sample string 11</Usd03> </EntAppBasicFactorSyngenta>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntAppBasicFactorSyngenta| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntAppBasicFactorSyngenta |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"id": "1",
"copGNo": "sample string 2",
"factorGross": 3.0,
"factorCubic": 4.0,
"factorUnit1": 5.0,
"factorPackage": 6.0,
"remark": "sample string 7",
"factorUnit2": 8.0,
"usd01": "sample string 9",
"usd02": "sample string 10",
"usd03": "sample string 11",
"createUser": "sample string 12",
"createTime": "2025-12-07 14:16:42",
"updateUser": "sample string 13",
"updateTime": "2025-12-07 14:16:42",
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
},
{
"id": "1",
"copGNo": "sample string 2",
"factorGross": 3.0,
"factorCubic": 4.0,
"factorUnit1": 5.0,
"factorPackage": 6.0,
"remark": "sample string 7",
"factorUnit2": 8.0,
"usd01": "sample string 9",
"usd02": "sample string 10",
"usd03": "sample string 11",
"createUser": "sample string 12",
"createTime": "2025-12-07 14:16:42",
"updateUser": "sample string 13",
"updateTime": "2025-12-07 14:16:42",
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntAppBasicFactorSyngentaJWrFJ9jlDN9A7J8d 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>
<EntAppBasicFactorSyngenta>
<PageIndex>15</PageIndex>
<PageSize>14</PageSize>
<TotalCount>16</TotalCount>
<CopGNo>sample string 2</CopGNo>
<CreateTime>2025-12-07T14:16:42.620852+08:00</CreateTime>
<CreateUser>sample string 12</CreateUser>
<FactorCubic>4</FactorCubic>
<FactorGross>3</FactorGross>
<FactorPackage>6</FactorPackage>
<FactorUnit1>5</FactorUnit1>
<FactorUnit2>8</FactorUnit2>
<Id>1</Id>
<Remark>sample string 7</Remark>
<UpdateTime>2025-12-07T14:16:42.620852+08:00</UpdateTime>
<UpdateUser>sample string 13</UpdateUser>
<Usd01>sample string 9</Usd01>
<Usd02>sample string 10</Usd02>
<Usd03>sample string 11</Usd03>
</EntAppBasicFactorSyngenta>
<EntAppBasicFactorSyngenta>
<PageIndex>15</PageIndex>
<PageSize>14</PageSize>
<TotalCount>16</TotalCount>
<CopGNo>sample string 2</CopGNo>
<CreateTime>2025-12-07T14:16:42.620852+08:00</CreateTime>
<CreateUser>sample string 12</CreateUser>
<FactorCubic>4</FactorCubic>
<FactorGross>3</FactorGross>
<FactorPackage>6</FactorPackage>
<FactorUnit1>5</FactorUnit1>
<FactorUnit2>8</FactorUnit2>
<Id>1</Id>
<Remark>sample string 7</Remark>
<UpdateTime>2025-12-07T14:16:42.620852+08:00</UpdateTime>
<UpdateUser>sample string 13</UpdateUser>
<Usd01>sample string 9</Usd01>
<Usd02>sample string 10</Usd02>
<Usd03>sample string 11</Usd03>
</EntAppBasicFactorSyngenta>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntAppBasicFactorSyngentaJWrFJ9jlDN9A7J8d>