POST api/Voyage/Getvendor

Request Information

URI Parameters

None.

Body Parameters

GetVendor
NameDescriptionTypeAdditional information
ap_id

integer

None.

ap_code

string

None.

ap_name

string

None.

ap_status

string

None.

cp_id

integer

None.

ap_carrier_flag

string

None.

ap_surveyor_flag

string

None.

ap_leasing_flag

string

None.

ap_transporter_flag

string

None.

start

integer

None.

length

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ap_id": 1,
  "ap_code": "sample string 1",
  "ap_name": "sample string 2",
  "ap_status": "sample string 3",
  "cp_id": 1,
  "ap_carrier_flag": "sample string 4",
  "ap_surveyor_flag": "sample string 5",
  "ap_leasing_flag": "sample string 6",
  "ap_transporter_flag": "sample string 7",
  "start": 1,
  "length": 1
}

application/xml, text/xml

Sample:
<GetVendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ap_carrier_flag>sample string 4</ap_carrier_flag>
  <ap_code>sample string 1</ap_code>
  <ap_id>1</ap_id>
  <ap_leasing_flag>sample string 6</ap_leasing_flag>
  <ap_name>sample string 2</ap_name>
  <ap_status>sample string 3</ap_status>
  <ap_surveyor_flag>sample string 5</ap_surveyor_flag>
  <ap_transporter_flag>sample string 7</ap_transporter_flag>
  <cp_id>1</cp_id>
  <length>1</length>
  <start>1</start>
</GetVendor>

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.