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
Copy file name to clipboardExpand all lines: docs/Api/BookingsApi.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,11 +69,11 @@ void (empty response body)
69
69
[[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)
View specific booking Extensions: * `booking.patient` - with this parameter in url, query results will return patient data for specified booking * `booking.address_service` - with this parameter in url, query results will return address service for specified booking * `booking.presence` - with this parameter in url, query results will return additional information weather patient was present for specified booking
76
+
View specific booking
77
77
78
78
### Example
79
79
```php
@@ -93,10 +93,9 @@ $facility_id = "facility_id_example"; // string | ID of the Facility
93
93
$doctor_id = "doctor_id_example"; // string | ID of a doctor in a facility
94
94
$address_id = "address_id_example"; // string | ID of a doctor`s address in a facility
95
95
$booking_id = "booking_id_example"; // string | ID of the Booking
Copy file name to clipboardExpand all lines: docs/Api/ServicesApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ $apiInstance = new DocPlanner\Client\Api\ServicesApi(
210
210
$facility_id = "facility_id_example"; // string | ID of the Facility
211
211
$doctor_id = "doctor_id_example"; // string | ID of a doctor in a facility
212
212
$address_id = "address_id_example"; // string | ID of a doctor`s address in a facility
213
-
$start = new \DateTime("2013-10-20T19:20:30+01:00"); // \DateTime | Slot start date (parameter must be urlencoded before sending request)
213
+
$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.
@@ -228,7 +228,7 @@ Name | Type | Description | Notes
228
228
**facility_id** | **string**| ID of the Facility |
229
229
**doctor_id** | **string**| ID of a doctor in a facility |
230
230
**address_id** | **string**| ID of a doctor`s address in a facility |
231
-
**start** | **\DateTime**| Slot start date (parameter must be urlencoded before sending request) | [optional]
231
+
**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]
Copy file name to clipboardExpand all lines: docs/Model/AddressService.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ Name | Type | Description | Notes
7
7
**name** | **string** | | [optional]
8
8
**price** | **int** | | [optional]
9
9
**is_price_from** | **bool** | | [optional]
10
-
**duration** | **int** | | [optional]
10
+
**is_default** | **bool** | | [optional]
11
11
**service_id** | **string** | | [optional]
12
12
**description** | **string** | | [optional]
13
+
**duration** | **int** | | [optional]
13
14
14
15
[[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)
Copy file name to clipboardExpand all lines: lib/Api/APINotificationCallbacksApi.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
*
15
15
* Welcome to Docplanner Integrations [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API! This API gives You the ability to build Your own application and integrate it with Docplanner services.
Copy file name to clipboardExpand all lines: lib/Api/AddressesApi.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
*
15
15
* Welcome to Docplanner Integrations [REST](https://en.wikipedia.org/wiki/Representational_state_transfer) API! This API gives You the ability to build Your own application and integrate it with Docplanner services.
0 commit comments