General


Click here for a complete list of operations.

GetSubscriptionTypes

Return a list of all Subscription Types in a given set of Subscription Type Groups in the Plus2 database.

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Plus2MemberWebserviceDEV/General.asmx HTTP/1.1
Host: tst.myeveryoneactive.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.gladstonemrm.com/memberwebservice/GetSubscriptionTypes"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthHeader xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <Username>string</Username>
      <Password>string</Password>
      <AppName>string</AppName>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <GetSubscriptionTypes xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <subscriptionTypeGroupIDs>
        <string>string</string>
        <string>string</string>
      </subscriptionTypeGroupIDs>
    </GetSubscriptionTypes>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetSubscriptionTypesResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <GetSubscriptionTypesResult>
        <SubscriptionType>
          <SubTypeId>string</SubTypeId>
          <Description>string</Description>
          <SecondLanguageDescription>string</SecondLanguageDescription>
          <ProRataInd>boolean</ProRataInd>
          <WebComments>string</WebComments>
          <Instalments>int</Instalments>
          <Duration>int</Duration>
          <DurationType>Monthly or Daily or Weekly</DurationType>
          <PaymentMethodId>string</PaymentMethodId>
          <PaymentMethodDescription>string</PaymentMethodDescription>
          <Price>decimal</Price>
          <PriceOneOff>decimal</PriceOneOff>
          <PriceProRata>decimal</PriceProRata>
          <PriceTotal>decimal</PriceTotal>
          <DiscountPriceAmount>decimal</DiscountPriceAmount>
          <DiscountedPrice>decimal</DiscountedPrice>
          <PriceDiscountedUntil>dateTime</PriceDiscountedUntil>
          <DiscountPriceOneOffAmount>decimal</DiscountPriceOneOffAmount>
          <DiscountedPriceOneOff>decimal</DiscountedPriceOneOff>
          <IntroductoryPrice>decimal</IntroductoryPrice>
          <IntroductoryPriceUntil>dateTime</IntroductoryPriceUntil>
          <DiscountIntroductoryPriceAmount>decimal</DiscountIntroductoryPriceAmount>
          <DiscountedIntroductoryPrice>decimal</DiscountedIntroductoryPrice>
          <FirstRegularPrice>decimal</FirstRegularPrice>
          <FirstRegularPriceUntil>dateTime</FirstRegularPriceUntil>
          <DiscountFirstRegularPriceAmount>decimal</DiscountFirstRegularPriceAmount>
          <DiscountedFirstRegularPrice>decimal</DiscountedFirstRegularPrice>
          <NextCollectionDate>dateTime</NextCollectionDate>
          <SubscriptionTypeGroups>
            <SubscriptionTypeGroup xsi:nil="true" />
            <SubscriptionTypeGroup xsi:nil="true" />
          </SubscriptionTypeGroups>
          <OneOffProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </OneOffProducts>
          <SubscriptionProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </SubscriptionProducts>
          <SubscriptionFixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUntil>dateTime</FixPriceUntil>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <Reason>string</Reason>
          </SubscriptionFixPriceDetails>
          <ApplyToLinks>boolean</ApplyToLinks>
          <FixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUnit>dateTime</FixPriceUnit>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <FixReason>string</FixReason>
          </FixPriceDetails>
          <Priority>int</Priority>
          <PreventConcurrencyInd>int</PreventConcurrencyInd>
          <ApplyToCorporateLink>boolean</ApplyToCorporateLink>
          <RestrictToCorporateLink>boolean</RestrictToCorporateLink>
          <CollectionInterface>Manual or Direct_Debit or Credit_Card or External or Smart_Card or Cashless_Account or Loyalty_Points or Online_Authorisation or Invoicing_Account or EFT</CollectionInterface>
          <AllowDuplicate>boolean</AllowDuplicate>
          <SiteGroupId>string</SiteGroupId>
          <BackColor>string</BackColor>
          <ForeColor>string</ForeColor>
          <DiscountPromotionCodeApplied>string</DiscountPromotionCodeApplied>
          <NewMembershipEmailId>int</NewMembershipEmailId>
          <BlockNewMembershipEmail>boolean</BlockNewMembershipEmail>
          <AutoRenewInd>int</AutoRenewInd>
        </SubscriptionType>
        <SubscriptionType>
          <SubTypeId>string</SubTypeId>
          <Description>string</Description>
          <SecondLanguageDescription>string</SecondLanguageDescription>
          <ProRataInd>boolean</ProRataInd>
          <WebComments>string</WebComments>
          <Instalments>int</Instalments>
          <Duration>int</Duration>
          <DurationType>Monthly or Daily or Weekly</DurationType>
          <PaymentMethodId>string</PaymentMethodId>
          <PaymentMethodDescription>string</PaymentMethodDescription>
          <Price>decimal</Price>
          <PriceOneOff>decimal</PriceOneOff>
          <PriceProRata>decimal</PriceProRata>
          <PriceTotal>decimal</PriceTotal>
          <DiscountPriceAmount>decimal</DiscountPriceAmount>
          <DiscountedPrice>decimal</DiscountedPrice>
          <PriceDiscountedUntil>dateTime</PriceDiscountedUntil>
          <DiscountPriceOneOffAmount>decimal</DiscountPriceOneOffAmount>
          <DiscountedPriceOneOff>decimal</DiscountedPriceOneOff>
          <IntroductoryPrice>decimal</IntroductoryPrice>
          <IntroductoryPriceUntil>dateTime</IntroductoryPriceUntil>
          <DiscountIntroductoryPriceAmount>decimal</DiscountIntroductoryPriceAmount>
          <DiscountedIntroductoryPrice>decimal</DiscountedIntroductoryPrice>
          <FirstRegularPrice>decimal</FirstRegularPrice>
          <FirstRegularPriceUntil>dateTime</FirstRegularPriceUntil>
          <DiscountFirstRegularPriceAmount>decimal</DiscountFirstRegularPriceAmount>
          <DiscountedFirstRegularPrice>decimal</DiscountedFirstRegularPrice>
          <NextCollectionDate>dateTime</NextCollectionDate>
          <SubscriptionTypeGroups>
            <SubscriptionTypeGroup xsi:nil="true" />
            <SubscriptionTypeGroup xsi:nil="true" />
          </SubscriptionTypeGroups>
          <OneOffProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </OneOffProducts>
          <SubscriptionProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </SubscriptionProducts>
          <SubscriptionFixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUntil>dateTime</FixPriceUntil>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <Reason>string</Reason>
          </SubscriptionFixPriceDetails>
          <ApplyToLinks>boolean</ApplyToLinks>
          <FixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUnit>dateTime</FixPriceUnit>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <FixReason>string</FixReason>
          </FixPriceDetails>
          <Priority>int</Priority>
          <PreventConcurrencyInd>int</PreventConcurrencyInd>
          <ApplyToCorporateLink>boolean</ApplyToCorporateLink>
          <RestrictToCorporateLink>boolean</RestrictToCorporateLink>
          <CollectionInterface>Manual or Direct_Debit or Credit_Card or External or Smart_Card or Cashless_Account or Loyalty_Points or Online_Authorisation or Invoicing_Account or EFT</CollectionInterface>
          <AllowDuplicate>boolean</AllowDuplicate>
          <SiteGroupId>string</SiteGroupId>
          <BackColor>string</BackColor>
          <ForeColor>string</ForeColor>
          <DiscountPromotionCodeApplied>string</DiscountPromotionCodeApplied>
          <NewMembershipEmailId>int</NewMembershipEmailId>
          <BlockNewMembershipEmail>boolean</BlockNewMembershipEmail>
          <AutoRenewInd>int</AutoRenewInd>
        </SubscriptionType>
      </GetSubscriptionTypesResult>
    </GetSubscriptionTypesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Plus2MemberWebserviceDEV/General.asmx HTTP/1.1
Host: tst.myeveryoneactive.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthHeader xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <Username>string</Username>
      <Password>string</Password>
      <AppName>string</AppName>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <GetSubscriptionTypes xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <subscriptionTypeGroupIDs>
        <string>string</string>
        <string>string</string>
      </subscriptionTypeGroupIDs>
    </GetSubscriptionTypes>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetSubscriptionTypesResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <GetSubscriptionTypesResult>
        <SubscriptionType>
          <SubTypeId>string</SubTypeId>
          <Description>string</Description>
          <SecondLanguageDescription>string</SecondLanguageDescription>
          <ProRataInd>boolean</ProRataInd>
          <WebComments>string</WebComments>
          <Instalments>int</Instalments>
          <Duration>int</Duration>
          <DurationType>Monthly or Daily or Weekly</DurationType>
          <PaymentMethodId>string</PaymentMethodId>
          <PaymentMethodDescription>string</PaymentMethodDescription>
          <Price>decimal</Price>
          <PriceOneOff>decimal</PriceOneOff>
          <PriceProRata>decimal</PriceProRata>
          <PriceTotal>decimal</PriceTotal>
          <DiscountPriceAmount>decimal</DiscountPriceAmount>
          <DiscountedPrice>decimal</DiscountedPrice>
          <PriceDiscountedUntil>dateTime</PriceDiscountedUntil>
          <DiscountPriceOneOffAmount>decimal</DiscountPriceOneOffAmount>
          <DiscountedPriceOneOff>decimal</DiscountedPriceOneOff>
          <IntroductoryPrice>decimal</IntroductoryPrice>
          <IntroductoryPriceUntil>dateTime</IntroductoryPriceUntil>
          <DiscountIntroductoryPriceAmount>decimal</DiscountIntroductoryPriceAmount>
          <DiscountedIntroductoryPrice>decimal</DiscountedIntroductoryPrice>
          <FirstRegularPrice>decimal</FirstRegularPrice>
          <FirstRegularPriceUntil>dateTime</FirstRegularPriceUntil>
          <DiscountFirstRegularPriceAmount>decimal</DiscountFirstRegularPriceAmount>
          <DiscountedFirstRegularPrice>decimal</DiscountedFirstRegularPrice>
          <NextCollectionDate>dateTime</NextCollectionDate>
          <SubscriptionTypeGroups>
            <SubscriptionTypeGroup xsi:nil="true" />
            <SubscriptionTypeGroup xsi:nil="true" />
          </SubscriptionTypeGroups>
          <OneOffProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </OneOffProducts>
          <SubscriptionProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </SubscriptionProducts>
          <SubscriptionFixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUntil>dateTime</FixPriceUntil>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <Reason>string</Reason>
          </SubscriptionFixPriceDetails>
          <ApplyToLinks>boolean</ApplyToLinks>
          <FixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUnit>dateTime</FixPriceUnit>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <FixReason>string</FixReason>
          </FixPriceDetails>
          <Priority>int</Priority>
          <PreventConcurrencyInd>int</PreventConcurrencyInd>
          <ApplyToCorporateLink>boolean</ApplyToCorporateLink>
          <RestrictToCorporateLink>boolean</RestrictToCorporateLink>
          <CollectionInterface>Manual or Direct_Debit or Credit_Card or External or Smart_Card or Cashless_Account or Loyalty_Points or Online_Authorisation or Invoicing_Account or EFT</CollectionInterface>
          <AllowDuplicate>boolean</AllowDuplicate>
          <SiteGroupId>string</SiteGroupId>
          <BackColor>string</BackColor>
          <ForeColor>string</ForeColor>
          <DiscountPromotionCodeApplied>string</DiscountPromotionCodeApplied>
          <NewMembershipEmailId>int</NewMembershipEmailId>
          <BlockNewMembershipEmail>boolean</BlockNewMembershipEmail>
          <AutoRenewInd>int</AutoRenewInd>
        </SubscriptionType>
        <SubscriptionType>
          <SubTypeId>string</SubTypeId>
          <Description>string</Description>
          <SecondLanguageDescription>string</SecondLanguageDescription>
          <ProRataInd>boolean</ProRataInd>
          <WebComments>string</WebComments>
          <Instalments>int</Instalments>
          <Duration>int</Duration>
          <DurationType>Monthly or Daily or Weekly</DurationType>
          <PaymentMethodId>string</PaymentMethodId>
          <PaymentMethodDescription>string</PaymentMethodDescription>
          <Price>decimal</Price>
          <PriceOneOff>decimal</PriceOneOff>
          <PriceProRata>decimal</PriceProRata>
          <PriceTotal>decimal</PriceTotal>
          <DiscountPriceAmount>decimal</DiscountPriceAmount>
          <DiscountedPrice>decimal</DiscountedPrice>
          <PriceDiscountedUntil>dateTime</PriceDiscountedUntil>
          <DiscountPriceOneOffAmount>decimal</DiscountPriceOneOffAmount>
          <DiscountedPriceOneOff>decimal</DiscountedPriceOneOff>
          <IntroductoryPrice>decimal</IntroductoryPrice>
          <IntroductoryPriceUntil>dateTime</IntroductoryPriceUntil>
          <DiscountIntroductoryPriceAmount>decimal</DiscountIntroductoryPriceAmount>
          <DiscountedIntroductoryPrice>decimal</DiscountedIntroductoryPrice>
          <FirstRegularPrice>decimal</FirstRegularPrice>
          <FirstRegularPriceUntil>dateTime</FirstRegularPriceUntil>
          <DiscountFirstRegularPriceAmount>decimal</DiscountFirstRegularPriceAmount>
          <DiscountedFirstRegularPrice>decimal</DiscountedFirstRegularPrice>
          <NextCollectionDate>dateTime</NextCollectionDate>
          <SubscriptionTypeGroups>
            <SubscriptionTypeGroup xsi:nil="true" />
            <SubscriptionTypeGroup xsi:nil="true" />
          </SubscriptionTypeGroups>
          <OneOffProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </OneOffProducts>
          <SubscriptionProducts>
            <Product xsi:nil="true" />
            <Product xsi:nil="true" />
          </SubscriptionProducts>
          <SubscriptionFixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUntil>dateTime</FixPriceUntil>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <Reason>string</Reason>
          </SubscriptionFixPriceDetails>
          <ApplyToLinks>boolean</ApplyToLinks>
          <FixPriceDetails>
            <FixPrice>decimal</FixPrice>
            <FixPriceUnit>dateTime</FixPriceUnit>
            <FixIsPerpetual>boolean</FixIsPerpetual>
            <FixReason>string</FixReason>
          </FixPriceDetails>
          <Priority>int</Priority>
          <PreventConcurrencyInd>int</PreventConcurrencyInd>
          <ApplyToCorporateLink>boolean</ApplyToCorporateLink>
          <RestrictToCorporateLink>boolean</RestrictToCorporateLink>
          <CollectionInterface>Manual or Direct_Debit or Credit_Card or External or Smart_Card or Cashless_Account or Loyalty_Points or Online_Authorisation or Invoicing_Account or EFT</CollectionInterface>
          <AllowDuplicate>boolean</AllowDuplicate>
          <SiteGroupId>string</SiteGroupId>
          <BackColor>string</BackColor>
          <ForeColor>string</ForeColor>
          <DiscountPromotionCodeApplied>string</DiscountPromotionCodeApplied>
          <NewMembershipEmailId>int</NewMembershipEmailId>
          <BlockNewMembershipEmail>boolean</BlockNewMembershipEmail>
          <AutoRenewInd>int</AutoRenewInd>
        </SubscriptionType>
      </GetSubscriptionTypesResult>
    </GetSubscriptionTypesResponse>
  </soap12:Body>
</soap12:Envelope>