POST api/BasicImgFactor/Save
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:12:33",
"updateUser": "sample string 13",
"updateTime": "2025-12-07 14:12:33",
"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:12:33.3487289+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:12:33.3487289+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
ReturnResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>