POST api/BillingAPI/InsertIPServiceDiscount

Request Information

URI Parameters

None.

Body Parameters

InsertIPServiceDiscount
NameDescriptionTypeAdditional information
ServiceType

string

None.

EncounterId

integer

None.

UserId

integer

None.

xmlService

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ServiceType": "sample string 1",
  "EncounterId": 2,
  "UserId": 3,
  "xmlService": "sample string 4"
}

application/xml, text/xml

Sample:
<InsertIPServiceDiscount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <EncounterId>2</EncounterId>
  <ServiceType>sample string 1</ServiceType>
  <UserId>3</UserId>
  <xmlService>sample string 4</xmlService>
</InsertIPServiceDiscount>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.