GET v1/Orders/{id}/GetAvailablePhotographerBookingsWithBio
Returns a list of available photographer booking times with their bio details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookingSlotsWithBioViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhotographerId | integer |
None. |
|
| PhotographerName | string |
None. |
|
| Start | date |
None. |
|
| PhotographerPhotoUrl | string |
None. |
|
| PhotographerDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T12:15:51.5532403+00:00",
"photographerPhotoUrl": "sample string 2",
"photographerDescription": "sample string 3"
},
{
"photographerId": 1,
"photographerName": "sample string 1",
"start": "2025-12-15T12:15:51.5532403+00:00",
"photographerPhotoUrl": "sample string 2",
"photographerDescription": "sample string 3"
}
]
