POST api/VoyageMaster/GetVoyageMaster

Request Information

URI Parameters

None.

Body Parameters

VoyageMaster
NameDescriptionTypeAdditional information
VOY_ID

integer

None.

VOY_CP_ID

integer

None.

VOY_AP_ID

integer

None.

VOY_PT_ID

integer

None.

VOY_VSL_ID

integer

None.

VOY_LINE_NUM

string

None.

VOY_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

VOY_REQUESTED_BY

integer

None.

STATUS

string

None.

RESULT

string

None.

VOY_ETA

date

None.

VOY_ETD

date

None.

VOY_CUT_OFF

date

None.

Request Formats

application/json, text/json

Sample:
{
  "VOY_ID": 1,
  "VOY_CP_ID": 1,
  "VOY_AP_ID": 1,
  "VOY_PT_ID": 1,
  "VOY_VSL_ID": 1,
  "VOY_LINE_NUM": "sample string 1",
  "VOY_STATUS": "sample string 2",
  "START": 1,
  "LENGTH": 1,
  "VOY_REQUESTED_BY": 1,
  "STATUS": "sample string 3",
  "RESULT": "sample string 4",
  "VOY_ETA": "2024-05-19T14:34:34.0602253+05:30",
  "VOY_ETD": "2024-05-19T14:34:34.0602253+05:30",
  "VOY_CUT_OFF": "2024-05-19T14:34:34.0602253+05:30"
}

application/xml, text/xml

Sample:
<VoyageMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <RESULT>sample string 4</RESULT>
  <START>1</START>
  <STATUS>sample string 3</STATUS>
  <VOY_AP_ID>1</VOY_AP_ID>
  <VOY_CP_ID>1</VOY_CP_ID>
  <VOY_CUT_OFF>2024-05-19T14:34:34.0602253+05:30</VOY_CUT_OFF>
  <VOY_ETA>2024-05-19T14:34:34.0602253+05:30</VOY_ETA>
  <VOY_ETD>2024-05-19T14:34:34.0602253+05:30</VOY_ETD>
  <VOY_ID>1</VOY_ID>
  <VOY_LINE_NUM>sample string 1</VOY_LINE_NUM>
  <VOY_PT_ID>1</VOY_PT_ID>
  <VOY_REQUESTED_BY>1</VOY_REQUESTED_BY>
  <VOY_STATUS>sample string 2</VOY_STATUS>
  <VOY_VSL_ID>1</VOY_VSL_ID>
</VoyageMaster>

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.