POST api/EMRAPI/getSingleScreenUserTemplates
Request Information
URI Parameters
None.
Body Parameters
getSingleScreenUserTemplates| Name | Description | Type | Additional information |
|---|---|---|---|
| SpecialisationId | integer |
None. |
|
| FacilityId | integer |
None. |
|
| DoctorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SpecialisationId": 1,
"FacilityId": 2,
"DoctorId": 3
}
application/xml, text/xml
Sample:
<getSingleScreenUserTemplates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <DoctorId>3</DoctorId> <FacilityId>2</FacilityId> <SpecialisationId>1</SpecialisationId> </getSingleScreenUserTemplates>
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.