POST api/quotation/getQuotationReportDetails?quoteNo={quoteNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
quoteNo

integer

Required

Body Parameters

Collection of QuotationDetailModel
NameDescriptionTypeAdditional information
Catlog_code

string

None.

Catlog_desc

string

None.

Demob_charge

decimal number

None.

Mobi_charge

decimal number

None.

Order_qty

decimal number

None.

Quote_item_no

integer

None.

Quote_no

integer

None.

Quote_qty

decimal number

None.

Rate

decimal number

None.

Rate_Inc_Gst

decimal number

None.

Special_inst

string

None.

Uom

string

None.

Mobi_uom

string

None.

Mobi_min_hr

decimal number

None.

Demob_uom

string

None.

Demob_min_hr

decimal number

None.

Base_hrs

string

None.

Base_hrs_desc

string

None.

Product_cost

decimal number

None.

Product_tot

decimal number

None.

Product_profit

decimal number

None.

Product_sell

decimal number

None.

Cartage_cost

decimal number

None.

Cartage_tot

decimal number

None.

Cartage_profit

decimal number

None.

Cartage_sell

decimal number

None.

Supplier_code

string

None.

Supplier_store

string

None.

Truck_type

string

None.

Distance_meters

decimal number

None.

Short_qty

decimal number

None.

Short_fee

decimal number

None.

Map_ref

string

None.

Name

string

None.

Gst_override

integer

None.

Is_available

boolean

None.

Is_selected

boolean

None.

RecSelected

boolean

None.

IsDistacechange

boolean

None.

IsProductcostchange

boolean

None.

Distance

decimal number

None.

Concrete_main_product

integer

None.

Supplier_region

string

None.

IsCustTollChargeAdded

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Catlog_code": "sample string 1",
    "Catlog_desc": "sample string 2",
    "Demob_charge": 3.0,
    "Mobi_charge": 4.0,
    "Order_qty": 5.0,
    "Quote_item_no": 6,
    "Quote_no": 7,
    "Quote_qty": 8.0,
    "Rate": 9.0,
    "Rate_Inc_Gst": 10.0,
    "Special_inst": "sample string 11",
    "Uom": "sample string 12",
    "Mobi_uom": "sample string 13",
    "Mobi_min_hr": 14.0,
    "Demob_uom": "sample string 15",
    "Demob_min_hr": 16.0,
    "Base_hrs": "sample string 17",
    "Base_hrs_desc": "sample string 18",
    "Product_cost": 19.0,
    "Product_tot": 20.0,
    "Product_profit": 21.0,
    "Product_sell": 22.0,
    "Cartage_cost": 23.0,
    "Cartage_tot": 24.0,
    "Cartage_profit": 25.0,
    "Cartage_sell": 26.0,
    "Supplier_code": "sample string 27",
    "Supplier_store": "sample string 28",
    "Truck_type": "sample string 29",
    "Distance_meters": 30.0,
    "Short_qty": 31.1,
    "Short_fee": 32.0,
    "Map_ref": "sample string 33",
    "Name": "sample string 34",
    "Gst_override": 35,
    "Is_available": true,
    "Is_selected": true,
    "RecSelected": true,
    "IsDistacechange": true,
    "IsProductcostchange": true,
    "Distance": 41.0,
    "Concrete_main_product": 42,
    "Supplier_region": "sample string 43",
    "IsCustTollChargeAdded": true
  },
  {
    "Catlog_code": "sample string 1",
    "Catlog_desc": "sample string 2",
    "Demob_charge": 3.0,
    "Mobi_charge": 4.0,
    "Order_qty": 5.0,
    "Quote_item_no": 6,
    "Quote_no": 7,
    "Quote_qty": 8.0,
    "Rate": 9.0,
    "Rate_Inc_Gst": 10.0,
    "Special_inst": "sample string 11",
    "Uom": "sample string 12",
    "Mobi_uom": "sample string 13",
    "Mobi_min_hr": 14.0,
    "Demob_uom": "sample string 15",
    "Demob_min_hr": 16.0,
    "Base_hrs": "sample string 17",
    "Base_hrs_desc": "sample string 18",
    "Product_cost": 19.0,
    "Product_tot": 20.0,
    "Product_profit": 21.0,
    "Product_sell": 22.0,
    "Cartage_cost": 23.0,
    "Cartage_tot": 24.0,
    "Cartage_profit": 25.0,
    "Cartage_sell": 26.0,
    "Supplier_code": "sample string 27",
    "Supplier_store": "sample string 28",
    "Truck_type": "sample string 29",
    "Distance_meters": 30.0,
    "Short_qty": 31.1,
    "Short_fee": 32.0,
    "Map_ref": "sample string 33",
    "Name": "sample string 34",
    "Gst_override": 35,
    "Is_available": true,
    "Is_selected": true,
    "RecSelected": true,
    "IsDistacechange": true,
    "IsProductcostchange": true,
    "Distance": 41.0,
    "Concrete_main_product": 42,
    "Supplier_region": "sample string 43",
    "IsCustTollChargeAdded": true
  }
]

text/xml

Sample:
<ArrayOfQuotationDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model">
  <QuotationDetailModel>
    <Base_hrs>sample string 17</Base_hrs>
    <Base_hrs_desc>sample string 18</Base_hrs_desc>
    <Cartage_cost>23</Cartage_cost>
    <Cartage_profit>25</Cartage_profit>
    <Cartage_sell>26</Cartage_sell>
    <Cartage_tot>24</Cartage_tot>
    <Catlog_code>sample string 1</Catlog_code>
    <Catlog_desc>sample string 2</Catlog_desc>
    <Concrete_main_product>42</Concrete_main_product>
    <Demob_charge>3</Demob_charge>
    <Demob_min_hr>16</Demob_min_hr>
    <Demob_uom>sample string 15</Demob_uom>
    <Distance>41</Distance>
    <Distance_meters>30</Distance_meters>
    <Gst_override>35</Gst_override>
    <IsCustTollChargeAdded>true</IsCustTollChargeAdded>
    <IsDistacechange>true</IsDistacechange>
    <IsProductcostchange>true</IsProductcostchange>
    <Is_available>true</Is_available>
    <Is_selected>true</Is_selected>
    <Map_ref>sample string 33</Map_ref>
    <Mobi_charge>4</Mobi_charge>
    <Mobi_min_hr>14</Mobi_min_hr>
    <Mobi_uom>sample string 13</Mobi_uom>
    <Name>sample string 34</Name>
    <Order_qty>5</Order_qty>
    <Product_cost>19</Product_cost>
    <Product_profit>21</Product_profit>
    <Product_sell>22</Product_sell>
    <Product_tot>20</Product_tot>
    <Quote_item_no>6</Quote_item_no>
    <Quote_no>7</Quote_no>
    <Quote_qty>8</Quote_qty>
    <Rate>9</Rate>
    <Rate_Inc_Gst>10</Rate_Inc_Gst>
    <RecSelected>true</RecSelected>
    <Short_fee>32</Short_fee>
    <Short_qty>31.1</Short_qty>
    <Special_inst>sample string 11</Special_inst>
    <Supplier_code>sample string 27</Supplier_code>
    <Supplier_region>sample string 43</Supplier_region>
    <Supplier_store>sample string 28</Supplier_store>
    <Truck_type>sample string 29</Truck_type>
    <Uom>sample string 12</Uom>
  </QuotationDetailModel>
  <QuotationDetailModel>
    <Base_hrs>sample string 17</Base_hrs>
    <Base_hrs_desc>sample string 18</Base_hrs_desc>
    <Cartage_cost>23</Cartage_cost>
    <Cartage_profit>25</Cartage_profit>
    <Cartage_sell>26</Cartage_sell>
    <Cartage_tot>24</Cartage_tot>
    <Catlog_code>sample string 1</Catlog_code>
    <Catlog_desc>sample string 2</Catlog_desc>
    <Concrete_main_product>42</Concrete_main_product>
    <Demob_charge>3</Demob_charge>
    <Demob_min_hr>16</Demob_min_hr>
    <Demob_uom>sample string 15</Demob_uom>
    <Distance>41</Distance>
    <Distance_meters>30</Distance_meters>
    <Gst_override>35</Gst_override>
    <IsCustTollChargeAdded>true</IsCustTollChargeAdded>
    <IsDistacechange>true</IsDistacechange>
    <IsProductcostchange>true</IsProductcostchange>
    <Is_available>true</Is_available>
    <Is_selected>true</Is_selected>
    <Map_ref>sample string 33</Map_ref>
    <Mobi_charge>4</Mobi_charge>
    <Mobi_min_hr>14</Mobi_min_hr>
    <Mobi_uom>sample string 13</Mobi_uom>
    <Name>sample string 34</Name>
    <Order_qty>5</Order_qty>
    <Product_cost>19</Product_cost>
    <Product_profit>21</Product_profit>
    <Product_sell>22</Product_sell>
    <Product_tot>20</Product_tot>
    <Quote_item_no>6</Quote_item_no>
    <Quote_no>7</Quote_no>
    <Quote_qty>8</Quote_qty>
    <Rate>9</Rate>
    <Rate_Inc_Gst>10</Rate_Inc_Gst>
    <RecSelected>true</RecSelected>
    <Short_fee>32</Short_fee>
    <Short_qty>31.1</Short_qty>
    <Special_inst>sample string 11</Special_inst>
    <Supplier_code>sample string 27</Supplier_code>
    <Supplier_region>sample string 43</Supplier_region>
    <Supplier_store>sample string 28</Supplier_store>
    <Truck_type>sample string 29</Truck_type>
    <Uom>sample string 12</Uom>
  </QuotationDetailModel>
</ArrayOfQuotationDetailModel>

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.