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