POST api/EMRAPI/GetSectionTree
Request Information
URI Parameters
None.
Body Parameters
GetSectionTree| Name | Description | Type | Additional information |
|---|---|---|---|
| HospitalLocationId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| GenderType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HospitalLocationId": 1,
"TemplateId": 2,
"GenderType": "sample string 3"
}
application/xml, text/xml
Sample:
<GetSectionTree xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <GenderType>sample string 3</GenderType> <HospitalLocationId>1</HospitalLocationId> <TemplateId>2</TemplateId> </GetSectionTree>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.