{
"id": "<string>",
"type": "service-configurations",
"attributes": {
"currency": "<string>",
"tax_rate": 123,
"is_net_price": true,
"is_free": true,
"price_hidden": true,
"duration_label": "<string>",
"price_label": "<string>",
"label": "<string>",
"calculation_interval": 123,
"min_duration": 123,
"max_duration": 123,
"has_flexible_duration": true,
"payment_flow": "<string>",
"booking_type": "<string>",
"allow_recurring": true,
"is_series": true,
"is_online": true
},
"links": {
"self": "<string>"
},
"relationships": {
"sub_resources": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"add_ons": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"cancellation_policy": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"main_service": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"services": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}