Members


Click here for a complete list of operations.

GetScreenProfileList

Return a list of required fields for a given Screen Profile in the Plus2 database. (depreciated)

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
profileId:

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/Members.asmx HTTP/1.1
Host: tst.myeveryoneactive.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.gladstonemrm.com/memberwebservice/GetScreenProfileList"

<?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>
    <GetScreenProfileList xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <profileId>string</profileId>
    </GetScreenProfileList>
  </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>
    <GetScreenProfileListResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <GetScreenProfileListResult>
        <ScreenProfile>
          <_ProfileDescription>string</_ProfileDescription>
          <_FieldID>int</_FieldID>
          <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
          <_ProfileId>string</_ProfileId>
          <_SectionID>int</_SectionID>
          <_SortOrder>int</_SortOrder>
          <_ProfileSectionDescription>string</_ProfileSectionDescription>
          <_SectionType>int</_SectionType>
          <_IsUserField>boolean</_IsUserField>
          <_UserFieldId>int</_UserFieldId>
          <_userField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </_userField>
          <ProfileDescription>string</ProfileDescription>
          <FieldID>int</FieldID>
          <UserFieldId>int</UserFieldId>
          <IsUserField>boolean</IsUserField>
          <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
          <ProfileId>string</ProfileId>
          <SectionID>int</SectionID>
          <SortOrder>int</SortOrder>
          <ProfileSectionDescription>string</ProfileSectionDescription>
          <SectionType>int</SectionType>
          <UserField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </UserField>
        </ScreenProfile>
        <ScreenProfile>
          <_ProfileDescription>string</_ProfileDescription>
          <_FieldID>int</_FieldID>
          <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
          <_ProfileId>string</_ProfileId>
          <_SectionID>int</_SectionID>
          <_SortOrder>int</_SortOrder>
          <_ProfileSectionDescription>string</_ProfileSectionDescription>
          <_SectionType>int</_SectionType>
          <_IsUserField>boolean</_IsUserField>
          <_UserFieldId>int</_UserFieldId>
          <_userField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </_userField>
          <ProfileDescription>string</ProfileDescription>
          <FieldID>int</FieldID>
          <UserFieldId>int</UserFieldId>
          <IsUserField>boolean</IsUserField>
          <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
          <ProfileId>string</ProfileId>
          <SectionID>int</SectionID>
          <SortOrder>int</SortOrder>
          <ProfileSectionDescription>string</ProfileSectionDescription>
          <SectionType>int</SectionType>
          <UserField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </UserField>
        </ScreenProfile>
      </GetScreenProfileListResult>
    </GetScreenProfileListResponse>
  </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/Members.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>
    <GetScreenProfileList xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <profileId>string</profileId>
    </GetScreenProfileList>
  </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>
    <GetScreenProfileListResponse xmlns="http://www.gladstonemrm.com/memberwebservice/">
      <GetScreenProfileListResult>
        <ScreenProfile>
          <_ProfileDescription>string</_ProfileDescription>
          <_FieldID>int</_FieldID>
          <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
          <_ProfileId>string</_ProfileId>
          <_SectionID>int</_SectionID>
          <_SortOrder>int</_SortOrder>
          <_ProfileSectionDescription>string</_ProfileSectionDescription>
          <_SectionType>int</_SectionType>
          <_IsUserField>boolean</_IsUserField>
          <_UserFieldId>int</_UserFieldId>
          <_userField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </_userField>
          <ProfileDescription>string</ProfileDescription>
          <FieldID>int</FieldID>
          <UserFieldId>int</UserFieldId>
          <IsUserField>boolean</IsUserField>
          <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
          <ProfileId>string</ProfileId>
          <SectionID>int</SectionID>
          <SortOrder>int</SortOrder>
          <ProfileSectionDescription>string</ProfileSectionDescription>
          <SectionType>int</SectionType>
          <UserField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </UserField>
        </ScreenProfile>
        <ScreenProfile>
          <_ProfileDescription>string</_ProfileDescription>
          <_FieldID>int</_FieldID>
          <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
          <_ProfileId>string</_ProfileId>
          <_SectionID>int</_SectionID>
          <_SortOrder>int</_SortOrder>
          <_ProfileSectionDescription>string</_ProfileSectionDescription>
          <_SectionType>int</_SectionType>
          <_IsUserField>boolean</_IsUserField>
          <_UserFieldId>int</_UserFieldId>
          <_userField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </_userField>
          <ProfileDescription>string</ProfileDescription>
          <FieldID>int</FieldID>
          <UserFieldId>int</UserFieldId>
          <IsUserField>boolean</IsUserField>
          <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
          <ProfileId>string</ProfileId>
          <SectionID>int</SectionID>
          <SortOrder>int</SortOrder>
          <ProfileSectionDescription>string</ProfileSectionDescription>
          <SectionType>int</SectionType>
          <UserField>
            <Description>string</Description>
            <UserFieldId>int</UserFieldId>
            <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
            <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
            <DefaultValue>string</DefaultValue>
            <SortOrder>int</SortOrder>
            <UserFieldOptions xsi:nil="true" />
          </UserField>
        </ScreenProfile>
      </GetScreenProfileListResult>
    </GetScreenProfileListResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /Plus2MemberWebserviceDEV/Members.asmx/GetScreenProfileList?profileId=string HTTP/1.1
Host: tst.myeveryoneactive.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfScreenProfile xmlns="http://www.gladstonemrm.com/memberwebservice/">
  <ScreenProfile>
    <_ProfileDescription>string</_ProfileDescription>
    <_FieldID>int</_FieldID>
    <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
    <_ProfileId>string</_ProfileId>
    <_SectionID>int</_SectionID>
    <_SortOrder>int</_SortOrder>
    <_ProfileSectionDescription>string</_ProfileSectionDescription>
    <_SectionType>int</_SectionType>
    <_IsUserField>boolean</_IsUserField>
    <_UserFieldId>int</_UserFieldId>
    <_userField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </_userField>
    <ProfileDescription>string</ProfileDescription>
    <FieldID>int</FieldID>
    <UserFieldId>int</UserFieldId>
    <IsUserField>boolean</IsUserField>
    <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
    <ProfileId>string</ProfileId>
    <SectionID>int</SectionID>
    <SortOrder>int</SortOrder>
    <ProfileSectionDescription>string</ProfileSectionDescription>
    <SectionType>int</SectionType>
    <UserField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </UserField>
  </ScreenProfile>
  <ScreenProfile>
    <_ProfileDescription>string</_ProfileDescription>
    <_FieldID>int</_FieldID>
    <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
    <_ProfileId>string</_ProfileId>
    <_SectionID>int</_SectionID>
    <_SortOrder>int</_SortOrder>
    <_ProfileSectionDescription>string</_ProfileSectionDescription>
    <_SectionType>int</_SectionType>
    <_IsUserField>boolean</_IsUserField>
    <_UserFieldId>int</_UserFieldId>
    <_userField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </_userField>
    <ProfileDescription>string</ProfileDescription>
    <FieldID>int</FieldID>
    <UserFieldId>int</UserFieldId>
    <IsUserField>boolean</IsUserField>
    <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
    <ProfileId>string</ProfileId>
    <SectionID>int</SectionID>
    <SortOrder>int</SortOrder>
    <ProfileSectionDescription>string</ProfileSectionDescription>
    <SectionType>int</SectionType>
    <UserField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </UserField>
  </ScreenProfile>
</ArrayOfScreenProfile>

HTTP POST

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

POST /Plus2MemberWebserviceDEV/Members.asmx/GetScreenProfileList HTTP/1.1
Host: tst.myeveryoneactive.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

profileId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfScreenProfile xmlns="http://www.gladstonemrm.com/memberwebservice/">
  <ScreenProfile>
    <_ProfileDescription>string</_ProfileDescription>
    <_FieldID>int</_FieldID>
    <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
    <_ProfileId>string</_ProfileId>
    <_SectionID>int</_SectionID>
    <_SortOrder>int</_SortOrder>
    <_ProfileSectionDescription>string</_ProfileSectionDescription>
    <_SectionType>int</_SectionType>
    <_IsUserField>boolean</_IsUserField>
    <_UserFieldId>int</_UserFieldId>
    <_userField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </_userField>
    <ProfileDescription>string</ProfileDescription>
    <FieldID>int</FieldID>
    <UserFieldId>int</UserFieldId>
    <IsUserField>boolean</IsUserField>
    <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
    <ProfileId>string</ProfileId>
    <SectionID>int</SectionID>
    <SortOrder>int</SortOrder>
    <ProfileSectionDescription>string</ProfileSectionDescription>
    <SectionType>int</SectionType>
    <UserField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </UserField>
  </ScreenProfile>
  <ScreenProfile>
    <_ProfileDescription>string</_ProfileDescription>
    <_FieldID>int</_FieldID>
    <_FieldStatus>Read_Only or Optional or Advisable or Required</_FieldStatus>
    <_ProfileId>string</_ProfileId>
    <_SectionID>int</_SectionID>
    <_SortOrder>int</_SortOrder>
    <_ProfileSectionDescription>string</_ProfileSectionDescription>
    <_SectionType>int</_SectionType>
    <_IsUserField>boolean</_IsUserField>
    <_UserFieldId>int</_UserFieldId>
    <_userField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </_userField>
    <ProfileDescription>string</ProfileDescription>
    <FieldID>int</FieldID>
    <UserFieldId>int</UserFieldId>
    <IsUserField>boolean</IsUserField>
    <FieldStatus>Read_Only or Optional or Advisable or Required</FieldStatus>
    <ProfileId>string</ProfileId>
    <SectionID>int</SectionID>
    <SortOrder>int</SortOrder>
    <ProfileSectionDescription>string</ProfileSectionDescription>
    <SectionType>int</SectionType>
    <UserField>
      <Description>string</Description>
      <UserFieldId>int</UserFieldId>
      <TypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</TypeInd>
      <DefaultTypeInd>Free_Format or Options or Date or Numeric or Currency or HyperLink or User or Member or CheckBox</DefaultTypeInd>
      <DefaultValue>string</DefaultValue>
      <SortOrder>int</SortOrder>
      <UserFieldOptions>
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <UserFieldOptions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </UserFieldOptions>
    </UserField>
  </ScreenProfile>
</ArrayOfScreenProfile>