POST api/Master/PostPortMaster

Request Information

URI Parameters

None.

Body Parameters

PortMaster
NameDescriptionTypeAdditional information
PM_ID

integer

None.

PM_CODE

string

None.

PM_NAME

string

None.

PM_CO_ID

integer

None.

PM_STATUS

string

None.

PM_PROGRAM_ID

string

None.

PM_SEA_PORT

string

None.

PM_AIR_PORT

string

None.

PM_CREATED_BY

integer

None.

PM_F_CODE

string

None.

PM_F_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PM_ID": 1,
  "PM_CODE": "sample string 1",
  "PM_NAME": "sample string 2",
  "PM_CO_ID": 1,
  "PM_STATUS": "sample string 3",
  "PM_PROGRAM_ID": "sample string 4",
  "PM_SEA_PORT": "sample string 5",
  "PM_AIR_PORT": "sample string 6",
  "PM_CREATED_BY": 1,
  "PM_F_CODE": "sample string 7",
  "PM_F_NAME": "sample string 8"
}

application/xml, text/xml

Sample:
<PortMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PM_AIR_PORT>sample string 6</PM_AIR_PORT>
  <PM_CODE>sample string 1</PM_CODE>
  <PM_CO_ID>1</PM_CO_ID>
  <PM_CREATED_BY>1</PM_CREATED_BY>
  <PM_F_CODE>sample string 7</PM_F_CODE>
  <PM_F_NAME>sample string 8</PM_F_NAME>
  <PM_ID>1</PM_ID>
  <PM_NAME>sample string 2</PM_NAME>
  <PM_PROGRAM_ID>sample string 4</PM_PROGRAM_ID>
  <PM_SEA_PORT>sample string 5</PM_SEA_PORT>
  <PM_STATUS>sample string 3</PM_STATUS>
</PortMaster>

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.