General


Click here for a complete list of operations.

SetAllSettings

Amend the list of all Setting objects present in the Plus2 database. (Deprecated

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/SetAllSettings"

<?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>
    <SetAllSettings xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <configurationObject>
        <PCID>int</PCID>
        <FutureBookingDays>int</FutureBookingDays>
        <AllowNegativeUsageCount>boolean</AllowNegativeUsageCount>
        <allowedIP>
          <IP />
          <IP />
        </allowedIP>
        <SiteList>string</SiteList>
        <Settings>
          <Setting>
            <Name>string</Name>
            <StringValue>string</StringValue>
            <LongValue>long</LongValue>
            <DateTimeValue>dateTime</DateTimeValue>
            <DecimalValue>decimal</DecimalValue>
            <BooleanValue>boolean</BooleanValue>
          </Setting>
          <Setting>
            <Name>string</Name>
            <StringValue>string</StringValue>
            <LongValue>long</LongValue>
            <DateTimeValue>dateTime</DateTimeValue>
            <DecimalValue>decimal</DecimalValue>
            <BooleanValue>boolean</BooleanValue>
          </Setting>
        </Settings>
        <MaxLength>
          <cardID>int</cardID>
          <firstNames>int</firstNames>
          <lastName>int</lastName>
          <priceLevelID>int</priceLevelID>
          <salutation>int</salutation>
          <titleID>int</titleID>
          <siteID>int</siteID>
          <statusID>int</statusID>
          <homeCountry>int</homeCountry>
          <homeEmail>int</homeEmail>
          <homeFax>int</homeFax>
          <homeLocality>int</homeLocality>
          <homePostcode>int</homePostcode>
          <homeproperty>int</homeproperty>
          <homeRegion>int</homeRegion>
          <homeStreet>int</homeStreet>
          <homeTelephone>int</homeTelephone>
          <homeTelephoneTAPI>int</homeTelephoneTAPI>
          <homeTown>int</homeTown>
          <inheritHomeAddress>int</inheritHomeAddress>
          <mobileTelephone>int</mobileTelephone>
          <mobileTelephoneTAPI>int</mobileTelephoneTAPI>
          <inheritWorkAddress>int</inheritWorkAddress>
          <workCompany>int</workCompany>
          <workCountry>int</workCountry>
          <workDepartment>int</workDepartment>
          <workEmail>int</workEmail>
          <workFax>int</workFax>
          <workJobTitle>int</workJobTitle>
          <workLocality>int</workLocality>
          <workPostcode>int</workPostcode>
          <workProperty>int</workProperty>
          <workRegion>int</workRegion>
          <workStreet>int</workStreet>
          <workTelephone>int</workTelephone>
          <workTelephoneExtension>int</workTelephoneExtension>
          <workTelephoneTAPI>int</workTelephoneTAPI>
          <workTown>int</workTown>
          <inheritCCWorkAddress>int</inheritCCWorkAddress>
          <loginID>int</loginID>
          <password>int</password>
          <userID>int</userID>
          <preferredLockerID>int</preferredLockerID>
        </MaxLength>
        <LengthException />
        <eventLog>
          <eventID>short</eventID>
          <siteID>string</siteID>
          <userID>int</userID>
        </eventLog>
        <memberRetrieveAccess main="boolean" corporateDetails="boolean" connectAndKioskDetails="boolean" history="boolean" membersPreferences="boolean" />
        <memberEditAccess hotlistCard="boolean" />
        <memberCreateRequiredParts homeContactDetails="boolean" workContactDetails="boolean" otherDetails="boolean" userFields="boolean" />
        <AllBookableActivities>
          <BookableActivities AppName="string">
            <BookableActivityGroupIds>string</BookableActivityGroupIds>
            <BookableActivityIds>string</BookableActivityIds>
            <AreaId>string</AreaId>
          </BookableActivities>
          <BookableActivities AppName="string">
            <BookableActivityGroupIds>string</BookableActivityGroupIds>
            <BookableActivityIds>string</BookableActivityIds>
            <AreaId>string</AreaId>
          </BookableActivities>
        </AllBookableActivities>
        <AllBookingConfigInfos>
          <BookingConfigInfos BookingsCutOffPeriod="string">
            <BookingsCutOffType>string</BookingsCutOffType>
            <CancellationCutOffPeriod>string</CancellationCutOffPeriod>
            <MoveCutOffPeriod>string</MoveCutOffPeriod>
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </BookingConfigInfos>
          <BookingConfigInfos BookingsCutOffPeriod="string">
            <BookingsCutOffType>string</BookingsCutOffType>
            <CancellationCutOffPeriod>string</CancellationCutOffPeriod>
            <MoveCutOffPeriod>string</MoveCutOffPeriod>
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </BookingConfigInfos>
        </AllBookingConfigInfos>
        <LoginAttemptsAllowed>
          <LoginAttempt AllowedLoginAttempts="int">
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </LoginAttempt>
          <LoginAttempt AllowedLoginAttempts="int">
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </LoginAttempt>
        </LoginAttemptsAllowed>
        <AllLoginSettings>
          <AllLoginSettings>
            <UserName>string</UserName>
            <AppId>string</AppId>
            <AreaId>string</AreaId>
          </AllLoginSettings>
          <AllLoginSettings>
            <UserName>string</UserName>
            <AppId>string</AppId>
            <AreaId>string</AreaId>
          </AllLoginSettings>
        </AllLoginSettings>
        <WaitingLists>
          <Enabled>boolean</Enabled>
        </WaitingLists>
        <ParentalConsentLists>
          <ParentalConsentRequirementActivated>boolean</ParentalConsentRequirementActivated>
          <MaxAgeRequiringConsent>int</MaxAgeRequiringConsent>
        </ParentalConsentLists>
      </configurationObject>
    </SetAllSettings>
  </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>
    <SetAllSettingsResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <SetAllSettingsResult>Success or Failure or DoneWithErrors</SetAllSettingsResult>
    </SetAllSettingsResponse>
  </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>
    <SetAllSettings xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <configurationObject>
        <PCID>int</PCID>
        <FutureBookingDays>int</FutureBookingDays>
        <AllowNegativeUsageCount>boolean</AllowNegativeUsageCount>
        <allowedIP>
          <IP />
          <IP />
        </allowedIP>
        <SiteList>string</SiteList>
        <Settings>
          <Setting>
            <Name>string</Name>
            <StringValue>string</StringValue>
            <LongValue>long</LongValue>
            <DateTimeValue>dateTime</DateTimeValue>
            <DecimalValue>decimal</DecimalValue>
            <BooleanValue>boolean</BooleanValue>
          </Setting>
          <Setting>
            <Name>string</Name>
            <StringValue>string</StringValue>
            <LongValue>long</LongValue>
            <DateTimeValue>dateTime</DateTimeValue>
            <DecimalValue>decimal</DecimalValue>
            <BooleanValue>boolean</BooleanValue>
          </Setting>
        </Settings>
        <MaxLength>
          <cardID>int</cardID>
          <firstNames>int</firstNames>
          <lastName>int</lastName>
          <priceLevelID>int</priceLevelID>
          <salutation>int</salutation>
          <titleID>int</titleID>
          <siteID>int</siteID>
          <statusID>int</statusID>
          <homeCountry>int</homeCountry>
          <homeEmail>int</homeEmail>
          <homeFax>int</homeFax>
          <homeLocality>int</homeLocality>
          <homePostcode>int</homePostcode>
          <homeproperty>int</homeproperty>
          <homeRegion>int</homeRegion>
          <homeStreet>int</homeStreet>
          <homeTelephone>int</homeTelephone>
          <homeTelephoneTAPI>int</homeTelephoneTAPI>
          <homeTown>int</homeTown>
          <inheritHomeAddress>int</inheritHomeAddress>
          <mobileTelephone>int</mobileTelephone>
          <mobileTelephoneTAPI>int</mobileTelephoneTAPI>
          <inheritWorkAddress>int</inheritWorkAddress>
          <workCompany>int</workCompany>
          <workCountry>int</workCountry>
          <workDepartment>int</workDepartment>
          <workEmail>int</workEmail>
          <workFax>int</workFax>
          <workJobTitle>int</workJobTitle>
          <workLocality>int</workLocality>
          <workPostcode>int</workPostcode>
          <workProperty>int</workProperty>
          <workRegion>int</workRegion>
          <workStreet>int</workStreet>
          <workTelephone>int</workTelephone>
          <workTelephoneExtension>int</workTelephoneExtension>
          <workTelephoneTAPI>int</workTelephoneTAPI>
          <workTown>int</workTown>
          <inheritCCWorkAddress>int</inheritCCWorkAddress>
          <loginID>int</loginID>
          <password>int</password>
          <userID>int</userID>
          <preferredLockerID>int</preferredLockerID>
        </MaxLength>
        <LengthException />
        <eventLog>
          <eventID>short</eventID>
          <siteID>string</siteID>
          <userID>int</userID>
        </eventLog>
        <memberRetrieveAccess main="boolean" corporateDetails="boolean" connectAndKioskDetails="boolean" history="boolean" membersPreferences="boolean" />
        <memberEditAccess hotlistCard="boolean" />
        <memberCreateRequiredParts homeContactDetails="boolean" workContactDetails="boolean" otherDetails="boolean" userFields="boolean" />
        <AllBookableActivities>
          <BookableActivities AppName="string">
            <BookableActivityGroupIds>string</BookableActivityGroupIds>
            <BookableActivityIds>string</BookableActivityIds>
            <AreaId>string</AreaId>
          </BookableActivities>
          <BookableActivities AppName="string">
            <BookableActivityGroupIds>string</BookableActivityGroupIds>
            <BookableActivityIds>string</BookableActivityIds>
            <AreaId>string</AreaId>
          </BookableActivities>
        </AllBookableActivities>
        <AllBookingConfigInfos>
          <BookingConfigInfos BookingsCutOffPeriod="string">
            <BookingsCutOffType>string</BookingsCutOffType>
            <CancellationCutOffPeriod>string</CancellationCutOffPeriod>
            <MoveCutOffPeriod>string</MoveCutOffPeriod>
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </BookingConfigInfos>
          <BookingConfigInfos BookingsCutOffPeriod="string">
            <BookingsCutOffType>string</BookingsCutOffType>
            <CancellationCutOffPeriod>string</CancellationCutOffPeriod>
            <MoveCutOffPeriod>string</MoveCutOffPeriod>
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </BookingConfigInfos>
        </AllBookingConfigInfos>
        <LoginAttemptsAllowed>
          <LoginAttempt AllowedLoginAttempts="int">
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </LoginAttempt>
          <LoginAttempt AllowedLoginAttempts="int">
            <SiteId>string</SiteId>
            <AreaId>string</AreaId>
          </LoginAttempt>
        </LoginAttemptsAllowed>
        <AllLoginSettings>
          <AllLoginSettings>
            <UserName>string</UserName>
            <AppId>string</AppId>
            <AreaId>string</AreaId>
          </AllLoginSettings>
          <AllLoginSettings>
            <UserName>string</UserName>
            <AppId>string</AppId>
            <AreaId>string</AreaId>
          </AllLoginSettings>
        </AllLoginSettings>
        <WaitingLists>
          <Enabled>boolean</Enabled>
        </WaitingLists>
        <ParentalConsentLists>
          <ParentalConsentRequirementActivated>boolean</ParentalConsentRequirementActivated>
          <MaxAgeRequiringConsent>int</MaxAgeRequiringConsent>
        </ParentalConsentLists>
      </configurationObject>
    </SetAllSettings>
  </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>
    <SetAllSettingsResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <SetAllSettingsResult>Success or Failure or DoneWithErrors</SetAllSettingsResult>
    </SetAllSettingsResponse>
  </soap12:Body>
</soap12:Envelope>