GetInboundActivity

Description

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

Formal Definition

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

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 UserInboundSummary (see below); lists all users who have inbound service activated in this account.
UserInboundSummary Description
Username String Username to which transactions apply
PhoneNumber String Inbound number on which faxes were received
TotalFaxes Integer Total number of received faxes
TotalPages Integer Total number of received pages
TotalUnits Decimal Total charge units
TotalCost Decimal Total cost for transactions in range
MinTransactionID Integer Lowest TransactionID returned in query
MaxTransactionID Integer Highest TransactionID returned in query