GET api/GoldenBusList/GetBasicFactor?sku={sku}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sku | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultOfEntAppBasicFactorSyngenta| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | EntAppBasicFactorSyngenta |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"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-10-31 00:28:53",
"updateUser": "sample string 13",
"updateTime": "2025-10-31 00:28:53",
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfEntAppBasicFactorSyngentaJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data>
<PageIndex>15</PageIndex>
<PageSize>14</PageSize>
<TotalCount>16</TotalCount>
<CopGNo>sample string 2</CopGNo>
<CreateTime>2025-10-31T00:28:53.5851149+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-10-31T00:28:53.5851149+08:00</UpdateTime>
<UpdateUser>sample string 13</UpdateUser>
<Usd01>sample string 9</Usd01>
<Usd02>sample string 10</Usd02>
<Usd03>sample string 11</Usd03>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfEntAppBasicFactorSyngentaJWrFJ9jl>