POST api/CHAMasters/GetCHAPortMaster

Request Information

URI Parameters

None.

Body Parameters

CHAPortMasterInput
NameDescriptionTypeAdditional information
CPM_ID

integer

None.

CPM_PORT_NAME

string

None.

CPM_AIR_CODE

string

None.

CPM_SEA_CODE

string

None.

CPM_PORT_TYPE

string

None.

CPM_CO_ID

integer

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CPM_ID": 1,
  "CPM_PORT_NAME": "sample string 1",
  "CPM_AIR_CODE": "sample string 2",
  "CPM_SEA_CODE": "sample string 3",
  "CPM_PORT_TYPE": "sample string 4",
  "CPM_CO_ID": 1,
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<CHAPortMasterInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CPM_AIR_CODE>sample string 2</CPM_AIR_CODE>
  <CPM_CO_ID>1</CPM_CO_ID>
  <CPM_ID>1</CPM_ID>
  <CPM_PORT_NAME>sample string 1</CPM_PORT_NAME>
  <CPM_PORT_TYPE>sample string 4</CPM_PORT_TYPE>
  <CPM_SEA_CODE>sample string 3</CPM_SEA_CODE>
  <LENGTH>1</LENGTH>
  <START>1</START>
</CHAPortMasterInput>

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.