CCC API v8.12.0.0

<back to all web services

GetPartnerResellers

The following routes are available for this service:
GET/api/partners/{PartnerGuid}/resellersGets details of Resellers associated with a Partner.
GetPartnerResellers Parameters:
NameParameterData TypeRequiredDescription
PartnerGuidpathGuidYesThe guid of the Partner
ResellerStatusesqueryString[]NoAn array of the Reseller Statuses that will be return by this operation. If left null, only Active Resellers will be returned.

Allowable Values

  • Active
  • Disabled
ResellerListItem Parameters:
NameParameterData TypeRequiredDescription
ResellerGuidbodyGuidNo
NameformstringNo
StatusformstringNo
CreatedOnbodyDateTimeNo
CompanyNameformstringNo
DefaultCollectionGuidbodyGuidNo
ContactInfobodyContactInfoNo
PartnerGuidbodyGuidNo
ContactInfo Parameters:
NameParameterData TypeRequiredDescription
NamebodyStringYes
EmailbodyStringYes
PhoneNumberbodyStringYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/partners/{PartnerGuid}/resellers HTTP/1.1 
Host: api.secure-messaging.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[]