POST api/guests/{GuestId}/Photo
Add Guest Photo
Click Here Photo for documentation and json response example
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId | decimal number |
Required |
Body Parameters
Image| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageBytes | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"imageBytes": "QEA="
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.