POST Api/Order/GetOrderDetails
Request Information
URI Parameters
None.
Body Parameters
GetOrderDetailsRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1"
}
application/xml, text/xml
Sample:
<GetOrderDetailsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models"> <OrderId>sample string 1</OrderId> </GetOrderDetailsRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of OrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| RowNumber | integer |
None. |
|
| ScannedCode | string |
None. |
|
| ProductId | string |
None. |
|
| SupplierProductId | string |
None. |
|
| Description | string |
None. |
|
| ProductClassificationId | string |
None. |
|
| ProductClassificationDescription | string |
None. |
|
| PcsCar | decimal number |
None. |
|
| CarPal | integer |
None. |
|
| SalePrice | decimal number |
None. |
|
| SalePriceDate | date |
None. |
|
| SellingPrice | decimal number |
None. |
|
| SellingPriceDate | date |
None. |
|
| OfferId | string |
None. |
|
| OfferSalePrice | decimal number |
None. |
|
| OfferSellingPrice | decimal number |
None. |
|
| CustomSalePrice | decimal number |
None. |
|
| CustomSellingPrice | decimal number |
None. |
|
| CurrentSalePrice | decimal number |
None. |
|
| CurrentSellingPrice | decimal number |
None. |
|
| FinalSalePrice | decimal number |
None. |
|
| FinalSellingPrice | decimal number |
None. |
|
| SellinBegin | date |
None. |
|
| SellinEnd | date |
None. |
|
| SelloutBegin | date |
None. |
|
| SelloutEnd | date |
None. |
|
| SaleUnit | string |
None. |
|
| BuyUnitId | string |
None. |
|
| OrderUnitId | string |
None. |
|
| PcsWeight | decimal number |
None. |
|
| OrderUnitWeight | decimal number |
None. |
|
| GrossContent | decimal number |
None. |
|
| Kit | boolean |
None. |
|
| Brand | boolean |
None. |
|
| FirstPrice | boolean |
None. |
|
| DeliveryTypeId | string |
None. |
|
| StateId | string |
None. |
|
| Qty | decimal number |
None. |
|
| Quota | decimal number |
None. |
|
| VatCode | string |
None. |
|
| VatRate | decimal number |
None. |
|
| WastePart | integer |
None. |
|
| OrderTypeId | string |
None. |
|
| OrderEndTime | time interval |
None. |
|
| DeliveryDateTime | date |
None. |
|
| OrderIsBlocking | boolean |
None. |
|
| OrderIsInDate | boolean |
None. |
|
| OrderDetailStateId | string |
None. |
|
| ModifiedDateTime | date |
None. |
|
| Stock | decimal number |
None. |
|
| Rotation | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderId": "48138313-75d9-49bd-98a8-907abff685ad",
"RowNumber": 2,
"ScannedCode": "sample string 3",
"ProductId": "sample string 4",
"SupplierProductId": "sample string 5",
"Description": "sample string 6",
"ProductClassificationId": "sample string 7",
"ProductClassificationDescription": "sample string 8",
"PcsCar": 9.0,
"CarPal": 10,
"SalePrice": 11.0,
"SalePriceDate": "2025-12-14T08:08:40.2189837+01:00",
"SellingPrice": 13.0,
"SellingPriceDate": "2025-12-14T08:08:40.2189837+01:00",
"OfferId": "sample string 15",
"OfferSalePrice": 16.0,
"OfferSellingPrice": 17.0,
"CustomSalePrice": 18.0,
"CustomSellingPrice": 19.0,
"CurrentSalePrice": 20.0,
"CurrentSellingPrice": 21.0,
"FinalSalePrice": 22.0,
"FinalSellingPrice": 23.0,
"SellinBegin": "2025-12-14T08:08:40.2189837+01:00",
"SellinEnd": "2025-12-14T08:08:40.2189837+01:00",
"SelloutBegin": "2025-12-14T08:08:40.2189837+01:00",
"SelloutEnd": "2025-12-14T08:08:40.2189837+01:00",
"SaleUnit": "sample string 28",
"BuyUnitId": "sample string 29",
"OrderUnitId": "sample string 30",
"PcsWeight": 31.0,
"OrderUnitWeight": 32.0,
"GrossContent": 33.0,
"Kit": true,
"Brand": true,
"FirstPrice": true,
"DeliveryTypeId": "sample string 37",
"StateId": "sample string 38",
"Qty": 39.0,
"Quota": 40.0,
"VatCode": "sample string 41",
"VatRate": 42.0,
"WastePart": 43,
"OrderTypeId": "sample string 44",
"OrderEndTime": "00:00:00.1234567",
"DeliveryDateTime": "2025-12-14T08:08:40.2189837+01:00",
"OrderIsBlocking": true,
"OrderIsInDate": true,
"OrderDetailStateId": "sample string 49",
"ModifiedDateTime": "2025-12-14T08:08:40.2189837+01:00",
"Stock": 51.0,
"Rotation": 52.0
},
{
"OrderId": "48138313-75d9-49bd-98a8-907abff685ad",
"RowNumber": 2,
"ScannedCode": "sample string 3",
"ProductId": "sample string 4",
"SupplierProductId": "sample string 5",
"Description": "sample string 6",
"ProductClassificationId": "sample string 7",
"ProductClassificationDescription": "sample string 8",
"PcsCar": 9.0,
"CarPal": 10,
"SalePrice": 11.0,
"SalePriceDate": "2025-12-14T08:08:40.2189837+01:00",
"SellingPrice": 13.0,
"SellingPriceDate": "2025-12-14T08:08:40.2189837+01:00",
"OfferId": "sample string 15",
"OfferSalePrice": 16.0,
"OfferSellingPrice": 17.0,
"CustomSalePrice": 18.0,
"CustomSellingPrice": 19.0,
"CurrentSalePrice": 20.0,
"CurrentSellingPrice": 21.0,
"FinalSalePrice": 22.0,
"FinalSellingPrice": 23.0,
"SellinBegin": "2025-12-14T08:08:40.2189837+01:00",
"SellinEnd": "2025-12-14T08:08:40.2189837+01:00",
"SelloutBegin": "2025-12-14T08:08:40.2189837+01:00",
"SelloutEnd": "2025-12-14T08:08:40.2189837+01:00",
"SaleUnit": "sample string 28",
"BuyUnitId": "sample string 29",
"OrderUnitId": "sample string 30",
"PcsWeight": 31.0,
"OrderUnitWeight": 32.0,
"GrossContent": 33.0,
"Kit": true,
"Brand": true,
"FirstPrice": true,
"DeliveryTypeId": "sample string 37",
"StateId": "sample string 38",
"Qty": 39.0,
"Quota": 40.0,
"VatCode": "sample string 41",
"VatRate": 42.0,
"WastePart": 43,
"OrderTypeId": "sample string 44",
"OrderEndTime": "00:00:00.1234567",
"DeliveryDateTime": "2025-12-14T08:08:40.2189837+01:00",
"OrderIsBlocking": true,
"OrderIsInDate": true,
"OrderDetailStateId": "sample string 49",
"ModifiedDateTime": "2025-12-14T08:08:40.2189837+01:00",
"Stock": 51.0,
"Rotation": 52.0
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.Intranet">
<OrderDetail>
<Brand>true</Brand>
<BuyUnitId>sample string 29</BuyUnitId>
<CarPal>10</CarPal>
<CurrentSalePrice>20</CurrentSalePrice>
<CurrentSellingPrice>21</CurrentSellingPrice>
<CustomSalePrice>18</CustomSalePrice>
<CustomSellingPrice>19</CustomSellingPrice>
<DeliveryDateTime>2025-12-14T08:08:40.2189837+01:00</DeliveryDateTime>
<DeliveryTypeId>sample string 37</DeliveryTypeId>
<Description>sample string 6</Description>
<FinalSalePrice>22</FinalSalePrice>
<FinalSellingPrice>23</FinalSellingPrice>
<FirstPrice>true</FirstPrice>
<GrossContent>33</GrossContent>
<Kit>true</Kit>
<ModifiedDateTime>2025-12-14T08:08:40.2189837+01:00</ModifiedDateTime>
<OfferId>sample string 15</OfferId>
<OfferSalePrice>16</OfferSalePrice>
<OfferSellingPrice>17</OfferSellingPrice>
<OrderDetailStateId>sample string 49</OrderDetailStateId>
<OrderEndTime>PT0.1234567S</OrderEndTime>
<OrderId>48138313-75d9-49bd-98a8-907abff685ad</OrderId>
<OrderIsBlocking>true</OrderIsBlocking>
<OrderIsInDate>true</OrderIsInDate>
<OrderTypeId>sample string 44</OrderTypeId>
<OrderUnitId>sample string 30</OrderUnitId>
<OrderUnitWeight>32</OrderUnitWeight>
<PcsCar>9</PcsCar>
<PcsWeight>31</PcsWeight>
<ProductClassificationDescription>sample string 8</ProductClassificationDescription>
<ProductClassificationId>sample string 7</ProductClassificationId>
<ProductId>sample string 4</ProductId>
<Qty>39</Qty>
<Quota>40</Quota>
<Rotation>52</Rotation>
<RowNumber>2</RowNumber>
<SalePrice>11</SalePrice>
<SalePriceDate>2025-12-14T08:08:40.2189837+01:00</SalePriceDate>
<SaleUnit>sample string 28</SaleUnit>
<ScannedCode>sample string 3</ScannedCode>
<SellinBegin>2025-12-14T08:08:40.2189837+01:00</SellinBegin>
<SellinEnd>2025-12-14T08:08:40.2189837+01:00</SellinEnd>
<SellingPrice>13</SellingPrice>
<SellingPriceDate>2025-12-14T08:08:40.2189837+01:00</SellingPriceDate>
<SelloutBegin>2025-12-14T08:08:40.2189837+01:00</SelloutBegin>
<SelloutEnd>2025-12-14T08:08:40.2189837+01:00</SelloutEnd>
<StateId>sample string 38</StateId>
<Stock>51</Stock>
<SupplierProductId>sample string 5</SupplierProductId>
<VatCode>sample string 41</VatCode>
<VatRate>42</VatRate>
<WastePart>43</WastePart>
</OrderDetail>
<OrderDetail>
<Brand>true</Brand>
<BuyUnitId>sample string 29</BuyUnitId>
<CarPal>10</CarPal>
<CurrentSalePrice>20</CurrentSalePrice>
<CurrentSellingPrice>21</CurrentSellingPrice>
<CustomSalePrice>18</CustomSalePrice>
<CustomSellingPrice>19</CustomSellingPrice>
<DeliveryDateTime>2025-12-14T08:08:40.2189837+01:00</DeliveryDateTime>
<DeliveryTypeId>sample string 37</DeliveryTypeId>
<Description>sample string 6</Description>
<FinalSalePrice>22</FinalSalePrice>
<FinalSellingPrice>23</FinalSellingPrice>
<FirstPrice>true</FirstPrice>
<GrossContent>33</GrossContent>
<Kit>true</Kit>
<ModifiedDateTime>2025-12-14T08:08:40.2189837+01:00</ModifiedDateTime>
<OfferId>sample string 15</OfferId>
<OfferSalePrice>16</OfferSalePrice>
<OfferSellingPrice>17</OfferSellingPrice>
<OrderDetailStateId>sample string 49</OrderDetailStateId>
<OrderEndTime>PT0.1234567S</OrderEndTime>
<OrderId>48138313-75d9-49bd-98a8-907abff685ad</OrderId>
<OrderIsBlocking>true</OrderIsBlocking>
<OrderIsInDate>true</OrderIsInDate>
<OrderTypeId>sample string 44</OrderTypeId>
<OrderUnitId>sample string 30</OrderUnitId>
<OrderUnitWeight>32</OrderUnitWeight>
<PcsCar>9</PcsCar>
<PcsWeight>31</PcsWeight>
<ProductClassificationDescription>sample string 8</ProductClassificationDescription>
<ProductClassificationId>sample string 7</ProductClassificationId>
<ProductId>sample string 4</ProductId>
<Qty>39</Qty>
<Quota>40</Quota>
<Rotation>52</Rotation>
<RowNumber>2</RowNumber>
<SalePrice>11</SalePrice>
<SalePriceDate>2025-12-14T08:08:40.2189837+01:00</SalePriceDate>
<SaleUnit>sample string 28</SaleUnit>
<ScannedCode>sample string 3</ScannedCode>
<SellinBegin>2025-12-14T08:08:40.2189837+01:00</SellinBegin>
<SellinEnd>2025-12-14T08:08:40.2189837+01:00</SellinEnd>
<SellingPrice>13</SellingPrice>
<SellingPriceDate>2025-12-14T08:08:40.2189837+01:00</SellingPriceDate>
<SelloutBegin>2025-12-14T08:08:40.2189837+01:00</SelloutBegin>
<SelloutEnd>2025-12-14T08:08:40.2189837+01:00</SelloutEnd>
<StateId>sample string 38</StateId>
<Stock>51</Stock>
<SupplierProductId>sample string 5</SupplierProductId>
<VatCode>sample string 41</VatCode>
<VatRate>42</VatRate>
<WastePart>43</WastePart>
</OrderDetail>
</ArrayOfOrderDetail>