POST api/THPatientPicture
Request Information
URI Parameters
None.
Body Parameters
ProfilePhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Picture | string |
None. |
|
| FileName | string |
None. |
|
| ContentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "e1a1b907-46b1-4a36-82b3-70504db59c40",
"Picture": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.