GET v2/Orders/{id}/GetAvailablePhotographerBookingsWithBio

Returns a list of available photographer booking times with their bio details.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order number

integer

Required

Body Parameters

None.


Response Information

Resource Description

Collection of BookingSlotsWithBioViewModel
NameDescriptionTypeAdditional 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-04-24T13:06:29.9327515+01:00",
    "photographerPhotoUrl": "sample string 2",
    "photographerDescription": "sample string 3"
  },
  {
    "photographerId": 1,
    "photographerName": "sample string 1",
    "start": "2025-04-24T13:06:29.9327515+01:00",
    "photographerPhotoUrl": "sample string 2",
    "photographerDescription": "sample string 3"
  }
]