Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This method subscribes a customer to a company's forms.

SOAP Request

Code Block
languagexml
titleXML
<?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>
    <SubscribeCustomerToFormDealer xmlns="http://websvcs.quikforms.com/Partner">
      <CustomerID>int</CustomerID>
      <DealerID>int</DealerID>
    </SubscribeCustomerToFormDealer>
  </soap:Body>
</soap:Envelope>

SOAP Request Parameters

Field NameData TypeRequired?Description

CustomerID

Integer

Yes

The customer ID that belongs to the user's customer account

DealerIDIntegerYesThe dealer ID whose forms you wish to subscribe the customer to (Partners can use GetDealerList to return the list of their subscribed dealers)

SOAP Response

Code Block
languagexml
titleXML
<?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>
    <SubscribeCustomerToFormDealerResponse xmlns="http://websvcs.quikforms.com/Partner">
      <SubscribeCustomerToFormDealerResult>
        <ErrorCode>int</ErrorCode>
        <Message>string</Message>
        <ResultData>
          <xsd:schema>schema</xsd:schema>xml</ResultData>
      </SubscribeCustomerToFormDealerResult>
    </SubscribeCustomerToFormDealerResponse>
  </soap:Body>
</soap:Envelope>

Result Fields

The ResultData contains the following fields:

Field Name

Data Type

Description

???

???

???

???

???

???