POST api/Master/UploadCityMaster

Request Information

URI Parameters

None.

Body Parameters

UploadCityMaster
NameDescriptionTypeAdditional information
CT_ID

integer

None.

CT_CODE

string

None.

CT_NAME

string

None.

CT_CO_ID

integer

None.

CT_STATUS

string

None.

CT_PROGRAM_ID

string

None.

CT_SEA_PORT

string

None.

CT_AIR_PORT

string

None.

CT_CREATED_BY

integer

None.

CT_F_CODE

string

None.

CT_F_NAME

string

None.

CT_CO_NAME

string

None.

CT_STATUS_NAME

string

None.

CT_PORT_TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CT_ID": 1,
  "CT_CODE": "sample string 1",
  "CT_NAME": "sample string 2",
  "CT_CO_ID": 1,
  "CT_STATUS": "sample string 3",
  "CT_PROGRAM_ID": "sample string 4",
  "CT_SEA_PORT": "sample string 5",
  "CT_AIR_PORT": "sample string 6",
  "CT_CREATED_BY": 1,
  "CT_F_CODE": "sample string 7",
  "CT_F_NAME": "sample string 8",
  "CT_CO_NAME": "sample string 9",
  "CT_STATUS_NAME": "sample string 10",
  "CT_PORT_TYPE": "sample string 11"
}

application/xml, text/xml

Sample:
<UploadCityMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CT_AIR_PORT>sample string 6</CT_AIR_PORT>
  <CT_CODE>sample string 1</CT_CODE>
  <CT_CO_ID>1</CT_CO_ID>
  <CT_CO_NAME>sample string 9</CT_CO_NAME>
  <CT_CREATED_BY>1</CT_CREATED_BY>
  <CT_F_CODE>sample string 7</CT_F_CODE>
  <CT_F_NAME>sample string 8</CT_F_NAME>
  <CT_ID>1</CT_ID>
  <CT_NAME>sample string 2</CT_NAME>
  <CT_PORT_TYPE>sample string 11</CT_PORT_TYPE>
  <CT_PROGRAM_ID>sample string 4</CT_PROGRAM_ID>
  <CT_SEA_PORT>sample string 5</CT_SEA_PORT>
  <CT_STATUS>sample string 3</CT_STATUS>
  <CT_STATUS_NAME>sample string 10</CT_STATUS_NAME>
</UploadCityMaster>

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.