POST api/Master/UploadVesselMaster

Request Information

URI Parameters

None.

Body Parameters

UploadVesselMaster
NameDescriptionTypeAdditional information
VS_ID

integer

None.

VS_NAME

string

None.

VS_CALL_SIGN

string

None.

VS_IMO_NUMBER

string

None.

VS_OWNER

string

None.

VS_FLAG

string

None.

VS_NATIONALITY

string

None.

VS_SHIP_ID

string

None.

VS_STATUS

string

None.

VS_CREATED_BY

integer

None.

VS_STATUS_CODE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VS_ID": 1,
  "VS_NAME": "sample string 1",
  "VS_CALL_SIGN": "sample string 2",
  "VS_IMO_NUMBER": "sample string 3",
  "VS_OWNER": "sample string 4",
  "VS_FLAG": "sample string 5",
  "VS_NATIONALITY": "sample string 6",
  "VS_SHIP_ID": "sample string 7",
  "VS_STATUS": "sample string 8",
  "VS_CREATED_BY": 1,
  "VS_STATUS_CODE": "sample string 9"
}

application/xml, text/xml

Sample:
<UploadVesselMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VS_CALL_SIGN>sample string 2</VS_CALL_SIGN>
  <VS_CREATED_BY>1</VS_CREATED_BY>
  <VS_FLAG>sample string 5</VS_FLAG>
  <VS_ID>1</VS_ID>
  <VS_IMO_NUMBER>sample string 3</VS_IMO_NUMBER>
  <VS_NAME>sample string 1</VS_NAME>
  <VS_NATIONALITY>sample string 6</VS_NATIONALITY>
  <VS_OWNER>sample string 4</VS_OWNER>
  <VS_SHIP_ID>sample string 7</VS_SHIP_ID>
  <VS_STATUS>sample string 8</VS_STATUS>
  <VS_STATUS_CODE>sample string 9</VS_STATUS_CODE>
</UploadVesselMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.