Search Transactions of a Reseller

Description

Gets a detailed list of the transactions of Resellers, matching the search criteria.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
no-of-records Integer Required Number of transactions to be fetched
page-no Integer Required Page number for which details are to be fetched
reseller-id Array of Integers Optional ResellerId(s) of the Reseller(s) whose transaction details need to be fetched
username Array of Strings Optional Username of the Reseller whose transaction details need to be fetched
transaction-type Array of Strings Optional Type of the transactions. Possible values can be credit, debit, invoice, receipt.
transaction-key String Optional Transaction key. Possible value can be manually or systemgenerated.
transaction-id Array of Integers Optional Transaction Ids
transaction-description String Optional Transaction description
amt-range-start Integer Optional Lowest amount in the range of transactions you intend to list
amt-range-end Integer Optional Highest amount in the range of transactions you intend to list
transaction-date-start String Optional UNIX TimeStamp for listing of transactions whose Creation Date is greater than transaction-date-start
transaction-date-end String Optional UNIX TimeStamp for listing of transactions whose Creation Date is less than transaction-date-end

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/billing/reseller-transactions/search.json?auth-userid=0&api-key=key&no-of-records=1&page-no=1

Response

Returns the details of the Reseller(s) transactions which match the search criteria.