POST api/HeYuShip/exeUpdateTradingList
更新交易记录
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| parms |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"ShipName": "sample string 2",
"OrderNum": "sample string 3",
"PacketBoat": 4,
"MakeInvoice": "sample string 5",
"BookShipPrice": 6.0,
"BookGoodsPrice": 7.0,
"GoodserPacketBoat": 8,
"GoodserMakeInvoice": "sample string 9",
"SailTime": "sample string 10",
"GoodserMobile": "sample string 11",
"ShipperMobile": "sample string 12",
"TradingTime": "sample string 13",
"GoodsName": "sample string 14",
"StartPort": "sample string 15",
"AimPort": "sample string 16",
"GoodserCompany": "sample string 17",
"DealSum": "sample string 18",
"CargoVolume": 1.1,
"UseType": 19
}
text/html
Sample:
{"key":"sample string 1","ShipName":"sample string 2","OrderNum":"sample string 3","PacketBoat":4,"MakeInvoice":"sample string 5","BookShipPrice":6.0,"BookGoodsPrice":7.0,"GoodserPacketBoat":8,"GoodserMakeInvoice":"sample string 9","SailTime":"sample string 10","GoodserMobile":"sample string 11","ShipperMobile":"sample string 12","TradingTime":"sample string 13","GoodsName":"sample string 14","StartPort":"sample string 15","AimPort":"sample string 16","GoodserCompany":"sample string 17","DealSum":"sample string 18","CargoVolume":1.1,"UseType":19}
application/xml, text/xml
Sample:
<TradingListUpdateParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.HeYu.Parms"> <AimPort>sample string 16</AimPort> <BookGoodsPrice>7</BookGoodsPrice> <BookShipPrice>6</BookShipPrice> <CargoVolume>1.1</CargoVolume> <DealSum>sample string 18</DealSum> <GoodsName>sample string 14</GoodsName> <GoodserCompany>sample string 17</GoodserCompany> <GoodserMakeInvoice>sample string 9</GoodserMakeInvoice> <GoodserMobile>sample string 11</GoodserMobile> <GoodserPacketBoat>8</GoodserPacketBoat> <MakeInvoice>sample string 5</MakeInvoice> <OrderNum>sample string 3</OrderNum> <PacketBoat>4</PacketBoat> <SailTime>sample string 10</SailTime> <ShipName>sample string 2</ShipName> <ShipperMobile>sample string 12</ShipperMobile> <StartPort>sample string 15</StartPort> <TradingTime>sample string 13</TradingTime> <UseType>19</UseType> <key>sample string 1</key> </TradingListUpdateParms>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.