TRACK RejectedDispositions API

Updated on 2014-04-06
Current Version: Version 1
Deprecated Version: 
Requests Allowed: GET/POST/SOAP

 

Summary:

This API will allow you to get the Rejected dispositions your instance of CAKE currently allows for.

 

They can also be seen in your instance under Setup> Reasons Lists> Dispositions, then you can filter by the rejected Status.

 

Resource/WSDL Page:


http://yourdomainhere.com/api/1/track.asmx?op=RejectedDispositions

 

Parameters

api_key

Required Valu
Type: STRING
Length (Max): 50

API key can be found in the user interface under setup> Permissions. Only accessible to administrators.

Example Values: dNJFmId9rI

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

http://demo.cakemarketing.com/api/1/track.asmx/RejectedDispositions?api_key=oLrOexHsTsdTLb5GKJA0WUw1Lz22Ja1B 

Sample XML Response:

<ArrayOfDisposition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cakemarketing.com/api/1/">
<Disposition>
<disposition_id>2</disposition_id>
<disposition_name>Rejected</disposition_name>
</Disposition>
<Disposition>
<disposition_id>12</disposition_id>
<disposition_name>Thrown Out</disposition_name>
</Disposition>
</ArrayOfDisposition>

 

Example Error Messages: 

Error Message

Likely Cause

Invalid API Key

API key does not exist or is expired.