soap/SoapData.php
Functions
get_attendee_list(
$session, $module_name, $id
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$session | ||
$module_name | ||
$id |
get_modified_entries(
$session, $module_name, $ids, $select_fields
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$session | ||
$module_name | ||
$ids | ||
$select_fields |
sync_get_modified_relationships(
\xsd:string $session, \xsd:string $module_name, \xsd:string $related_module, \xsd:string $from_date, \xsd:string $to_date, \xsd:int $offset, \xsd:int $max_results, \xsd:int $deleted, \xsd:int $module_id
=
'', \tns:select_fields $select_fields
=
array(), \tns:select_fields $ids
=
array(), \xsd:string $relationship_name
=
'', \xsd:string $deletion_date
=
'', \xsd:int $php_serialize
=
1
)
:
Get a list of the relationship records that have been modified within a specified date range. This is used to perform a sync with a mobile client.
The results are paged.
Name | Type | Description |
---|---|---|
$session | \xsd:string | |
$module_name | \xsd:string | |
$related_module | \xsd:string | |
$from_date | \xsd:string | |
$to_date | \xsd:string | |
$offset | \xsd:int | |
$max_results | \xsd:int | |
$deleted | \xsd:int | |
$module_id | \xsd:int | |
$select_fields | \tns:select_fields | |
$ids | \tns:select_fields | |
$relationship_name | \xsd:string | |
$deletion_date | \xsd:string | |
$php_serialize | \xsd:int |