/
UnsubscribeCustomerToFormDealer Method
UnsubscribeCustomerToFormDealer Method
This method unsubscribes a customer from a company's forms.
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> <UnsubscribeCustomerToFormDealer xmlns="http://websvcs.quikforms.com/Partner"> <CustomerID>int</CustomerID> <DealerID>int</DealerID> </UnsubscribeCustomerToFormDealer> </soap:Body> </soap:Envelope>
SOAP Request Parameters
Field Name | Data Type | Required? | Description |
---|---|---|---|
CustomerID | Integer | Yes | The customer ID that belongs to the user's customer account |
DealerID | Integer | Yes | The dealer ID whose forms you wish to unsubscribe the customer from (Partners can use GetDealerList to return the list of their subscribed dealers) |
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> <UnsubscribeCustomerToFormDealerResponse xmlns="http://websvcs.quikforms.com/Partner"> <UnsubscribeCustomerToFormDealerResult> <ErrorCode>int</ErrorCode> <Message>string</Message> <ResultData> <xsd:schema>schema</xsd:schema>xml</ResultData> </UnsubscribeCustomerToFormDealerResult> </UnsubscribeCustomerToFormDealerResponse> </soap:Body> </soap:Envelope>
Result Fields
Besides ErrorCode and Message, this method does not return any data.
, multiple selections available,
Related content
SubscribeCustomerToFormDealer Method
SubscribeCustomerToFormDealer Method
More like this
GetCustomerList Method
GetCustomerList Method
More like this
GetCustomerList Method
GetCustomerList Method
More like this
GetUserList Method
GetUserList Method
More like this
UpdateUser Method
UpdateUser Method
More like this
GetCustomerLicenseList Method
GetCustomerLicenseList Method
More like this
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK