GET api/HpPro/GetReferralGroups

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HPProReferralDTO
NameDescriptionTypeAdditional 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
  }
]