IMS Web Service Reference

Method: SetExhibition

Description

Use this function to edit/create an exhibition. If you are creating a new exhibition you must use GetNewExhibitionKey to get a new key.

Action

http://ims.lyngsoesystems.com/administration/SetExhibition

Input

The input of this method is the document element tns:SetExhibition having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
tns:Token  common:TokenType  1..1 
tns:ExhibitionKey  xsd:int  1..1 
tns:BranchKey  xsd:int  1..1 
tns:ExhibitionGroupingKey  xsd:int  1..1 
tns:AssignmentDepartmentKey  common:DepartmentKeyType  1..1 
tns:Name  common:ExhibitionNameType  1..1 
tns:Description  common:ExhibitionDescriptionType  1..1 
tns:StartDate  xsd:dateTime  1..1 
tns:EndDate  xsd:dateTime  1..1 
tns:MinimumItemCount  xsd:int  0..1 
tns:MaximumItemCount  xsd:int  0..1 
tns:CopiesMax  xsd:int  0..1 
tns:MinimumItemPerTitleCount  xsd:int  0..1 
tns:MaximumItemPerTitleCount  xsd:int  0..1 
tns:MaximumTitles  xsd:int  0..1 
tns:FillByTitle  xsd:boolean  1..1 
tns:Closed  xsd:boolean  1..1 
tns:LocationKeys  xsd:int  0..* 
Output

The output of this method is the document element tns:SetExhibitionResponse that is always empty.

Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidTokenException  common:InvalidTokenExceptionInfo 
InsufficientPrivileges  common:InsufficientPrivilegesExceptionInfo 
ParentNotFound  common:ParentNotFoundExceptionInfo 
IllegalExhibitionLocation  common:IllegalExhibitionLocationExceptionInfo