POST api/HeYuShip/Ship_PublicShipList
发布船期
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vm | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"ShipName": "sample string 2",
"LoadPort": "sample string 3",
"LoadDate": "sample string 4",
"EditUser": "sample string 5"
}
text/html
Sample:
{"key":"sample string 1","ShipName":"sample string 2","LoadPort":"sample string 3","LoadDate":"sample string 4","EditUser":"sample string 5"}
application/xml, text/xml
Sample:
<HYShipListParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.HeYu.Parms"> <EditUser>sample string 5</EditUser> <LoadDate>sample string 4</LoadDate> <LoadPort>sample string 3</LoadPort> <ShipName>sample string 2</ShipName> <key>sample string 1</key> </HYShipListParms>
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.