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": "3d10888c-fe32-4684-a642-0daafea9831e",
"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.