POST api/BasicFactor/Save
Request Information
URI Parameters
None.
Body Parameters
EntAppBasicFactor| Name | Description | Type | Additional information |
|---|---|---|---|
| RowNumber | string |
None. |
|
| ID | integer |
None. |
|
| Sku | string |
None. |
|
| SapUnit | string |
None. |
|
| WmsUnit | string |
None. |
|
| Factor | decimal number |
None. |
|
| WarehouseID | string |
None. |
|
| FactoryID | string |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateUser | string |
None. |
|
| UpdateDate | date |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rowNumber": "sample string 1",
"id": 2,
"sku": "sample string 3",
"sapUnit": "sample string 4",
"wmsUnit": "sample string 5",
"factor": 6.0,
"warehouseID": "sample string 7",
"factoryID": "sample string 8",
"createUser": "sample string 9",
"createDate": "2025-10-31 00:19:20",
"updateUser": "sample string 10",
"updateDate": "2025-10-31 00:19:20",
"pageSize": 11,
"pageIndex": 12,
"totalCount": 13
}
application/xml, text/xml
Sample:
<EntAppBasicFactor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>12</PageIndex> <PageSize>11</PageSize> <TotalCount>13</TotalCount> <CreateDate>2025-10-31T00:19:20.4514597+08:00</CreateDate> <CreateUser>sample string 9</CreateUser> <Factor>6</Factor> <FactoryID>sample string 8</FactoryID> <ID>2</ID> <RowNumber>sample string 1</RowNumber> <SapUnit>sample string 4</SapUnit> <Sku>sample string 3</Sku> <UpdateDate>2025-10-31T00:19:20.4514597+08:00</UpdateDate> <UpdateUser>sample string 10</UpdateUser> <WarehouseID>sample string 7</WarehouseID> <WmsUnit>sample string 5</WmsUnit> </EntAppBasicFactor>
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>