RAPP.BW.MovableInk

<back to all web services

RequestMemberbyGUID

Requires Authentication
The following routes are available for this service:
All Verbs/RequestMemberbyGUID
RequestMemberbyGUID Parameters:
NameParameterData TypeRequiredDescription
MemberGUIDquerystringNo
Response Parameters:
NameParameterData TypeRequiredDescription
HasErrorformboolNo
ErrorformstringNo
MemberDataformMemberDataNo
MemberData Parameters:
NameParameterData TypeRequiredDescription
MemberSummaryIdformstringNo
MemberIdformstringNo
MemberStatusformstringNo
ClubCodeformstringNo
TierCodeformstringNo
YtdBasePointsformintNo
YtdNightCountformintNo
PointsToNextTierformintNo
NightsToNextTierformintNo
ProgramCodeformstringNo
CurrentPointsformintNo
TotalBasePointsformintNo
TotalBonusPointsformintNo
YTDStayCountformint?No
SurnameformstringNo
ForenameformstringNo
StaysToNextTierformint?No
LanguagePreferenceformstringNo
CountryNameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /RequestMemberbyGUID HTTP/1.1 
Host: bwdynamicsuat.rapp-customers.co.uk 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"MemberGUID":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"HasError":false,"Error":"String","MemberData":{"MemberSummaryId":"String","MemberId":"String","MemberStatus":"String","ClubCode":"String","TierCode":"String","YtdBasePoints":0,"YtdNightCount":0,"PointsToNextTier":0,"NightsToNextTier":0,"ProgramCode":"String","CurrentPoints":0,"TotalBasePoints":0,"TotalBonusPoints":0,"YTDStayCount":0,"Surname":"String","Forename":"String","StaysToNextTier":0,"LanguagePreference":"String","CountryName":"String"}}