GET channel/Refferals?pChannelID={pChannelID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pChannelID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Refferal| Name | Description | Type | Additional information |
|---|---|---|---|
| VenueID | integer |
None. |
|
| ReferralID | integer |
None. |
|
| Name | string |
None. |
|
| ChannelID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VenueID": 1,
"ReferralID": 2,
"Name": "sample string 3",
"ChannelID": 4
},
{
"VenueID": 1,
"ReferralID": 2,
"Name": "sample string 3",
"ChannelID": 4
}
]