wsActivity
The activities web service provides methods for creating and working with iMIS activity records.
The following operations are supported. For a formal definition, please review the Service Description.
-
CreateActivity
Creates a new activity, setting the data from the passed in parameters. -
CreateAttachmentByActivitySequence
Creates an activity attachement by activity sequence number -
CreateFullActivity
Creates a new activity, setting the data from the passed in parameters. This method has all possible parameters for an activity. -
CreateNewActivity
Creates a new activity from the passed in activity object. -
DeleteActivity
Deletes the activity record that matches the passed in sequence number. -
GetActivity
Returns the activity data that matches the passed in sequence number. -
GetActivityByActivityType
Get all activities with a specific Activity_Type and specify min and max values for thru date and effective dates -
GetActivityByIDAndType
Returns a list of all activities for the iMIS ID and activity_type specified -
GetActivitySQL
Returns all activities that match the SQL criteria specified. -
GetActivitybyId
Returns a list of all activities for the iMIS ID specified. -
GetAttachmentByActivitySequence
Gets an activity attachement by activity sequence number -
GetEmptyActivity
Creates a new instance of Activity class with default values. Usefull for filling in and sending back to CreateNewActivity. -
UpdateAttachmentByActivitySequence
Updates an activity attachement by activity sequence number -
UpdateFullActivity
Updates an activity, setting the data from the passed in parameters. This method has all possible parameters for an activity.