POST api/PatientEducationService/GetHandoutContent
Request Information
URI Parameters
None.
Body Parameters
PatientEducationContentRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchType | string |
None. |
|
| Language | string |
None. |
|
| DocumentId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchType": "sample string 1",
"Language": "sample string 2",
"DocumentId": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientEducationContentRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELS.LMS.ApplicationService.Common.Dto"> <DocumentId>sample string 3</DocumentId> <Language>sample string 2</Language> <SearchType>sample string 1</SearchType> </PatientEducationContentRequestDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |