|
|
|
|
Simple Web Services
Welcome to the simple web services. These web services provide access to the core
functionality of the messaging system using only simple data types. Each of the
web services below exposes a logical subset of our system allowing you to only connect
to the functionality you require. This in turn means that it is clear and logical
which aspects of the system are being used by any piece of client code.
|
Throughout these web services any ReportCSV output parameters will be populated
with a CSV standard string in the following format:
- The first record contains a comma separated list of column names without double-quotes.
- Following this all columns are delimited by double-quote characters and separated
by a comma.
- Each row is separated by a single line feed, (0x0A).
This CSV standard string is in the same as that returned from the main web site.
The following is an example of a CSV standard string:
First Name,Last Name,Email Address,Current Balance,Off Peak Balance
"Fred","Bob","Fred.Bob@Test.com","10.0","0.0"
"John","Smith","John.Smith@Test.com","15.0","0.0"
|
|
It should also be noted that any date/time strings must be in the format MM/DD/YYYY
HH:MM:SS.
|
Account
This web service provides methods that allow you to open, manage and report upon
accounts and their sub-accounts.
Service Description
|
Contact
This web service provides methods that allow you to create, manage and report upon
address book contacts.
Service Description
|
EP
This web service provides methods that allow you to report upon the status of contacts
in an emergency.
Service Description
|
Fixed Message
This web service provides methods that allow you to create, manage and report upon
the fixed messages defined for an account.
Service Description
|
Group
This web service provides methods that allow you to create, manage and report upon
address book groups.
Service Description
|
Message
This web service provides methods that allow you to send text messages and emails
to individuals or address book groups.
Service Description
|
Report
This web service provides methods that allow you to report upon text messages and
emails sent to and from an account.
Service Description
|
|
|