Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This method returns a list of all the partner's users.

SOAP Request

XML
<?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:Header>
    <AuthenticationHeader xmlns="http://websvcs.quikforms.com/Partner">
      <PartnerID>string</PartnerID>
      <UserName>string</UserName>
      <Password>string</Password>
    </AuthenticationHeader>
  </soap:Header>
  <soap:Body>
    <GetUserList xmlns="http://websvcs.quikforms.com/Partner">
      <CustomerID>int</CustomerID>
      <CustUserID>string</CustUserID>
      <Email>string</Email>
      <LName>string</LName>
      <FName>string</FName>
      <UserStatudID>int</UserStatudID>
    </GetUserList>
  </soap:Body>
</soap:Envelope>


SOAP Request Parameters

Field Name

Data Type

Required?

Description

CustomerID




CustUserID




Email


LName


FName


UserStatudID


SOAP Response

XML
<?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>
    <GetUserListResponse xmlns="http://websvcs.quikforms.com/Partner">
      <GetUserListResult>
        <ErrorCode>int</ErrorCode>
        <Message>string</Message>
        <ResultData>
          <xsd:schema>schema</xsd:schema>xml</ResultData>
      </GetUserListResult>
    </GetUserListResponse>
  </soap:Body>
</soap:Envelope>


Result Fields

The ResultData contains the following fields:


  • No labels