WS_MobileAPICALLS


Click here for a complete list of operations.

FetchRegistrationRequest

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 /HORIZONMOBSRVC6/00-Backup/19Mar2024/WS_MobileAPICALLS.asmx HTTP/1.1
Host: apxhorizon.directremitworldwide.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/FetchRegistrationRequest"

<?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>
    <FetchRegistrationRequest xmlns="http://tempuri.org/">
      <fetchRegistrationRequest>
        <signature>string</signature>
        <serviceName>string</serviceName>
        <dateStamp>string</dateStamp>
        <CompanyCode>string</CompanyCode>
        <DeviceID>string</DeviceID>
      </fetchRegistrationRequest>
    </FetchRegistrationRequest>
  </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>
    <FetchRegistrationRequestResponse xmlns="http://tempuri.org/">
      <FetchRegistrationRequestResult>
        <latestDataFetchTime>string</latestDataFetchTime>
        <ApiResponse>
          <StatusCode>int</StatusCode>
          <Message>string</Message>
          <Details>string</Details>
          <TimeStamp>string</TimeStamp>
        </ApiResponse>
        <IDType>
          <IDType>
            <CODE>string</CODE>
            <IDNAME>string</IDNAME>
            <IDMCODE>string</IDMCODE>
          </IDType>
          <IDType>
            <CODE>string</CODE>
            <IDNAME>string</IDNAME>
            <IDMCODE>string</IDMCODE>
          </IDType>
        </IDType>
        <Nationality>
          <Nationality>
            <CODE>string</CODE>
            <COUNME>string</COUNME>
            <STATUS>string</STATUS>
          </Nationality>
          <Nationality>
            <CODE>string</CODE>
            <COUNME>string</COUNME>
            <STATUS>string</STATUS>
          </Nationality>
        </Nationality>
        <Language>
          <Lang>
            <CODE>string</CODE>
            <LANG>string</LANG>
          </Lang>
          <Lang>
            <CODE>string</CODE>
            <LANG>string</LANG>
          </Lang>
        </Language>
        <SOI>
          <SOIList>
            <SOICode>string</SOICode>
            <SOIName>string</SOIName>
            <Status>string</Status>
          </SOIList>
          <SOIList>
            <SOICode>string</SOICode>
            <SOIName>string</SOIName>
            <Status>string</Status>
          </SOIList>
        </SOI>
        <Profession>
          <ProfessionList>
            <ProfCode>string</ProfCode>
            <ProfName>string</ProfName>
          </ProfessionList>
          <ProfessionList>
            <ProfCode>string</ProfCode>
            <ProfName>string</ProfName>
          </ProfessionList>
        </Profession>
        <AnnualIncome>
          <AnnualIncomeList>
            <IncomeCode>string</IncomeCode>
            <IncomeName>string</IncomeName>
          </AnnualIncomeList>
          <AnnualIncomeList>
            <IncomeCode>string</IncomeCode>
            <IncomeName>string</IncomeName>
          </AnnualIncomeList>
        </AnnualIncome>
        <Sponsor>
          <SponsorList>
            <SponsorCode>string</SponsorCode>
            <SponsorName>string</SponsorName>
          </SponsorList>
          <SponsorList>
            <SponsorCode>string</SponsorCode>
            <SponsorName>string</SponsorName>
          </SponsorList>
        </Sponsor>
        <SubSponsor>
          <SubSponsorList>
            <SubSponsorCode>string</SubSponsorCode>
            <SubSponsorName>string</SubSponsorName>
          </SubSponsorList>
          <SubSponsorList>
            <SubSponsorCode>string</SubSponsorCode>
            <SubSponsorName>string</SubSponsorName>
          </SubSponsorList>
        </SubSponsor>
        <CountryOfIssue>
          <CountryOfIssueList>
            <CountryIssueCode>string</CountryIssueCode>
            <CountryIssueName>string</CountryIssueName>
          </CountryOfIssueList>
          <CountryOfIssueList>
            <CountryIssueCode>string</CountryIssueCode>
            <CountryIssueName>string</CountryIssueName>
          </CountryOfIssueList>
        </CountryOfIssue>
        <loginId>string</loginId>
        <password>string</password>
        <merchantID>string</merchantID>
        <productID>string</productID>
        <url>string</url>
        <AdvertImages>
          <AdvertImages>
            <ImageURL>string</ImageURL>
            <AdvtHours>string</AdvtHours>
            <AdvtVisible>string</AdvtVisible>
          </AdvertImages>
          <AdvertImages>
            <ImageURL>string</ImageURL>
            <AdvtHours>string</AdvtHours>
            <AdvtVisible>string</AdvtVisible>
          </AdvertImages>
        </AdvertImages>
        <BannerImages>
          <BannerImages>
            <ImageURL>string</ImageURL>
          </BannerImages>
          <BannerImages>
            <ImageURL>string</ImageURL>
          </BannerImages>
        </BannerImages>
        <AddressTypes>
          <AddressTypes>
            <AddressType>string</AddressType>
            <AddressValue>string</AddressValue>
          </AddressTypes>
          <AddressTypes>
            <AddressType>string</AddressType>
            <AddressValue>string</AddressValue>
          </AddressTypes>
        </AddressTypes>
      </FetchRegistrationRequestResult>
    </FetchRegistrationRequestResponse>
  </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 /HORIZONMOBSRVC6/00-Backup/19Mar2024/WS_MobileAPICALLS.asmx HTTP/1.1
Host: apxhorizon.directremitworldwide.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:Body>
    <FetchRegistrationRequest xmlns="http://tempuri.org/">
      <fetchRegistrationRequest>
        <signature>string</signature>
        <serviceName>string</serviceName>
        <dateStamp>string</dateStamp>
        <CompanyCode>string</CompanyCode>
        <DeviceID>string</DeviceID>
      </fetchRegistrationRequest>
    </FetchRegistrationRequest>
  </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>
    <FetchRegistrationRequestResponse xmlns="http://tempuri.org/">
      <FetchRegistrationRequestResult>
        <latestDataFetchTime>string</latestDataFetchTime>
        <ApiResponse>
          <StatusCode>int</StatusCode>
          <Message>string</Message>
          <Details>string</Details>
          <TimeStamp>string</TimeStamp>
        </ApiResponse>
        <IDType>
          <IDType>
            <CODE>string</CODE>
            <IDNAME>string</IDNAME>
            <IDMCODE>string</IDMCODE>
          </IDType>
          <IDType>
            <CODE>string</CODE>
            <IDNAME>string</IDNAME>
            <IDMCODE>string</IDMCODE>
          </IDType>
        </IDType>
        <Nationality>
          <Nationality>
            <CODE>string</CODE>
            <COUNME>string</COUNME>
            <STATUS>string</STATUS>
          </Nationality>
          <Nationality>
            <CODE>string</CODE>
            <COUNME>string</COUNME>
            <STATUS>string</STATUS>
          </Nationality>
        </Nationality>
        <Language>
          <Lang>
            <CODE>string</CODE>
            <LANG>string</LANG>
          </Lang>
          <Lang>
            <CODE>string</CODE>
            <LANG>string</LANG>
          </Lang>
        </Language>
        <SOI>
          <SOIList>
            <SOICode>string</SOICode>
            <SOIName>string</SOIName>
            <Status>string</Status>
          </SOIList>
          <SOIList>
            <SOICode>string</SOICode>
            <SOIName>string</SOIName>
            <Status>string</Status>
          </SOIList>
        </SOI>
        <Profession>
          <ProfessionList>
            <ProfCode>string</ProfCode>
            <ProfName>string</ProfName>
          </ProfessionList>
          <ProfessionList>
            <ProfCode>string</ProfCode>
            <ProfName>string</ProfName>
          </ProfessionList>
        </Profession>
        <AnnualIncome>
          <AnnualIncomeList>
            <IncomeCode>string</IncomeCode>
            <IncomeName>string</IncomeName>
          </AnnualIncomeList>
          <AnnualIncomeList>
            <IncomeCode>string</IncomeCode>
            <IncomeName>string</IncomeName>
          </AnnualIncomeList>
        </AnnualIncome>
        <Sponsor>
          <SponsorList>
            <SponsorCode>string</SponsorCode>
            <SponsorName>string</SponsorName>
          </SponsorList>
          <SponsorList>
            <SponsorCode>string</SponsorCode>
            <SponsorName>string</SponsorName>
          </SponsorList>
        </Sponsor>
        <SubSponsor>
          <SubSponsorList>
            <SubSponsorCode>string</SubSponsorCode>
            <SubSponsorName>string</SubSponsorName>
          </SubSponsorList>
          <SubSponsorList>
            <SubSponsorCode>string</SubSponsorCode>
            <SubSponsorName>string</SubSponsorName>
          </SubSponsorList>
        </SubSponsor>
        <CountryOfIssue>
          <CountryOfIssueList>
            <CountryIssueCode>string</CountryIssueCode>
            <CountryIssueName>string</CountryIssueName>
          </CountryOfIssueList>
          <CountryOfIssueList>
            <CountryIssueCode>string</CountryIssueCode>
            <CountryIssueName>string</CountryIssueName>
          </CountryOfIssueList>
        </CountryOfIssue>
        <loginId>string</loginId>
        <password>string</password>
        <merchantID>string</merchantID>
        <productID>string</productID>
        <url>string</url>
        <AdvertImages>
          <AdvertImages>
            <ImageURL>string</ImageURL>
            <AdvtHours>string</AdvtHours>
            <AdvtVisible>string</AdvtVisible>
          </AdvertImages>
          <AdvertImages>
            <ImageURL>string</ImageURL>
            <AdvtHours>string</AdvtHours>
            <AdvtVisible>string</AdvtVisible>
          </AdvertImages>
        </AdvertImages>
        <BannerImages>
          <BannerImages>
            <ImageURL>string</ImageURL>
          </BannerImages>
          <BannerImages>
            <ImageURL>string</ImageURL>
          </BannerImages>
        </BannerImages>
        <AddressTypes>
          <AddressTypes>
            <AddressType>string</AddressType>
            <AddressValue>string</AddressValue>
          </AddressTypes>
          <AddressTypes>
            <AddressType>string</AddressType>
            <AddressValue>string</AddressValue>
          </AddressTypes>
        </AddressTypes>
      </FetchRegistrationRequestResult>
    </FetchRegistrationRequestResponse>
  </soap12:Body>
</soap12:Envelope>