Submit a Ticket My Tickets
Welcome
Login  Sign up

GET GetRejectReasons API Version 1


GET GetRejectReasons API Version 1

Updated on 2018-07-24
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP


Summary:

Returns an array of rejection reasons.


Resource/WSDL Page:

http://<your_domain_here>/api/1/get.asmx?op=GetRejectReasons


Parameters

api_key
Required
Type: STRING
Length (Max/Min): 50
Must be a valid API key (existing and not expired)


Example Values: ej7Cjys7pnJzSiMzsgzyth1u3d7PdXn

 **Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value). 

 

Example Request

GET
https://cs1.cakemarketing.com/api/1/get.asmx/GetRejectReasons?api_key=7h5wniMrGuyizGE52P9Vg


<reject_reason_response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
<success>true</success>
<row_count>12</row_count>
<reject_reasons>
<reject_reason>
<reason_id xmlns="API:id_name_store">8</reason_id>
<reason_name xmlns="API:id_name_store">Already working with another company</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">10</reason_id>
<reason_name xmlns="API:id_name_store">Did apply for the service</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">13</reason_id>
<reason_name xmlns="API:id_name_store">Lead Returned Outside of Allowable Date</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">12</reason_id>
<reason_name xmlns="API:id_name_store">Not a valid return reason</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">9</reason_id>
<reason_name xmlns="API:id_name_store">Not interested in their product</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">7</reason_id>
<reason_name xmlns="API:id_name_store">Qualifies for the product</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">11</reason_id>
<reason_name xmlns="API:id_name_store">Spoke English</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">5</reason_id>
<reason_name xmlns="API:id_name_store">
Talked to someone who verified the individual lived there
</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">3</reason_id>
<reason_name xmlns="API:id_name_store">Talked to the individual who was contacted</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">2</reason_id>
<reason_name xmlns="API:id_name_store">Talked to the individual who was not contacted</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">4</reason_id>
<reason_name xmlns="API:id_name_store">Voicemail matched name</reason_name>
</reject_reason>
<reject_reason>
<reason_id xmlns="API:id_name_store">6</reason_id>
<reason_name xmlns="API:id_name_store">Working number</reason_name>
</reject_reason>
</reject_reasons>
</reject_reason_response>


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.