GET v1/Orders/GetAvailablePhotographerBookings?postCode={postCode}&bedrooms={bedrooms}&stills={stills}&elevatedStills={elevatedStills}&virtualTours={virtualTours}&epc={epc}&verification={verification}&video={video}&floorplan={floorplan}
Returns a list of available photographer booking times.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| postCode |
Postcode of the property |
string |
Required |
| bedrooms |
Number of bedrooms |
integer |
Default value is 3 |
| stills |
Number of stillsr |
integer |
Default value is 20 |
| elevatedStills |
Number of elevated stills |
integer |
Default value is 0 |
| virtualTours |
Is virtual tour required?r |
boolean |
Default value is False |
| epc |
Is EPC required?r |
boolean |
Default value is False |
| verification |
Is verification required? |
boolean |
Default value is False |
| video |
Is video required? |
boolean |
Default value is False |
| floorplan |
Is floorplan required? |
boolean |
Default value is False |
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
[
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T12:16:52.1381083+00:00"
},
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T12:16:52.1381083+00:00"
}
]
