POST api/BillingAPI/InsertIPServiceDiscount
Request Information
URI Parameters
None.
Body Parameters
InsertIPServiceDiscount| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.