POST api/v1/BerthSave
Request Information
URI Parameters
None.
Body Parameters
BerthSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ID | integer |
None. |
|
| PortID | integer |
None. |
|
| BerthName | string |
None. |
|
| JsonItem | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ID": 2,
"PortID": 3,
"BerthName": "sample string 4",
"JsonItem": "sample string 5"
}
application/xml, text/xml
Sample:
<BerthSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <BerthName>sample string 4</BerthName> <ID>2</ID> <JsonItem>sample string 5</JsonItem> <Mode>sample string 1</Mode> <PortID>3</PortID> </BerthSaveInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |