Product Data (JSON)
[
{
"supplierId": 58,
"productId": 48,
"productArea": {
"id": 8,
"name": "Diving"
},
"details": {
"name": "PADI Scuba Diver",
"description": "<p>The PADI Scuba Diver course is a subset of the Open Water Diver course. If you’re short on time but want to become a diver, this rating might be right for you. It’s an intermediate step towards earning an Open Water Diver certification.</p>",
"prerequisites": null,
"duration": {
"days": 2,
"nights": 0
},
"images": [],
"attachments": []
},
"prices": {
"currency": "EUR",
"purchasePrice": 262.16,
"purchasePriceFormatted": "262,16",
"markupPct": "25.00",
"salesPrice": 327.7,
"salesPriceFormatted": "327,70",
"seasonalPrices": []
},
"localPayments": [
{
"groupName": "Diving",
"groupDescription": null,
"items": [
{
"name": "National park fee (per day)",
"productArea": "Diving",
"pricingType": "day",
"currency": "EUR",
"price": 5.5,
"priceFormatted": "5,50"
},
{
"name": "Diving insurance",
"productArea": "Diving",
"pricingType": "Stay",
"currency": "EUR",
"price": 2,
"priceFormatted": "2,00"
}
]
}
],
"included": [
{
"groupName": "Trips",
"groupDescription": "Included options on trips",
"items": [
{
"name": "demo option in group \"Trips\"",
"description": "Short description here"
}
]
},
{
"groupName": "Courses",
"groupDescription": "ALL Course",
"items": [
{
"name": "Course materials",
"description": null
},
{
"name": "Dive equipment",
"description": null
},
{
"name": "Instructor",
"description": null
},
{
"name": "Certification fee",
"description": null
}
]
}
],
"notIncluded": [],
"_links": {
"supplierDetails": "https://app.divetravels.net/api/v1/suppliers/58"
}
}
]