POST api/THPatientPicture

Request Information

URI Parameters

None.

Body Parameters

ProfilePhoto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Picture

string

None.

FileName

string

None.

ContentType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "b3feda0a-5f2e-4f8f-a7f9-a3fa8a9a4365",
  "Picture": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.