POST api/AirRateRequest/GetAirQuotationList

Request Information

URI Parameters

None.

Body Parameters

GetAirQuoList
NameDescriptionTypeAdditional information
ARR_NUMBER

string

None.

ARR_AR_ID

integer

None.

ARR_SALES_BY

integer

None.

ARR_POR_ID

integer

None.

ARR_AOO_ID

integer

None.

ARR_AOD_ID

integer

None.

ARR_FPOD_ID

integer

None.

ARR_STATUS

string

None.

ARR_SEARCH

string

None.

ARR_CP_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ARR_NUMBER": "sample string 1",
  "ARR_AR_ID": 1,
  "ARR_SALES_BY": 1,
  "ARR_POR_ID": 1,
  "ARR_AOO_ID": 1,
  "ARR_AOD_ID": 1,
  "ARR_FPOD_ID": 1,
  "ARR_STATUS": "sample string 2",
  "ARR_SEARCH": "sample string 3",
  "ARR_CP_ID": 1
}

application/xml, text/xml

Sample:
<GetAirQuoList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <ARR_AOD_ID>1</ARR_AOD_ID>
  <ARR_AOO_ID>1</ARR_AOO_ID>
  <ARR_AR_ID>1</ARR_AR_ID>
  <ARR_CP_ID>1</ARR_CP_ID>
  <ARR_FPOD_ID>1</ARR_FPOD_ID>
  <ARR_NUMBER>sample string 1</ARR_NUMBER>
  <ARR_POR_ID>1</ARR_POR_ID>
  <ARR_SALES_BY>1</ARR_SALES_BY>
  <ARR_SEARCH>sample string 3</ARR_SEARCH>
  <ARR_STATUS>sample string 2</ARR_STATUS>
</GetAirQuoList>

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.