Product Data (JSON)
[
{
"supplierId": 37,
"productId": 18,
"productArea": {
"id": 8,
"name": "Diving"
},
"details": {
"name": "SSI Open Water Diver",
"description": "SSI Open water diver. Equivalent to PADI Open Water.",
"prerequisites": null,
"duration": {
"days": 0,
"nights": 0
},
"images": [],
"attachments": []
},
"prices": {
"currency": "EUR",
"purchasePrice": 334.4,
"purchasePriceFormatted": "334,40",
"markupPct": "25.00",
"salesPrice": 418,
"salesPriceFormatted": "418,00",
"seasonalPrices": []
},
"localPayments": [],
"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/37"
}
}
]