Versions Compared

Key

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

This method returns a list of licenses for a given list of CustomerIDs in the partner's 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: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>

<GetCustomerLicenseList xmlns="http://websvcs.quikforms.com/Partner">
<CustomerIDs>string</CustomerIDs>
<CustomerUniqueIDs>string</CustomerUniqueIDs>
<ProductID>int</ProductID>
<CustomerProductStatusID>int</CustomerProductStatusID>
<RenewalDateStart>dateTime</RenewalDateStart>
<RenewalDateEnd>dateTime</RenewalDateEnd>

</GetCustomerLicenseList>

...

<GetCustomerLicenseListResult>

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

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

</GetCustomerLicenseListResult>

...