URSService


Click here for a complete list of operations.

getUsersByApplicationRole

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ApplicationCode:
RoleName:
Market:
MarchioRete:
Area:
Zona:
StartDate:
EndDate:
StartUser:

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/getUsersByApplicationRole"

<?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>
    <getUsersByApplicationRole xmlns="http://UPRS.fiat.com">
      <ApplicationCode>string</ApplicationCode>
      <RoleName>string</RoleName>
      <Market>string</Market>
      <MarchioRete>string</MarchioRete>
      <Area>string</Area>
      <Zona>string</Zona>
      <StartDate>string</StartDate>
      <EndDate>string</EndDate>
      <StartUser>string</StartUser>
    </getUsersByApplicationRole>
  </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>
    <getUsersByApplicationRoleResponse xmlns="http://UPRS.fiat.com">
      <getUsersByApplicationRoleResult error="string">
        <USERS role="string" application="string" paging="string" pages="string" page="string" objects="string" object="string">
          <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
          <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
        </USERS>
      </getUsersByApplicationRoleResult>
    </getUsersByApplicationRoleResponse>
  </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>
    <getUsersByApplicationRole xmlns="http://UPRS.fiat.com">
      <ApplicationCode>string</ApplicationCode>
      <RoleName>string</RoleName>
      <Market>string</Market>
      <MarchioRete>string</MarchioRete>
      <Area>string</Area>
      <Zona>string</Zona>
      <StartDate>string</StartDate>
      <EndDate>string</EndDate>
      <StartUser>string</StartUser>
    </getUsersByApplicationRole>
  </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>
    <getUsersByApplicationRoleResponse xmlns="http://UPRS.fiat.com">
      <getUsersByApplicationRoleResult error="string">
        <USERS role="string" application="string" paging="string" pages="string" page="string" objects="string" object="string">
          <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
          <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
        </USERS>
      </getUsersByApplicationRoleResult>
    </getUsersByApplicationRoleResponse>
  </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/getUsersByApplicationRole?ApplicationCode=string&RoleName=string&Market=string&MarchioRete=string&Area=string&Zona=string&StartDate=string&EndDate=string&StartUser=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"?>
<HQRESPONSE error="string" xmlns="http://UPRS.fiat.com">
  <USERS role="string" application="string" paging="string" pages="string" page="string" objects="string" object="string">
    <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
    <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
  </USERS>
</HQRESPONSE>

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/getUsersByApplicationRole HTTP/1.1
Host: gold.ursservice.fiat.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ApplicationCode=string&RoleName=string&Market=string&MarchioRete=string&Area=string&Zona=string&StartDate=string&EndDate=string&StartUser=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<HQRESPONSE error="string" xmlns="http://UPRS.fiat.com">
  <USERS role="string" application="string" paging="string" pages="string" page="string" objects="string" object="string">
    <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
    <USER username="string" SAPuserID="string" nome="string" cognome="string" eMail="string" lang="string" dateIns="string" market="string" marketHQ="string" marchiorete="string" area="string" zona="string" brands="string" application="string" role="string" />
  </USERS>
</HQRESPONSE>