Required parameters | Type | Description |
referrerId | Object containing Id | Id of the Referrer |
clinicId | Object containing Id | Id of the clinic |
isActive | Boolean | Active status of the location – True, False |
Optional parameters | Type | Description |
search | String | Get list of locations matching the search term (search term can be referrer name or clinic name) |
pageNumber | Int | Used for paging the list of Clinics – identify what page to get (default = 1) |
pageSize | Int | Used for paging the list of Clinics – identify the number of results per page (default = 10) |
Example request | URL: /ReferrerLocation/?referrerId=db5e4559-8c92-4110-b4c5-e271c24728d2&clinicId=&isActive=&search=123&pageNumber=1&pageSize=10
Note: Either ReferrerId or ClinicId is mandatory in the url If given ReferrerId in the URL – Gets list of locations for the Referrer If given ClinicId in the URL – Gets list of Referrers for the clinic |
Example response |
|