GET v2/Orders/{id}/GetAvailablePhotographerBookings
Returns a list of available photographer booking times.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookingSlotsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotographerId | integer |
None. |
|
| PhotographerName | string |
None. |
|
| Start | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T16:15:24.0501148+00:00"
},
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T16:15:24.0501148+00:00"
}
]
