POST api/Master/PostVesselCertificate

Request Information

URI Parameters

None.

Body Parameters

VesselCertificateInputs
NameDescriptionTypeAdditional information
VC_ID

integer

None.

VC_DATE

date

None.

VC_CERTIFICATE_TITLE

string

None.

VC_BL_TYPE

string

None.

VC_BL_ID

integer

None.

VC_CP_ID

integer

None.

VC_VSL_VOY

string

None.

VC_MESSAGE

string

None.

VC_PROGRAM_ID

string

None.

VC_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VC_ID": 1,
  "VC_DATE": "2025-12-06T04:28:33.53859+00:00",
  "VC_CERTIFICATE_TITLE": "sample string 1",
  "VC_BL_TYPE": "sample string 2",
  "VC_BL_ID": 1,
  "VC_CP_ID": 1,
  "VC_VSL_VOY": "sample string 3",
  "VC_MESSAGE": "sample string 4",
  "VC_PROGRAM_ID": "sample string 5",
  "VC_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<VesselCertificateInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <VC_BL_ID>1</VC_BL_ID>
  <VC_BL_TYPE>sample string 2</VC_BL_TYPE>
  <VC_CERTIFICATE_TITLE>sample string 1</VC_CERTIFICATE_TITLE>
  <VC_CP_ID>1</VC_CP_ID>
  <VC_CREATED_BY>1</VC_CREATED_BY>
  <VC_DATE>2025-12-06T04:28:33.53859+00:00</VC_DATE>
  <VC_ID>1</VC_ID>
  <VC_MESSAGE>sample string 4</VC_MESSAGE>
  <VC_PROGRAM_ID>sample string 5</VC_PROGRAM_ID>
  <VC_VSL_VOY>sample string 3</VC_VSL_VOY>
</VesselCertificateInputs>

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.