POST api/PatientApp/GetPatientDiscount
Request Information
URI Parameters
None.
Body Parameters
PatientDiscountInput| Name | Description | Type | Additional information |
|---|---|---|---|
| HospitalLocationID | integer |
None. |
|
| LoginFacilityId | integer |
None. |
|
| IsTeam | boolean |
None. |
|
| DoctorId | integer |
None. |
|
| ServiceAmount | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HospitalLocationID": 1,
"LoginFacilityId": 2,
"IsTeam": true,
"DoctorId": 4,
"ServiceAmount": "sample string 5"
}
application/xml, text/xml
Sample:
<PatientDiscountInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService"> <DoctorId>4</DoctorId> <HospitalLocationID>1</HospitalLocationID> <IsTeam>true</IsTeam> <LoginFacilityId>2</LoginFacilityId> <ServiceAmount>sample string 5</ServiceAmount> </PatientDiscountInput>
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.