URSService


Click here for a complete list of operations.

getNewUsers

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
daysRange:
market:
application:
username:
filters:

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 /urs.asmx HTTP/1.1
Host: gold.ursservice.fiat.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://UPRS.fiat.com/getNewUsers"

<?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>
    <getNewUsers xmlns="http://UPRS.fiat.com">
      <daysRange>string</daysRange>
      <market>string</market>
      <application>string</application>
      <username>string</username>
      <filters>string</filters>
    </getNewUsers>
  </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>
    <getNewUsersResponse xmlns="http://UPRS.fiat.com">
      <getNewUsersResult results="string" rc="string">
        <filters market="string" application="string" username="string" xmlns="" />
        <filters market="string" application="string" username="string" xmlns="" />
        <errors xmlns="">
          <error code="string">
            <description>string</description>
          </error>
          <error code="string">
            <description>string</description>
          </error>
        </errors>
        <markets xmlns="">
          <market code="string" name="string">
            <users xsi:nil="true" />
          </market>
          <market code="string" name="string">
            <users xsi:nil="true" />
          </market>
        </markets>
      </getNewUsersResult>
    </getNewUsersResponse>
  </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 /urs.asmx HTTP/1.1
Host: gold.ursservice.fiat.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>
    <getNewUsers xmlns="http://UPRS.fiat.com">
      <daysRange>string</daysRange>
      <market>string</market>
      <application>string</application>
      <username>string</username>
      <filters>string</filters>
    </getNewUsers>
  </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>
    <getNewUsersResponse xmlns="http://UPRS.fiat.com">
      <getNewUsersResult results="string" rc="string">
        <filters market="string" application="string" username="string" xmlns="" />
        <filters market="string" application="string" username="string" xmlns="" />
        <errors xmlns="">
          <error code="string">
            <description>string</description>
          </error>
          <error code="string">
            <description>string</description>
          </error>
        </errors>
        <markets xmlns="">
          <market code="string" name="string">
            <users xsi:nil="true" />
          </market>
          <market code="string" name="string">
            <users xsi:nil="true" />
          </market>
        </markets>
      </getNewUsersResult>
    </getNewUsersResponse>
  </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 /urs.asmx/getNewUsers?daysRange=string&market=string&application=string&username=string&filters=string HTTP/1.1
Host: gold.ursservice.fiat.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<LCUresponse results="string" rc="string" xmlns="http://UPRS.fiat.com">
  <filters market="string" application="string" username="string" xmlns="" />
  <filters market="string" application="string" username="string" xmlns="" />
  <errors xmlns="">
    <error code="string">
      <description>string</description>
    </error>
    <error code="string">
      <description>string</description>
    </error>
  </errors>
  <markets xmlns="">
    <market code="string" name="string">
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
    </market>
    <market code="string" name="string">
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
    </market>
  </markets>
</LCUresponse>

HTTP POST

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

POST /urs.asmx/getNewUsers HTTP/1.1
Host: gold.ursservice.fiat.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

daysRange=string&market=string&application=string&username=string&filters=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<LCUresponse results="string" rc="string" xmlns="http://UPRS.fiat.com">
  <filters market="string" application="string" username="string" xmlns="" />
  <filters market="string" application="string" username="string" xmlns="" />
  <errors xmlns="">
    <error code="string">
      <description>string</description>
    </error>
    <error code="string">
      <description>string</description>
    </error>
  </errors>
  <markets xmlns="">
    <market code="string" name="string">
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
    </market>
    <market code="string" name="string">
      <users>
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <user d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </users>
    </market>
  </markets>
</LCUresponse>