GET api/HpPro/GetReferralGroups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of HPProReferralDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| GroupName | string |
None. |
|
| GroupCode | string |
None. |
|
| PresentationTypeId | integer |
None. |
|
| CountryId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"GroupName": "sample string 2",
"GroupCode": "sample string 3",
"PresentationTypeId": 4,
"CountryId": 1
},
{
"Id": 1,
"GroupName": "sample string 2",
"GroupCode": "sample string 3",
"PresentationTypeId": 4,
"CountryId": 1
}
]