POST api/PatientApp/DoctorListByServiceID
Request Information
URI Parameters
None.
Body Parameters
GetDoctorlistByServiceIdJSON| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| FacilityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"ErrorMessage": "sample string 2",
"FacilityId": 3
}
application/xml, text/xml
Sample:
<GetDoctorlistByServiceIdJSON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService"> <ErrorMessage>sample string 2</ErrorMessage> <FacilityId>3</FacilityId> <ServiceId>1</ServiceId> </GetDoctorlistByServiceIdJSON>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.