home

LuiPersonRelationTransactionItemInfo

Name LuiPersonRelationTransactionItemInfo
Usage LuiPersonRelationService
updateLuiPersonRelationTransaction
LuiPersonRelationTransactionInfo
Type Complex

Description

A transaction item represents a request for creating a new relation of a
person (student) to a LUI. The transaction item also handle removing,
updating, swapping out an old LUI for a new LUI for a person.

Structure Definition

ShortName Name Type Description Cardinality XML Attribute? Implementation Notes
typeKey Type Key String Unique identifier for the type of this object. One Yes  
stateKey State Key String Unique identifier for the state of this object. One Yes  
personId Person Id String The person id for the relation request. One No  
newLuiId New Lui Id String The LUI id for a new relation request. One No  
existingLuiId Existing Lui Id String The existing LUI id for an existing relation remove or change requests. One No  
requestOptions Request Options RequestOptionList Specify the various request (or registration ) options for creating this
relationship.
Many No  
lprTransactionItemResult Lpr Transaction Item Result LuiPersonRelationTransactionItemResult Returns the transaction item result for this transaction item. One No  
meta Create/Update meta info MetaInfo Create and last update info for the structure. This is optional
and treated as read only since the data is set by the internals
of the service during maintenance operations.

Contains audit trail information about the creation and last
update of this object Also contains the version ind used for
optimistic locking.

Attempts to set or update should result in a ReadOnlyException
being thrown.
One No  
attributes Dynamic Attributes AttributeInfoList List of dynamic attributes, each holding a key-value pair that
can be configured to hold additional information for an
implementing institution.

Note: the key may be repeated more than once to simulate a list
of values.
Many No