open_platformpostServicesFields
categorypostServicesFieldsCategory (string)required
The subcategory of the service
Possible values: [CATEGORY_CAR_AND_MOTOR
, CATEGORY_CATERING
, CATEGORY_COMPUTER_AND_MOBILE
, CATEGORY_ACCOUNTING_AND_FINANCE
, CATEGORY_TRANSPORT
, CATEGORY_CRAFTSMEN
, CATEGORY_BEAUTY_AND_HAIRCARE
, CATEGORY_CLEANING
, CATEGORY_GARDEN_AND_LANDSCAPING
, CATEGORY_TEACHING
]
Example:
CATEGORY_CAR_AND_MOTOR
expertise_idsstring[]required
List of expertise ids
Example:
["1","2"]
work_hours_endinteger<int32>required
End hour of work in 24-hour format (e.g. 18 for 18:00). Only applicable if works_24_7
is false.
Example:
18
work_hours_startinteger<int32>required
Start hour of work in 24-hour format (e.g. 9 for 9:00). Only applicable if works_24_7
is false.
Example:
9
work_on_holidaysbooleanrequired
Whether the service provider works on holidays
Example:
true
works_24_7booleanrequired
Whether the service provider is available 24/7. If true, work_hours_start
and work_hours_end
are ignored.
Example:
false
open_platformpostServicesFields
{
"category": "CATEGORY_CAR_AND_MOTOR",
"expertise_ids": [
"1",
"2"
],
"work_hours_end": 18,
"work_hours_start": 9,
"work_on_holidays": true,
"works_24_7": false
}