POST api/Masters/GetServiceTagingWithRange

Request Information

URI Parameters

None.

Body Parameters

GetServiceTagingWithRange
NameDescriptionTypeAdditional information
ServiceId

integer

None.

Age

integer

None.

Gender

string

None.

AgeType

string

None.

FacilityId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceId": 1,
  "Age": 2,
  "Gender": "sample string 3",
  "AgeType": "sample string 4",
  "FacilityId": 5
}

application/xml, text/xml

Sample:
<GetServiceTagingWithRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <Age>2</Age>
  <AgeType>sample string 4</AgeType>
  <FacilityId>5</FacilityId>
  <Gender>sample string 3</Gender>
  <ServiceId>1</ServiceId>
</GetServiceTagingWithRange>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetServiceTagingWithRange'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.