SymXchange API

Get All Share Hold Fields

Transaction Examples > Get All Share Hold Fields

Use this request to retrieve field information from the Share Hold record.

  • Target WSDL: AccountService v2
  • Operation: getShareHoldListSelectFields
  • Available Credential Types: AccountNumber, HomeBanking, Card, MICR, Lookup, UserNumber, Administrative

XML Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:acc="http://www.symxchange.generated.symitar.com/v2/account"
xmlns:com="http://www.symxchange.generated.symitar.com/v1/common/dto/common">
   <soapenv:Header/>
   <soapenv:Body>
      <acc:getShareHoldListSelectFields>
         <Request MessageId="getShareHoldListSelectFields">
            <AccountNumber>13421</AccountNumber>
            <ShareId>00</ShareId>
            <Credentials>
               <AdministrativeCredentials>
                  <Password>SYMXADMIN</Password>
               </AdministrativeCredentials>
            </Credentials>
            <DeviceInformation DeviceType="CLIENTSYSTEM" DeviceNumber="20000"/>
            <SelectableFields>
               <IncludeAllShareHoldFields>true</IncludeAllShareHoldFields>
            </SelectableFields>
         </Request>
      </acc:getShareHoldListSelectFields>
   </soapenv:Body>
</soapenv:Envelope>

XML Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:getShareHoldListSelectFieldsResponse
      xmlns:ns3="http://www.symxchange.generated.symitar.com/v2/account"
      xmlns:ns2="http://www.symxchange.generated.symitar.com/v1/common/dto/common">
         <PluralResponse MessageId="getShareHoldListSelectFields">
            <ShareHoldList>
               <hasReachedMaximumListSize>false</hasReachedMaximumListSize>
               <ShareHold>
                  <AchRecurringStop>0</AchRecurringStop>
                  <Amount>1.00</Amount>
                  <EffectiveDate>2003-05-06</EffectiveDate>
                  <ExpirationTime>0</ExpirationTime>
                  <FeeCode>0</FeeCode>
                  <FeeDescription>Unknown</FeeDescription>
                  <Locator>11</Locator>
                  <MatchTime>0</MatchTime>
                  <RecordChangeDate>2003-05-06</RecordChangeDate>
                  <StopPayCode>0</StopPayCode>
                  <TransactionType>0</TransactionType>
                  <Type>0</Type>
               </ShareHold>
            </ShareHoldList>
         </PluralResponse>
      </ns3:getShareHoldListSelectFieldsResponse>
   </soap:Body>
</soap:Envelope>
Last updated Fri Mar 3 2023