IntegrationServiceResponseDto
idnumberrequired
Example:
1namestringrequired
Example:
Стрижка чоловічаdescriptionobject
durationnumberrequired
Тривалість у хвилинах
Example:
60pricenumberrequired
Ціна у мінімальних одиницях валюти
Example:
500categoryobject
Example:
Перукарські послугиisOnlinebooleanrequired
Example:
truebufferTimeBeforenumberrequired
Example:
0bufferTimeAfternumberrequired
Example:
0IntegrationServiceResponseDto
{
"id": 1,
"name": "Стрижка чоловіча",
"description": {},
"duration": 60,
"price": 500,
"category": "Перукарські послуги",
"isOnline": true,
"bufferTimeBefore": 0,
"bufferTimeAfter": 0
}