POST api/BzQuotes/GetAirQuote

Request Information

URI Parameters

None.

Body Parameters

QuoteMaster_bzResp
NameDescriptionTypeAdditional information
idx

integer

None.

DocNo

string

None.

AddedBy

integer

None.

AddedOn

date

None.

CustomerIdx

integer

None.

CustomerAddressIdx

integer

None.

QuoteDate

date

None.

QuoteExpiry

date

None.

IncoTerm

string

None.

QuoteType

string

None.

QuoteMode

string

None.

Origin

integer

None.

Destination

integer

None.

OriginVia

integer

None.

DestVia

integer

None.

CustRemarks

string

None.

InternalRemarks

string

None.

CurrencyIdx

integer

None.

QuoteTotal

decimal number

None.

TotalTax

decimal number

None.

TotalQuoteCharges

decimal number

None.

SalesPersonIdx

integer

None.

SalesPerson

string

None.

Refreference

string

None.

Commodity

string

None.

ShipmentValue

decimal number

None.

isDg

boolean

None.

isInsured

boolean

None.

isKnownShipper

boolean

None.

showCarrier

boolean

None.

isCustomBrokerage

boolean

None.

unDgCode

string

None.

ContainerTypeIdx

integer

None.

Container

string

None.

OriginName

string

None.

DestinationName

string

None.

Charges

Collection of QuoteCharges_bzResp

None.

Dimms

Collection of QuoteDeimensionsLcl_bzResp

None.

Customer

string

None.

Currency

string

None.

CarrierIdx

integer

None.

Carrier

string

None.

Profit

decimal number

None.

ProfitMode

string

None.

ProfitAmount

decimal number

None.

isJustTotals

boolean

None.

ServerDate

date

None.

UserTimeZone

string

None.

AddedByName

string

None.

dtf

date

None.

dtt

date

None.

Request Formats

application/json, text/json

Sample:
{
  "idx": 1,
  "DocNo": "sample string 2",
  "AddedBy": 3,
  "AddedOn": "2026-07-27T19:09:50.3297208+05:00",
  "CustomerIdx": 4,
  "CustomerAddressIdx": 5,
  "QuoteDate": "2026-07-27T19:09:50.3297208+05:00",
  "QuoteExpiry": "2026-07-27T19:09:50.3297208+05:00",
  "IncoTerm": "sample string 6",
  "QuoteType": "sample string 7",
  "QuoteMode": "sample string 8",
  "Origin": 9,
  "Destination": 10,
  "OriginVia": 11,
  "DestVia": 12,
  "CustRemarks": "sample string 13",
  "InternalRemarks": "sample string 14",
  "CurrencyIdx": 15,
  "QuoteTotal": 16.0,
  "TotalTax": 17.0,
  "TotalQuoteCharges": 18.0,
  "SalesPersonIdx": 19,
  "SalesPerson": "sample string 20",
  "Refreference": "sample string 21",
  "Commodity": "sample string 22",
  "ShipmentValue": 23.0,
  "isDg": true,
  "isInsured": true,
  "isKnownShipper": true,
  "showCarrier": true,
  "isCustomBrokerage": true,
  "unDgCode": "sample string 29",
  "ContainerTypeIdx": 30,
  "Container": "sample string 31",
  "OriginName": "sample string 32",
  "DestinationName": "sample string 33",
  "Charges": [
    {
      "idx": 1,
      "MasterIdx": 2,
      "AddedBy": 3,
      "AddedOn": "2026-07-27T19:09:50.3297208+05:00",
      "ChargeType": "sample string 4",
      "ChargeMode": "sample string 5",
      "ChargeIdx": 6,
      "CurrencyIdx": 7,
      "ExchRate": 8.0,
      "Rate": 9.0,
      "Minim": 10.0,
      "isMin": true,
      "ProfitAmount": 12.0,
      "ProfitMode": "sample string 13",
      "Profit": 14.0,
      "Quantity": 15.0,
      "UOM": "sample string 16",
      "Total": 17.0,
      "TaxIdx": 18,
      "TaxPerx": 19.0,
      "TaxAmount": 20.0,
      "TotalCharges": 21.0,
      "Remarks": "sample string 22",
      "sortOrder": 23,
      "Charge": "sample string 24",
      "ChargeCode": "sample string 25",
      "Currency": "sample string 26"
    },
    {
      "idx": 1,
      "MasterIdx": 2,
      "AddedBy": 3,
      "AddedOn": "2026-07-27T19:09:50.3297208+05:00",
      "ChargeType": "sample string 4",
      "ChargeMode": "sample string 5",
      "ChargeIdx": 6,
      "CurrencyIdx": 7,
      "ExchRate": 8.0,
      "Rate": 9.0,
      "Minim": 10.0,
      "isMin": true,
      "ProfitAmount": 12.0,
      "ProfitMode": "sample string 13",
      "Profit": 14.0,
      "Quantity": 15.0,
      "UOM": "sample string 16",
      "Total": 17.0,
      "TaxIdx": 18,
      "TaxPerx": 19.0,
      "TaxAmount": 20.0,
      "TotalCharges": 21.0,
      "Remarks": "sample string 22",
      "sortOrder": 23,
      "Charge": "sample string 24",
      "ChargeCode": "sample string 25",
      "Currency": "sample string 26"
    }
  ],
  "Dimms": [
    {
      "idx": 1,
      "MasterIdx": 2,
      "Equipment": "sample string 3",
      "Weight": 4.0,
      "WeightUnit": "sample string 5",
      "Volume": 6.0,
      "VolumeUnit": "sample string 7",
      "totalCbm": 8.0,
      "NoOfPieces": 9,
      "GivenLength": 10.0,
      "GivenWidth": 11.0,
      "GivenHeight": 12.0,
      "GivenMsrUnit": "sample string 13",
      "ItemLength": 14.0,
      "ItemWidth": 15.0,
      "Itemheight": 16.0,
      "isJustTotals": true,
      "VolumetricWeight": 18.0,
      "ActualWeight": 19.0,
      "ChargeAbleVolume": 20.0
    },
    {
      "idx": 1,
      "MasterIdx": 2,
      "Equipment": "sample string 3",
      "Weight": 4.0,
      "WeightUnit": "sample string 5",
      "Volume": 6.0,
      "VolumeUnit": "sample string 7",
      "totalCbm": 8.0,
      "NoOfPieces": 9,
      "GivenLength": 10.0,
      "GivenWidth": 11.0,
      "GivenHeight": 12.0,
      "GivenMsrUnit": "sample string 13",
      "ItemLength": 14.0,
      "ItemWidth": 15.0,
      "Itemheight": 16.0,
      "isJustTotals": true,
      "VolumetricWeight": 18.0,
      "ActualWeight": 19.0,
      "ChargeAbleVolume": 20.0
    }
  ],
  "Customer": "sample string 34",
  "Currency": "sample string 35",
  "CarrierIdx": 36,
  "Carrier": "sample string 37",
  "Profit": 38.0,
  "ProfitMode": "sample string 39",
  "ProfitAmount": 40.0,
  "isJustTotals": true,
  "ServerDate": "2026-07-27T19:09:50.3297208+05:00",
  "UserTimeZone": "sample string 43",
  "AddedByName": "sample string 44",
  "dtf": "2026-07-27T19:09:50.3297208+05:00",
  "dtt": "2026-07-27T19:09:50.3297208+05:00"
}

application/xml, text/xml

Sample:
<QuoteMaster_bzResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.Responses">
  <AddedBy>3</AddedBy>
  <AddedByName>sample string 44</AddedByName>
  <AddedOn>2026-07-27T19:09:50.3297208+05:00</AddedOn>
  <Carrier>sample string 37</Carrier>
  <CarrierIdx>36</CarrierIdx>
  <Charges>
    <QuoteCharges_bzResp>
      <AddedBy>3</AddedBy>
      <AddedOn>2026-07-27T19:09:50.3297208+05:00</AddedOn>
      <Charge>sample string 24</Charge>
      <ChargeCode>sample string 25</ChargeCode>
      <ChargeIdx>6</ChargeIdx>
      <ChargeMode>sample string 5</ChargeMode>
      <ChargeType>sample string 4</ChargeType>
      <Currency>sample string 26</Currency>
      <CurrencyIdx>7</CurrencyIdx>
      <ExchRate>8</ExchRate>
      <MasterIdx>2</MasterIdx>
      <Minim>10</Minim>
      <Profit>14</Profit>
      <ProfitAmount>12</ProfitAmount>
      <ProfitMode>sample string 13</ProfitMode>
      <Quantity>15</Quantity>
      <Rate>9</Rate>
      <Remarks>sample string 22</Remarks>
      <TaxAmount>20</TaxAmount>
      <TaxIdx>18</TaxIdx>
      <TaxPerx>19</TaxPerx>
      <Total>17</Total>
      <TotalCharges>21</TotalCharges>
      <UOM>sample string 16</UOM>
      <idx>1</idx>
      <isMin>true</isMin>
      <sortOrder>23</sortOrder>
    </QuoteCharges_bzResp>
    <QuoteCharges_bzResp>
      <AddedBy>3</AddedBy>
      <AddedOn>2026-07-27T19:09:50.3297208+05:00</AddedOn>
      <Charge>sample string 24</Charge>
      <ChargeCode>sample string 25</ChargeCode>
      <ChargeIdx>6</ChargeIdx>
      <ChargeMode>sample string 5</ChargeMode>
      <ChargeType>sample string 4</ChargeType>
      <Currency>sample string 26</Currency>
      <CurrencyIdx>7</CurrencyIdx>
      <ExchRate>8</ExchRate>
      <MasterIdx>2</MasterIdx>
      <Minim>10</Minim>
      <Profit>14</Profit>
      <ProfitAmount>12</ProfitAmount>
      <ProfitMode>sample string 13</ProfitMode>
      <Quantity>15</Quantity>
      <Rate>9</Rate>
      <Remarks>sample string 22</Remarks>
      <TaxAmount>20</TaxAmount>
      <TaxIdx>18</TaxIdx>
      <TaxPerx>19</TaxPerx>
      <Total>17</Total>
      <TotalCharges>21</TotalCharges>
      <UOM>sample string 16</UOM>
      <idx>1</idx>
      <isMin>true</isMin>
      <sortOrder>23</sortOrder>
    </QuoteCharges_bzResp>
  </Charges>
  <Commodity>sample string 22</Commodity>
  <Container>sample string 31</Container>
  <ContainerTypeIdx>30</ContainerTypeIdx>
  <Currency>sample string 35</Currency>
  <CurrencyIdx>15</CurrencyIdx>
  <CustRemarks>sample string 13</CustRemarks>
  <Customer>sample string 34</Customer>
  <CustomerAddressIdx>5</CustomerAddressIdx>
  <CustomerIdx>4</CustomerIdx>
  <DestVia>12</DestVia>
  <Destination>10</Destination>
  <DestinationName>sample string 33</DestinationName>
  <Dimms>
    <QuoteDeimensionsLcl_bzResp>
      <ActualWeight>19</ActualWeight>
      <ChargeAbleVolume>20</ChargeAbleVolume>
      <Equipment>sample string 3</Equipment>
      <GivenHeight>12</GivenHeight>
      <GivenLength>10</GivenLength>
      <GivenMsrUnit>sample string 13</GivenMsrUnit>
      <GivenWidth>11</GivenWidth>
      <ItemLength>14</ItemLength>
      <ItemWidth>15</ItemWidth>
      <Itemheight>16</Itemheight>
      <MasterIdx>2</MasterIdx>
      <NoOfPieces>9</NoOfPieces>
      <Volume>6</Volume>
      <VolumeUnit>sample string 7</VolumeUnit>
      <VolumetricWeight>18</VolumetricWeight>
      <Weight>4</Weight>
      <WeightUnit>sample string 5</WeightUnit>
      <idx>1</idx>
      <isJustTotals>true</isJustTotals>
      <totalCbm>8</totalCbm>
    </QuoteDeimensionsLcl_bzResp>
    <QuoteDeimensionsLcl_bzResp>
      <ActualWeight>19</ActualWeight>
      <ChargeAbleVolume>20</ChargeAbleVolume>
      <Equipment>sample string 3</Equipment>
      <GivenHeight>12</GivenHeight>
      <GivenLength>10</GivenLength>
      <GivenMsrUnit>sample string 13</GivenMsrUnit>
      <GivenWidth>11</GivenWidth>
      <ItemLength>14</ItemLength>
      <ItemWidth>15</ItemWidth>
      <Itemheight>16</Itemheight>
      <MasterIdx>2</MasterIdx>
      <NoOfPieces>9</NoOfPieces>
      <Volume>6</Volume>
      <VolumeUnit>sample string 7</VolumeUnit>
      <VolumetricWeight>18</VolumetricWeight>
      <Weight>4</Weight>
      <WeightUnit>sample string 5</WeightUnit>
      <idx>1</idx>
      <isJustTotals>true</isJustTotals>
      <totalCbm>8</totalCbm>
    </QuoteDeimensionsLcl_bzResp>
  </Dimms>
  <DocNo>sample string 2</DocNo>
  <IncoTerm>sample string 6</IncoTerm>
  <InternalRemarks>sample string 14</InternalRemarks>
  <Origin>9</Origin>
  <OriginName>sample string 32</OriginName>
  <OriginVia>11</OriginVia>
  <Profit>38</Profit>
  <ProfitAmount>40</ProfitAmount>
  <ProfitMode>sample string 39</ProfitMode>
  <QuoteDate>2026-07-27T19:09:50.3297208+05:00</QuoteDate>
  <QuoteExpiry>2026-07-27T19:09:50.3297208+05:00</QuoteExpiry>
  <QuoteMode>sample string 8</QuoteMode>
  <QuoteTotal>16</QuoteTotal>
  <QuoteType>sample string 7</QuoteType>
  <Refreference>sample string 21</Refreference>
  <SalesPerson>sample string 20</SalesPerson>
  <SalesPersonIdx>19</SalesPersonIdx>
  <ServerDate>2026-07-27T19:09:50.3297208+05:00</ServerDate>
  <ShipmentValue>23</ShipmentValue>
  <TotalQuoteCharges>18</TotalQuoteCharges>
  <TotalTax>17</TotalTax>
  <UserTimeZone>sample string 43</UserTimeZone>
  <dtf>2026-07-27T19:09:50.3297208+05:00</dtf>
  <dtt>2026-07-27T19:09:50.3297208+05:00</dtt>
  <idx>1</idx>
  <isCustomBrokerage>true</isCustomBrokerage>
  <isDg>true</isDg>
  <isInsured>true</isInsured>
  <isJustTotals>true</isJustTotals>
  <isKnownShipper>true</isKnownShipper>
  <showCarrier>true</showCarrier>
  <unDgCode>sample string 29</unDgCode>
</QuoteMaster_bzResp>

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.