Перейти до основного вмісту

IntegrationServiceResponseDto

idnumberrequired
Example: 1
namestringrequired
Example: Стрижка чоловіча
descriptionobject
durationnumberrequired

Тривалість у хвилинах

Example: 60
pricenumberrequired

Ціна у мінімальних одиницях валюти

Example: 500
categoryobject
Example: Перукарські послуги
isOnlinebooleanrequired
Example: true
bufferTimeBeforenumberrequired
Example: 0
bufferTimeAfternumberrequired
Example: 0
IntegrationServiceResponseDto
{
"id": 1,
"name": "Стрижка чоловіча",
"description": {},
"duration": 60,
"price": 500,
"category": "Перукарські послуги",
"isOnline": true,
"bufferTimeBefore": 0,
"bufferTimeAfter": 0
}