POST api/joborder/autofill-loading-time
Request Information
URI Parameters
None.
Body Parameters
AutofillLoadingTimeRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| JobStartDate | date |
None. |
|
| ProductGroup | string |
None. |
|
| Materials | Collection of QuotationDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobStartDate": "2026-08-25T16:58:59.1835549+10:00",
"ProductGroup": "sample string 1",
"Materials": [
{
"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:
<AutofillLoadingTimeRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.AppService.DTOs.Requests">
<JobStartDate>2026-08-25T16:58:59.1835549+10:00</JobStartDate>
<Materials xmlns:d2p1="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model">
<d2p1:QuotationDetailModel>
<d2p1:Base_hrs>sample string 17</d2p1:Base_hrs>
<d2p1:Base_hrs_desc>sample string 18</d2p1:Base_hrs_desc>
<d2p1:Cartage_cost>23</d2p1:Cartage_cost>
<d2p1:Cartage_profit>25</d2p1:Cartage_profit>
<d2p1:Cartage_sell>26</d2p1:Cartage_sell>
<d2p1:Cartage_tot>24</d2p1:Cartage_tot>
<d2p1:Catlog_code>sample string 1</d2p1:Catlog_code>
<d2p1:Catlog_desc>sample string 2</d2p1:Catlog_desc>
<d2p1:Concrete_main_product>42</d2p1:Concrete_main_product>
<d2p1:Demob_charge>3</d2p1:Demob_charge>
<d2p1:Demob_min_hr>16</d2p1:Demob_min_hr>
<d2p1:Demob_uom>sample string 15</d2p1:Demob_uom>
<d2p1:Distance>41</d2p1:Distance>
<d2p1:Distance_meters>30</d2p1:Distance_meters>
<d2p1:Gst_override>35</d2p1:Gst_override>
<d2p1:IsCustTollChargeAdded>true</d2p1:IsCustTollChargeAdded>
<d2p1:IsDistacechange>true</d2p1:IsDistacechange>
<d2p1:IsProductcostchange>true</d2p1:IsProductcostchange>
<d2p1:Is_available>true</d2p1:Is_available>
<d2p1:Is_selected>true</d2p1:Is_selected>
<d2p1:Map_ref>sample string 33</d2p1:Map_ref>
<d2p1:Mobi_charge>4</d2p1:Mobi_charge>
<d2p1:Mobi_min_hr>14</d2p1:Mobi_min_hr>
<d2p1:Mobi_uom>sample string 13</d2p1:Mobi_uom>
<d2p1:Name>sample string 34</d2p1:Name>
<d2p1:Order_qty>5</d2p1:Order_qty>
<d2p1:Product_cost>19</d2p1:Product_cost>
<d2p1:Product_profit>21</d2p1:Product_profit>
<d2p1:Product_sell>22</d2p1:Product_sell>
<d2p1:Product_tot>20</d2p1:Product_tot>
<d2p1:Quote_item_no>6</d2p1:Quote_item_no>
<d2p1:Quote_no>7</d2p1:Quote_no>
<d2p1:Quote_qty>8</d2p1:Quote_qty>
<d2p1:Rate>9</d2p1:Rate>
<d2p1:Rate_Inc_Gst>10</d2p1:Rate_Inc_Gst>
<d2p1:RecSelected>true</d2p1:RecSelected>
<d2p1:Short_fee>32</d2p1:Short_fee>
<d2p1:Short_qty>31.1</d2p1:Short_qty>
<d2p1:Special_inst>sample string 11</d2p1:Special_inst>
<d2p1:Supplier_code>sample string 27</d2p1:Supplier_code>
<d2p1:Supplier_region>sample string 43</d2p1:Supplier_region>
<d2p1:Supplier_store>sample string 28</d2p1:Supplier_store>
<d2p1:Truck_type>sample string 29</d2p1:Truck_type>
<d2p1:Uom>sample string 12</d2p1:Uom>
</d2p1:QuotationDetailModel>
<d2p1:QuotationDetailModel>
<d2p1:Base_hrs>sample string 17</d2p1:Base_hrs>
<d2p1:Base_hrs_desc>sample string 18</d2p1:Base_hrs_desc>
<d2p1:Cartage_cost>23</d2p1:Cartage_cost>
<d2p1:Cartage_profit>25</d2p1:Cartage_profit>
<d2p1:Cartage_sell>26</d2p1:Cartage_sell>
<d2p1:Cartage_tot>24</d2p1:Cartage_tot>
<d2p1:Catlog_code>sample string 1</d2p1:Catlog_code>
<d2p1:Catlog_desc>sample string 2</d2p1:Catlog_desc>
<d2p1:Concrete_main_product>42</d2p1:Concrete_main_product>
<d2p1:Demob_charge>3</d2p1:Demob_charge>
<d2p1:Demob_min_hr>16</d2p1:Demob_min_hr>
<d2p1:Demob_uom>sample string 15</d2p1:Demob_uom>
<d2p1:Distance>41</d2p1:Distance>
<d2p1:Distance_meters>30</d2p1:Distance_meters>
<d2p1:Gst_override>35</d2p1:Gst_override>
<d2p1:IsCustTollChargeAdded>true</d2p1:IsCustTollChargeAdded>
<d2p1:IsDistacechange>true</d2p1:IsDistacechange>
<d2p1:IsProductcostchange>true</d2p1:IsProductcostchange>
<d2p1:Is_available>true</d2p1:Is_available>
<d2p1:Is_selected>true</d2p1:Is_selected>
<d2p1:Map_ref>sample string 33</d2p1:Map_ref>
<d2p1:Mobi_charge>4</d2p1:Mobi_charge>
<d2p1:Mobi_min_hr>14</d2p1:Mobi_min_hr>
<d2p1:Mobi_uom>sample string 13</d2p1:Mobi_uom>
<d2p1:Name>sample string 34</d2p1:Name>
<d2p1:Order_qty>5</d2p1:Order_qty>
<d2p1:Product_cost>19</d2p1:Product_cost>
<d2p1:Product_profit>21</d2p1:Product_profit>
<d2p1:Product_sell>22</d2p1:Product_sell>
<d2p1:Product_tot>20</d2p1:Product_tot>
<d2p1:Quote_item_no>6</d2p1:Quote_item_no>
<d2p1:Quote_no>7</d2p1:Quote_no>
<d2p1:Quote_qty>8</d2p1:Quote_qty>
<d2p1:Rate>9</d2p1:Rate>
<d2p1:Rate_Inc_Gst>10</d2p1:Rate_Inc_Gst>
<d2p1:RecSelected>true</d2p1:RecSelected>
<d2p1:Short_fee>32</d2p1:Short_fee>
<d2p1:Short_qty>31.1</d2p1:Short_qty>
<d2p1:Special_inst>sample string 11</d2p1:Special_inst>
<d2p1:Supplier_code>sample string 27</d2p1:Supplier_code>
<d2p1:Supplier_region>sample string 43</d2p1:Supplier_region>
<d2p1:Supplier_store>sample string 28</d2p1:Supplier_store>
<d2p1:Truck_type>sample string 29</d2p1:Truck_type>
<d2p1:Uom>sample string 12</d2p1:Uom>
</d2p1:QuotationDetailModel>
</Materials>
<ProductGroup>sample string 1</ProductGroup>
</AutofillLoadingTimeRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |