GET api/Tsp_Order/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cyberlogic.eTourism.Domain.ViewModels.Transfers.TransferOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Order_id | integer |
None. |
|
| Order_Date | date |
None. |
|
| Order_Start_hh | integer |
None. |
|
| Order_Start_mm | integer |
None. |
|
| Order_Supplier_id | integer |
None. |
|
| supl_name | string |
None. |
|
| Order_Tsp_Type_id | integer |
None. |
|
| type_name | string |
None. |
|
| Order_Route_id | integer |
None. |
|
| Route_Description | string |
None. |
|
| Order_Customer_id | integer |
None. |
|
| customer_name | string |
None. |
|
| Order_car_id | integer |
None. |
|
| car_Name | string |
None. |
|
| type_Seats | integer |
None. |
|
| PAX | integer |
None. |
|
| Adl_Pax | integer |
None. |
|
| Chd_Pax | integer |
None. |
|
| Order_Sale_Price | decimal number |
None. |
|
| Total_Cost | decimal number |
None. |
|
| Order_Car_Cost | decimal number |
None. |
|
| Order_ESC_Cost | decimal number |
None. |
|
| Order_Extra_Cost | decimal number |
None. |
|
| Order_LUG_Cost | decimal number |
None. |
|
| Lines | Collection of Cyberlogic.eTourism.Domain.ViewModels.Transfers.TransferOrderLines |
None. |
Response Formats
application/json, text/json
Sample:
{
"Order_id": 1,
"Order_Date": "2025-10-29T00:53:11.1829087+02:00",
"Order_Start_hh": 3,
"Order_Start_mm": 4,
"Order_Supplier_id": 5,
"supl_name": "sample string 6",
"Order_Tsp_Type_id": 7,
"type_name": "sample string 8",
"Order_Route_id": 9,
"Route_Description": "sample string 10",
"Order_Customer_id": 11,
"customer_name": "sample string 12",
"Order_car_id": 13,
"car_Name": "sample string 14",
"type_Seats": 15,
"PAX": 16,
"Adl_Pax": 17,
"Chd_Pax": 18,
"Order_Sale_Price": 19.0,
"Total_Cost": 20.0,
"Order_Car_Cost": 21.0,
"Order_ESC_Cost": 22.0,
"Order_Extra_Cost": 23.0,
"Order_LUG_Cost": 24.0,
"Lines": [
{
"Tsp_id": 1,
"Tsp_Detail_id": 2,
"Tsp_Order_id": 3,
"Tsp_Cust_id": 1,
"Route_Origin": "sample string 4",
"Route_Destination": "sample string 5",
"Tsf_Pickup_hh": 6,
"Tsf_pickup_mm": 7,
"Type_name": "sample string 8",
"Tsf_transfer_pickup_date": "2025-10-29T00:53:11.1839078+02:00",
"Tsf_pickup_point_id": 10,
"Point_Name": "sample string 11",
"detail_quantity": 12,
"Res_Master_ID": 13,
"Res_Type_Name": "sample string 14",
"detail_client": "sample string 15",
"detail_adl_pax": 16,
"detail_chd_pax": 17,
"Prices_net_unit": 18.0,
"Prices_net_child_unit": 19.0,
"prices_net_price": 20.0,
"Prices_sale_unit": 21.0,
"Prices_sale_child_unit": 22.0,
"prices_sale_Price": 23.0,
"Car_Code": "sample string 24",
"Car_Name": "sample string 25",
"Car_Type_Code": "sample string 26",
"Car_Type_Name": "sample string 27",
"Type_Seats": 28
},
{
"Tsp_id": 1,
"Tsp_Detail_id": 2,
"Tsp_Order_id": 3,
"Tsp_Cust_id": 1,
"Route_Origin": "sample string 4",
"Route_Destination": "sample string 5",
"Tsf_Pickup_hh": 6,
"Tsf_pickup_mm": 7,
"Type_name": "sample string 8",
"Tsf_transfer_pickup_date": "2025-10-29T00:53:11.1839078+02:00",
"Tsf_pickup_point_id": 10,
"Point_Name": "sample string 11",
"detail_quantity": 12,
"Res_Master_ID": 13,
"Res_Type_Name": "sample string 14",
"detail_client": "sample string 15",
"detail_adl_pax": 16,
"detail_chd_pax": 17,
"Prices_net_unit": 18.0,
"Prices_net_child_unit": 19.0,
"prices_net_price": 20.0,
"Prices_sale_unit": 21.0,
"Prices_sale_child_unit": 22.0,
"prices_sale_Price": 23.0,
"Car_Code": "sample string 24",
"Car_Name": "sample string 25",
"Car_Type_Code": "sample string 26",
"Car_Type_Name": "sample string 27",
"Type_Seats": 28
}
]
}
text/html
Sample:
{"Order_id":1,"Order_Date":"2025-10-29T00:53:11.1829087+02:00","Order_Start_hh":3,"Order_Start_mm":4,"Order_Supplier_id":5,"supl_name":"sample string 6","Order_Tsp_Type_id":7,"type_name":"sample string 8","Order_Route_id":9,"Route_Description":"sample string 10","Order_Customer_id":11,"customer_name":"sample string 12","Order_car_id":13,"car_Name":"sample string 14","type_Seats":15,"PAX":16,"Adl_Pax":17,"Chd_Pax":18,"Order_Sale_Price":19.0,"Total_Cost":20.0,"Order_Car_Cost":21.0,"Order_ESC_Cost":22.0,"Order_Extra_Cost":23.0,"Order_LUG_Cost":24.0,"Lines":[{"Tsp_id":1,"Tsp_Detail_id":2,"Tsp_Order_id":3,"Tsp_Cust_id":1,"Route_Origin":"sample string 4","Route_Destination":"sample string 5","Tsf_Pickup_hh":6,"Tsf_pickup_mm":7,"Type_name":"sample string 8","Tsf_transfer_pickup_date":"2025-10-29T00:53:11.1839078+02:00","Tsf_pickup_point_id":10,"Point_Name":"sample string 11","detail_quantity":12,"Res_Master_ID":13,"Res_Type_Name":"sample string 14","detail_client":"sample string 15","detail_adl_pax":16,"detail_chd_pax":17,"Prices_net_unit":18.0,"Prices_net_child_unit":19.0,"prices_net_price":20.0,"Prices_sale_unit":21.0,"Prices_sale_child_unit":22.0,"prices_sale_Price":23.0,"Car_Code":"sample string 24","Car_Name":"sample string 25","Car_Type_Code":"sample string 26","Car_Type_Name":"sample string 27","Type_Seats":28},{"Tsp_id":1,"Tsp_Detail_id":2,"Tsp_Order_id":3,"Tsp_Cust_id":1,"Route_Origin":"sample string 4","Route_Destination":"sample string 5","Tsf_Pickup_hh":6,"Tsf_pickup_mm":7,"Type_name":"sample string 8","Tsf_transfer_pickup_date":"2025-10-29T00:53:11.1839078+02:00","Tsf_pickup_point_id":10,"Point_Name":"sample string 11","detail_quantity":12,"Res_Master_ID":13,"Res_Type_Name":"sample string 14","detail_client":"sample string 15","detail_adl_pax":16,"detail_chd_pax":17,"Prices_net_unit":18.0,"Prices_net_child_unit":19.0,"prices_net_price":20.0,"Prices_sale_unit":21.0,"Prices_sale_child_unit":22.0,"prices_sale_Price":23.0,"Car_Code":"sample string 24","Car_Name":"sample string 25","Car_Type_Code":"sample string 26","Car_Type_Name":"sample string 27","Type_Seats":28}]}
application/xml, text/xml
Sample:
<TransferOrderHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyberlogic.eTourism.Domain.ViewModels.Transfers">
<Adl_Pax>17</Adl_Pax>
<Chd_Pax>18</Chd_Pax>
<Lines>
<TransferOrderLines>
<Car_Code>sample string 24</Car_Code>
<Car_Name>sample string 25</Car_Name>
<Car_Type_Code>sample string 26</Car_Type_Code>
<Car_Type_Name>sample string 27</Car_Type_Name>
<Point_Name>sample string 11</Point_Name>
<Prices_net_child_unit>19</Prices_net_child_unit>
<Prices_net_unit>18</Prices_net_unit>
<Prices_sale_child_unit>22</Prices_sale_child_unit>
<Prices_sale_unit>21</Prices_sale_unit>
<Res_Master_ID>13</Res_Master_ID>
<Res_Type_Name>sample string 14</Res_Type_Name>
<Route_Destination>sample string 5</Route_Destination>
<Route_Origin>sample string 4</Route_Origin>
<Tsf_Pickup_hh>6</Tsf_Pickup_hh>
<Tsf_pickup_mm>7</Tsf_pickup_mm>
<Tsf_pickup_point_id>10</Tsf_pickup_point_id>
<Tsf_transfer_pickup_date>2025-10-29T00:53:11.1839078+02:00</Tsf_transfer_pickup_date>
<Tsp_Cust_id>1</Tsp_Cust_id>
<Tsp_Detail_id>2</Tsp_Detail_id>
<Tsp_Order_id>3</Tsp_Order_id>
<Tsp_id>1</Tsp_id>
<Type_Seats>28</Type_Seats>
<Type_name>sample string 8</Type_name>
<detail_adl_pax>16</detail_adl_pax>
<detail_chd_pax>17</detail_chd_pax>
<detail_client>sample string 15</detail_client>
<detail_quantity>12</detail_quantity>
<prices_net_price>20</prices_net_price>
<prices_sale_Price>23</prices_sale_Price>
</TransferOrderLines>
<TransferOrderLines>
<Car_Code>sample string 24</Car_Code>
<Car_Name>sample string 25</Car_Name>
<Car_Type_Code>sample string 26</Car_Type_Code>
<Car_Type_Name>sample string 27</Car_Type_Name>
<Point_Name>sample string 11</Point_Name>
<Prices_net_child_unit>19</Prices_net_child_unit>
<Prices_net_unit>18</Prices_net_unit>
<Prices_sale_child_unit>22</Prices_sale_child_unit>
<Prices_sale_unit>21</Prices_sale_unit>
<Res_Master_ID>13</Res_Master_ID>
<Res_Type_Name>sample string 14</Res_Type_Name>
<Route_Destination>sample string 5</Route_Destination>
<Route_Origin>sample string 4</Route_Origin>
<Tsf_Pickup_hh>6</Tsf_Pickup_hh>
<Tsf_pickup_mm>7</Tsf_pickup_mm>
<Tsf_pickup_point_id>10</Tsf_pickup_point_id>
<Tsf_transfer_pickup_date>2025-10-29T00:53:11.1839078+02:00</Tsf_transfer_pickup_date>
<Tsp_Cust_id>1</Tsp_Cust_id>
<Tsp_Detail_id>2</Tsp_Detail_id>
<Tsp_Order_id>3</Tsp_Order_id>
<Tsp_id>1</Tsp_id>
<Type_Seats>28</Type_Seats>
<Type_name>sample string 8</Type_name>
<detail_adl_pax>16</detail_adl_pax>
<detail_chd_pax>17</detail_chd_pax>
<detail_client>sample string 15</detail_client>
<detail_quantity>12</detail_quantity>
<prices_net_price>20</prices_net_price>
<prices_sale_Price>23</prices_sale_Price>
</TransferOrderLines>
</Lines>
<Order_Car_Cost>21</Order_Car_Cost>
<Order_Customer_id>11</Order_Customer_id>
<Order_Date>2025-10-29T00:53:11.1829087+02:00</Order_Date>
<Order_ESC_Cost>22</Order_ESC_Cost>
<Order_Extra_Cost>23</Order_Extra_Cost>
<Order_LUG_Cost>24</Order_LUG_Cost>
<Order_Route_id>9</Order_Route_id>
<Order_Sale_Price>19</Order_Sale_Price>
<Order_Start_hh>3</Order_Start_hh>
<Order_Start_mm>4</Order_Start_mm>
<Order_Supplier_id>5</Order_Supplier_id>
<Order_Tsp_Type_id>7</Order_Tsp_Type_id>
<Order_car_id>13</Order_car_id>
<Order_id>1</Order_id>
<PAX>16</PAX>
<Route_Description>sample string 10</Route_Description>
<Total_Cost>20</Total_Cost>
<car_Name>sample string 14</car_Name>
<customer_name>sample string 12</customer_name>
<supl_name>sample string 6</supl_name>
<type_Seats>15</type_Seats>
<type_name>sample string 8</type_name>
</TransferOrderHeader>