Rosetta SOAP Operations Module

Send application

Submits an existing finance proposal to a lender.

Example request

<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ops="https://www.dealtrak123.co.uk/rosetta/webservices/operations">
  <soapenv:Header/>
  <soapenv:Body>
    <ops:application_send>
      <request>
        <application_id>103629</application_id>
        <destination_id>550</destination_id>
        <authentication>
          <username>your_api_id</username>
          <password>your_api_password</password>
          <user_id>123918</user_id>
          <dealer_id>123478</dealer_id>
        </authentication>
      </request>
    </ops:application_send>
  </soapenv:Body>
</soapenv:Envelope>

Example response

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns1="https://www.dealtrak123.co.uk/rosetta/webservices/operations">
  <SOAP-ENV:Body>
    <ns1:application_sendResponse>
      <application_sendResult>
        <application_send_response>
          <rosetta_reference>21868577</rosetta_reference>
          <client_reference>ba82b8f3-ad8e-4ad2-b661-4083db711bbb</client_reference>
          <summary>success</summary>
          <destination_reponse>
            <destination_id>550</destination_id>
            <destination_status_id>2</destination_status_id>
            <destination_reference>1726358387</destination_reference>
            <errors xsi:nil="true"/>
            <conditions xsi:nil="true"/>
            <finances xsi:nil="true"/>
            <esign xsi:nil="true"/>
            <relatedFinanceResponses xsi:nil="true"/>
          </destination_reponse>
        </application_send_response>
      </application_sendResult>
    </ns1:application_sendResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

results matching ""

    No results matching ""