TRACK AcceptedDispositions API Version 1
Updated on 2014-04-11
Current Version: Version 1
Deprecated Version:
Requests Allowed: GET/SOAP
Summary:
This API will return an array of accepted dispositions.
Resource/WSDL Page:
http://<your_domain_here>/api/1/track.asmx?op=AcceptedDispositions
Parameters
api_key Required Type: STRING Length (Max/Min): 50 | This api_key must be a valid API key (exisiting and NOT expired). You can obtain this api_key from within CAKE >> Setup >> Permissions in the API Key list. Example Values: Fo35NRAqvFLXoZxqB4aViaiYM7iVMhh |
**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 |
Sample XML Response:
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDisposition xmlns="http://cakemarketing.com/api/1/">
<Disposition>
<disposition_id>unsignedByte</disposition_id>
<disposition_name>string</disposition_name>
</Disposition>
<Disposition>
<disposition_id>unsignedByte</disposition_id>
<disposition_name>string</disposition_name>
</Disposition>
</ArrayOfDisposition>
Example Error Messages:
Error Message | Likely Cause |
Invalid API Key | API Key does not exist or is expired |