POST api/guests/{GuestId}/Photo

Add Guest Photo

Click Here Photo for documentation and json response example

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GuestId

decimal number

Required

Body Parameters

Image
NameDescriptionTypeAdditional information
ImageBytes

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "imageBytes": "QEA="
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.