POST v1/Orders/{id}/UnbookPhotographer
Unbook a photographer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UnbookBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowVersion | unsigned integer |
Required Range: inclusive between 0 and 1.84467440737096E+19 |
Request Formats
application/json, text/json
Sample:
{
"rowVersion": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
