POST api/Bottle/AddOldBottle
Request Information
URI Parameters
None.
Body Parameters
AddOldBottleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FKey | integer |
None. |
|
| FCompID | integer |
None. |
|
| FCompName | string |
None. |
|
| FSectionID | integer |
None. |
|
| FSectionName | string |
None. |
|
| FCustNo | string |
None. |
|
| FBillNO | string |
None. |
|
| FBarCode | string |
None. |
|
| FGoodsNo | string |
None. |
|
| FMadeYear | integer |
None. |
|
| FBarndID | integer |
None. |
|
| FBarndName | string |
None. |
|
| FParam | integer |
None. |
|
| FBotWeight | decimal number |
None. |
|
| FBackType | integer |
None. |
|
| FImageList | string |
None. |
|
| FPayType | integer |
None. |
|
| FOperator | string |
None. |
|
| FOptTime | date |
None. |
|
| FOptID | integer |
None. |
|
| FOptName | string |
None. |
|
| FEditTime | date |
None. |
|
| FEditOpt | integer |
None. |
|
| FEditOptName | string |
None. |
|
| FMadeMonth | integer |
None. |
|
| Special | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FKey": 1,
"FCompID": 1,
"FCompName": "sample string 2",
"FSectionID": 1,
"FSectionName": "sample string 3",
"FCustNo": "sample string 4",
"FBillNO": "sample string 5",
"FBarCode": "sample string 6",
"FGoodsNo": "sample string 7",
"FMadeYear": 1,
"FBarndID": 1,
"FBarndName": "sample string 8",
"FParam": 1,
"FBotWeight": 1.0,
"FBackType": 1,
"FImageList": "sample string 9",
"FPayType": 1,
"FOperator": "sample string 10",
"FOptTime": "2025-12-06 13:43:50",
"FOptID": 1,
"FOptName": "sample string 11",
"FEditTime": "2025-12-06 13:43:50",
"FEditOpt": 1,
"FEditOptName": "sample string 12",
"FMadeMonth": 13,
"Special": 14
}
application/xml, text/xml
Sample:
<AddOldBottleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity.ViewModel"> <FBackType>1</FBackType> <FBarCode>sample string 6</FBarCode> <FBarndID>1</FBarndID> <FBarndName>sample string 8</FBarndName> <FBillNO>sample string 5</FBillNO> <FBotWeight>1</FBotWeight> <FCompID>1</FCompID> <FCompName>sample string 2</FCompName> <FCustNo>sample string 4</FCustNo> <FEditOpt>1</FEditOpt> <FEditOptName>sample string 12</FEditOptName> <FEditTime>2025-12-06T13:43:50.1414136+08:00</FEditTime> <FGoodsNo>sample string 7</FGoodsNo> <FImageList>sample string 9</FImageList> <FKey>1</FKey> <FMadeMonth>13</FMadeMonth> <FMadeYear>1</FMadeYear> <FOperator>sample string 10</FOperator> <FOptID>1</FOptID> <FOptName>sample string 11</FOptName> <FOptTime>2025-12-06T13:43:50.1414136+08:00</FOptTime> <FParam>1</FParam> <FPayType>1</FPayType> <FSectionID>1</FSectionID> <FSectionName>sample string 3</FSectionName> <Special>14</Special> </AddOldBottleViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageModelOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Msg | string |
None. |
|
| Response | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 200,
"Success": true,
"Msg": "sample string 3",
"Response": 4
}
application/xml, text/xml
Sample:
<MessageModelOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DY.Entity"> <Msg>sample string 3</Msg> <Response>4</Response> <Status>200</Status> <Success>true</Success> </MessageModelOfint>