GET api/referAFriend/referral/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfBO.ReferAFriend.Classes.ReferralDetails
NameDescriptionTypeAdditional information
ResponseObject

BO.ReferAFriend.Classes.ReferralDetails

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "referrerPunterId": 1,
    "friendCell": "sample string 1"
  },
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfReferralDetails xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <ReferrerPunterId>1</ReferrerPunterId>
    <FriendCell>sample string 1</FriendCell>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfReferralDetails>