POST v1/Orders/{id}/BookPhotographer
Book a photographer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Order number |
integer |
Required |
Body Parameters
BookPhotographerDataBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowVersion | unsigned integer |
Required Range: inclusive between 0 and 1.84467440737096E+19 |
|
| DateTime | date |
Required |
|
| PhotographerId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| PhotographerNotes | string |
String length: inclusive between 0 and 1000 |
|
| SendAppointmentConfirmationEmail | boolean |
None. |
|
| SendAppointmentConfirmationSms | boolean |
None. |
|
| BookedBy | string |
String length: inclusive between 0 and 100 |
|
| SendBookingEmail | boolean |
None. |
|
| VendorEmail | string |
String length: inclusive between 0 and 100 |
|
| EmailAccessContact | boolean |
None. |
|
| EmailAgentContact | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"rowVersion": 1,
"dateTime": "2025-12-15T16:12:59.5799944+00:00",
"photographerId": 3,
"photographerNotes": "sample string 4",
"sendAppointmentConfirmationEmail": true,
"sendAppointmentConfirmationSms": true,
"bookedBy": "sample string 7",
"sendBookingEmail": true,
"vendorEmail": "sample string 9",
"emailAccessContact": true,
"emailAgentContact": true
}
Response Information
Resource Description
Returns in below JSON format
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
