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