Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1011 Bytes

File metadata and controls

16 lines (13 loc) · 1011 Bytes

AddAddressServiceRequest

Properties

Name Type Description Notes
service_id string ID of a service
is_price_from bool If true, the price is the minimum price of the service [optional]
price float Service price. Maximum 2 decimal places; additional decimals are truncated. Invalid formats are rejected with 400 Bad Request [optional]
description string [optional]
is_visible bool [optional]
default_duration int [optional]
allowed_patients AllOfAddAddressServiceRequestAllowedPatients [optional]
custom_name string A custom display name for the service. Cannot be an empty string. [optional]

[Back to Model list] [Back to API list] [Back to README]