Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Unlinked headers and changed to black text

This method allows a partner to get a list of their customers and account status.
NOTE: Results do not include the partner's master account, which is considered the parent account.

SOAP Request

 

<?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<soap12:Header>

<AuthenticationHeader xmlns="http://websvcs.quikforms.com/Partner">

<PartnerID>string<<PartnerID>string</PartnerID>
<UserName>string< <UserName>string</UserName>
<Password>string< <Password>string</Password>

</AuthenticationHeader>

</soap12:Header>

<soap12:Body>

<GetCustomerList xmlns="http://websvcs.quikforms.com/Partner">

<CustomerIDs>string<<CustomerIDs>string</CustomerIDs>
<CustomerUniqueIDs>string< <CustomerUniqueIDs>string</CustomerUniqueIDs>
<ProductID>int< <ProductID>int</ProductID>
<CustomerProductStatusID>int< <CustomerProductStatusID>int</CustomerProductStatusID>
<RenewalDateStart>dateTime< <RenewalDateStart>dateTime</RenewalDateStart>
<RenewalDateEnd>dateTime< <RenewalDateEnd>dateTime</RenewalDateEnd>

</GetCustomerList>

</soap12:Body>

</soap12:Envelope>

SOAP Body Request Parameters

The following parameters can be used with this web service. Required parameters are highlighted in RED. This web service can be used as a dynamic query with search criteria entered into the parameters, or return all records by leaving all the parameters empty.

...

<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>

<GetCustomerListResponse xmlns="http://websvcs.quikforms.com/Partner">

<GetCustomerListResult>

<ErrorCode>int<<ErrorCode>int</ErrorCode>
<Message>string< <Message>string</Message>
<ResultData>

<xsd:schema>schema<schema>schema</xsd:schema>xml<schema>xml</ResultData>

</GetCustomerListResult>

</GetCustomerListResponse>

</soap12:Body>

</soap12:Envelope>

Result Fields

...