Billhighway Cloud API

<back to all web services

FinancialActivitySummaryRq

The following routes are available for this service:
GET/financial/reporting/activitysummary
FinancialActivitySummaryRq Parameters:
NameParameterData TypeRequiredDescription
ClientIdqueryintNo
GroupIdquerystringNo
StartDatequeryDateTime?No
EndDatequeryDateTime?No
FinancialActivitySummaryRs Parameters:
NameParameterData TypeRequiredDescription
GroupIdformstringNo
GroupNickNameformstringNo
GroupNameformstringNo
StartDateformstringNo
EndDateformstringNo
ActivitySummaryformActivitySummaryNo
ErrorCodeformintNo
ErrorMessageformstringNo
IsErrorformboolNo
ActivitySummary Parameters:
NameParameterData TypeRequiredDescription
SalesCountformintNo
SalesGrossAmountformdecimalNo
SalesGrossFeesformdecimalNo
RefundsCountformintNo
RefundsGrossAmountformdecimalNo
RefundsGrossFeesformdecimalNo
DisputesCountformintNo
DisputesGrossAmountformdecimalNo
DisputesGrossFeesformdecimalNo
DisputeReversalsCountformintNo
DisputeReversalsGrossAmountformdecimalNo
DisputeReversalsGrossFeesformdecimalNo
NetActivityAmountformdecimalNo
TransfersformList<Transfer>No
Transfer Parameters:
NameParameterData TypeRequiredDescription
AccountNameformstringNo
TransfersCountformintNo
TransfersGrossAmountformdecimalNo
TransfersReversalsformdecimalNo

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

HTTP + CSV

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

GET /financial/reporting/activitysummary HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"GroupId":"String","GroupNickName":"String","GroupName":"String","StartDate":"String","EndDate":"String","ActivitySummary":{"SalesCount":0,"SalesGrossAmount":0,"SalesGrossFees":0,"RefundsCount":0,"RefundsGrossAmount":0,"RefundsGrossFees":0,"DisputesCount":0,"DisputesGrossAmount":0,"DisputesGrossFees":0,"DisputeReversalsCount":0,"DisputeReversalsGrossAmount":0,"DisputeReversalsGrossFees":0,"NetActivityAmount":0,"Transfers":[{"AccountName":"String","TransfersCount":0,"TransfersGrossAmount":0,"TransfersReversals":0}]},"ErrorCode":0,"ErrorMessage":"String","IsError":false}