Get Reseller Details

Description

Returns Reseller-specific details such as Branding, Personal Details, etc..

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
reseller-id Integer Optional Reseller Id of the Sub-Reseller whose details need to be fetched. In case the Reseller Id is not provided, details of the Reseller making the API call will be returned.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/resellers/details.json?auth-userid=0&api-key=key

Response

Returns a hash map containing the below details:

  • Company (company)

  • Name (name)

  • Brand Name (brandname)

  • Reseller Id (resellerid)

  • Parent Id (parentid)

  • Reseller Status (resellerstatus)

  • Creation Date (creationdt)

  • Total Receipts (totalreceipts)

  • Address (address1)

  • City (city)

  • State (state)

  • Other State (other_state)

  • ZIP (zip)

  • Country (country)

  • Telephone Number Country Code (telnocc)

  • Telephone Number (telno)

  • Username (username)

  • Password (password)

  • Personal Identification Number (pin)

  • Language Preference (langpref)

  • Selling Currency Symbol (sellingcurrencysymbol)

  • Accounting Currency Symbol (accountingcurrencysymbol)

  • Sales Contact Id (salescontactid)

  • Billing Contact From Name (billingfromname)

  • Billing Contact Telephone Number Country Code (billingtelnocc)

  • Billing Contact Telephone Number (billingtelno)

  • Billing Contact Email Address (billingemailaddr)

  • Sales Contact From Name (salesfromname)

  • Sales Contact Telephone Number Country Code (salestelnocc)

  • Sales Contact Telephone Number (salestelno)

  • Sales Contact Email Address (salesemailaddr)

  • Sales Contact Signature (salessignature)

  • Technical Support Contact Telephone Number Country Code (technicalsupporttelnocc)

  • Technical Support Contact Telephone Number (technicalsupporttelno)

  • Technical Support Contact Email Address (technicalsupportmailaddr)

  • Abuse Desk Contact From Name (abusefromname)

  • Abuse Desk Contact Email Address (abuseemailaddr)

  • Abuse Desk Contact Signature (abusesignature)

  • Selling Currency Symbol of the Parent Reseller (parentsellingcurrencysymbol)

  • Funds Threshold Level (fundthreshold)

  • Minimum Total Receipts Required for Sub-Reseller Activation (minreceiptrequire)

  • Minimum Transaction Amount for making Payments Online (minimumbillingamount)

  • Minimum Transaction Amount for Adding Funds Online (minimumaddfundamount)

  • Offline Payment Details for Customers (directpaymentdetails_customer)

  • Offline Payment Details for Resellers (directpaymentdetails_reseller)

  • Whether Offline Payment Details Displayed to Customers (showdirectPayment_customer)

  • Whether Offline Payment Details Displayed to Resellers (showdirectpayment_reseller)

  • Conversion Rate (conversionrate)

  • Whether using System Conversion Rate (usesystemconversionrate)

  • Whether Generation of Risk Assessment Reports Enabled (sendriskreportmail)

  • Whether Sub-Reseller Signup is Restricted (isresellerrestricted)

  • Whether Automatic Signup for New Products Enabled (futureProductSignup)

  • Branding URL of the Parent Reseller (parentbrandingurl)

  • Partially Branded SuperSite 2 URL (partialsupersite2url)

  • Partially Branded PartnerSite URL (partialpartnersiteurl)

  • Primary Branded Control Panel URL (brandingurl)

  • Fully Branded SuperSite 2 URL (supersite2url)

  • Fully Branded SuperSite URL (supersiteurl)

  • Fully Branded PartnerSite URL (partnersiteurl)

  • Public Identifier for Google workspace (gsuitetransfertokens)
    value={
    "transfer_token_in":"TransferTokenIndiaKey",
    "transfer_token_gbl":"TransferTokenGBLKey"
     } 

  • In case of any errors, a status key with value as ERROR alongwith an error message will be returned.