You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introducing new optional **allowed_patients** field with **minimum_age** and **maximum_age** properties in **AddAddressServiceRequest**, **UpdateAddressServiceRequest**, and **AddressService** schema for age restrictions
Copy file name to clipboardExpand all lines: docs/Api/ServicesApi.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,11 +129,11 @@ void (empty response body)
129
129
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Service returned in this endpoint is an address service. Service returned here is from a specified address (address_services).
136
+
Service returned in this endpoint is an address service. Service returned here is from a specified address (address_services). Extensions: * `address_service.allowed_patients` - with this parameter in url, query results will return additional parameter indicating which type of patients are allowed to book a given service
137
137
138
138
### Example
139
139
```php
@@ -153,9 +153,10 @@ $facility_id = "facility_id_example"; // string | ID of the Facility
153
153
$doctor_id = "doctor_id_example"; // string | ID of a doctor in a facility
154
154
$address_id = "address_id_example"; // string | ID of a doctor`s address in a facility
155
155
$address_service_id = "address_service_id_example"; // string | ID of an address service
@@ -188,11 +190,11 @@ Name | Type | Description | Notes
188
190
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Services returned in this endpoint are address services. Services returned here are from specified address (address_services).
197
+
Services returned in this endpoint are address services. Services returned here are from specified address (address_services). Extensions: * `address_service.allowed_patients` - with this parameter in url, query results will return additional parameter indicating which type of patients are allowed to book a given service
196
198
197
199
### Example
198
200
```php
@@ -212,9 +214,10 @@ $facility_id = "facility_id_example"; // string | ID of the Facility
212
214
$doctor_id = "doctor_id_example"; // string | ID of a doctor in a facility
213
215
$address_id = "address_id_example"; // string | ID of a doctor`s address in a facility
214
216
$start = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Slot start date (parameter must be urlencoded before sending request). Limits results to only those linked to slots that start on that date.
echo 'Exception when calling ServicesApi->getAddressServices: ', $e->getMessage(), PHP_EOL;
@@ -230,6 +233,7 @@ Name | Type | Description | Notes
230
233
**doctor_id** | **string**| ID of a doctor in a facility |
231
234
**address_id** | **string**| ID of a doctor`s address in a facility |
232
235
**start** | **\DateTime**| Slot start date (parameter must be urlencoded before sending request). Limits results to only those linked to slots that start on that date. | [optional]
@@ -251,7 +255,7 @@ Name | Type | Description | Notes
251
255
252
256
253
257
254
-
Services returned in this endpoint are dictionary services. Services returned here are from a dictionary (item_services). Scopes: * `services.only_diagnostics` - with this parameter in url, query results will return only dictionary of services dedicated to integration with diagnostics marketplace
258
+
Services returned in this endpoint are dictionary services. Services returned here are from a dictionary (item_services). Extensions: * `services.only_diagnostics` - with this parameter in url, query results will return only dictionary of services dedicated to integration with diagnostics marketplace
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**minimum_age** | **int** | Minimum age of patients allowed for this service | [optional]
7
+
**maximum_age** | **int** | Maximum age of patients allowed for this service | [optional]
8
+
9
+
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
0 commit comments