GetOutboundActivity

Description

Get outbound activity list for all users (or for primary user only)

Formal Definition

https://ws.interfax.net/admin.asmx?op=GetOutboundActivity

Input

Name Type Comments
Username String As provided during registration; Note: This method can only be used by a “Primary” user.
Password String As provided during registration
TimeFrom DateTime Start of date range (yyyy-mm-dd); must be no older than 60 days.
TimeUntil DateTime End of date range (yyyy-mm-dd)
OnlyMyUser Boolean If true – return only the current user’s activity. If false – return activity for ALL users under current account.

Return Value:

Name Type Comments
Status Integer Possible values: 0, -1003, -2040, -2041; See Appendix A
TimeFrom DateTime Start of date range (yyyy-mm-dd)
TimeUntil DateTime End of date range (yyyy-mm-dd)
Users Array Array of UserOutboundSummary
UserOutboundSummary Description
Username String Username to which transactions apply (see below); lists all users who have outbound service activated in this account.
TotalFaxes Integer Total number of received faxes
TotalPages Integer Total number of received pages
TotalUnits Decimal Total charge units for transactions in range
TotalCost Decimal Total cost for transactions in range
MinTransactionID Integer Lowest TransactionID returned in query
MaxTransactionID Integer Highest TransactionID returned in query