POST api/BillingAPI/GetPackageServiceLimit

Request Information

URI Parameters

None.

Body Parameters

GetPackageServiceLimit
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

FacilityId

integer

None.

PackageId

integer

None.

CompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "PackageId": 3,
  "CompanyId": 4
}

application/xml, text/xml

Sample:
<GetPackageServiceLimit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <CompanyId>4</CompanyId>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>1</HospitalLocationId>
  <PackageId>3</PackageId>
</GetPackageServiceLimit>

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 'GetPackageServiceLimit'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.