POST api/miniApps/exePalletPublic
发布货盘
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| parms |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"GoodsTypeId": 1,
"GoodsTypeName": "sample string 2",
"CargoVolume": 3,
"addVolume": 4,
"MaxCargoVolume": 5,
"StartPortId": 6,
"EndPortId": 7,
"loadDate": "sample string 8",
"loadAddDay": 9,
"Remark": "sample string 10",
"MobilePhone": "sample string 11",
"MobileCode": "sample string 12",
"msgId": 13,
"openId": "sample string 14",
"isOpen": 15
}
text/html
Sample:
{"GoodsTypeId":1,"GoodsTypeName":"sample string 2","CargoVolume":3,"addVolume":4,"MaxCargoVolume":5,"StartPortId":6,"EndPortId":7,"loadDate":"sample string 8","loadAddDay":9,"Remark":"sample string 10","MobilePhone":"sample string 11","MobileCode":"sample string 12","msgId":13,"openId":"sample string 14","isOpen":15}
application/xml, text/xml
Sample:
<PalletPublicParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.MiniApps.Parms"> <CargoVolume>3</CargoVolume> <EndPortId>7</EndPortId> <GoodsTypeId>1</GoodsTypeId> <GoodsTypeName>sample string 2</GoodsTypeName> <MaxCargoVolume>5</MaxCargoVolume> <MobileCode>sample string 12</MobileCode> <MobilePhone>sample string 11</MobilePhone> <Remark>sample string 10</Remark> <StartPortId>6</StartPortId> <addVolume>4</addVolume> <isOpen>15</isOpen> <loadAddDay>9</loadAddDay> <loadDate>sample string 8</loadDate> <msgId>13</msgId> <openId>sample string 14</openId> </PalletPublicParms>
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.