GET members/methods/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

MethodsGetResponse
NameDescriptionTypeAdditional information
Data

MemberPaymentProfile

None.

Success

boolean

None.

Httpcode

string

None.

Httpstatus

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Httpcode": "sample string 2",
  "Httpstatus": "sample string 3",
  "Message": "sample string 4",
  "Data": {
    "MemberId": "sample string 1",
    "ReciprocalMethods": true,
    "ClubId": "sample string 3",
    "CustomerProfileId": "sample string 4",
    "AddMethodsLink": "sample string 5",
    "ManageMethodsLink": "sample string 6",
    "NeedsUpdate": true,
    "UpdateMessage": "sample string 8",
    "Methods": [
      {
        "PaymentProfileId": "sample string 1",
        "Description": "sample string 2",
        "IsDefault": true
      },
      {
        "PaymentProfileId": "sample string 1",
        "Description": "sample string 2",
        "IsDefault": true
      }
    ]
  }
}

text/xml

Sample:
<MethodsGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.MembersModels">
  <Httpcode xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 2</Httpcode>
  <Httpstatus xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 3</Httpstatus>
  <Message xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 4</Message>
  <Success xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">true</Success>
  <Data>
    <AddMethodsLink>sample string 5</AddMethodsLink>
    <ClubId>sample string 3</ClubId>
    <CustomerProfileId>sample string 4</CustomerProfileId>
    <ManageMethodsLink>sample string 6</ManageMethodsLink>
    <MemberId>sample string 1</MemberId>
    <Methods>
      <DocksideProfile>
        <Description>sample string 2</Description>
        <IsDefault>true</IsDefault>
        <PaymentProfileId>sample string 1</PaymentProfileId>
      </DocksideProfile>
      <DocksideProfile>
        <Description>sample string 2</Description>
        <IsDefault>true</IsDefault>
        <PaymentProfileId>sample string 1</PaymentProfileId>
      </DocksideProfile>
    </Methods>
    <NeedsUpdate>true</NeedsUpdate>
    <ReciprocalMethods>true</ReciprocalMethods>
    <UpdateMessage>sample string 8</UpdateMessage>
  </Data>
</MethodsGetResponse>

multipart/form-data

Sample:
<MethodsGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.MembersModels"><Httpcode xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 2</Httpcode><Httpstatus xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 3</Httpstatus><Message xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">sample string 4</Message><Success xmlns="http://schemas.datacontract.org/2004/07/FBCAPI2.Models">true</Success><Data><AddMethodsLink>sample string 5</AddMethodsLink><ClubId>sample string 3</ClubId><CustomerProfileId>sample string 4</CustomerProfileId><ManageMethodsLink>sample string 6</ManageMethodsLink><MemberId>sample string 1</MemberId><Methods><DocksideProfile><Description>sample string 2</Description><IsDefault>true</IsDefault><PaymentProfileId>sample string 1</PaymentProfileId></DocksideProfile><DocksideProfile><Description>sample string 2</Description><IsDefault>true</IsDefault><PaymentProfileId>sample string 1</PaymentProfileId></DocksideProfile></Methods><NeedsUpdate>true</NeedsUpdate><ReciprocalMethods>true</ReciprocalMethods><UpdateMessage>sample string 8</UpdateMessage></Data></MethodsGetResponse>