AddOnItem Node
AddOnItem Node
This node contains show registration package add-on definitions. These nodes are contained within an AddOnItems container node within a ShowPackage node.
Example:
<AddOnItem ShowPackageAddOnItemKey="792" Description="Keynote Presentation" DisplayOrder="0" DetailItemType="2" DetailItemKey="39395" ForAfterShowAccess="0" FromDate="2010-01-01 08:00:00" ToDate="2010-02-20 17:00:00" />
Calling the API
The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.
The format of the call :https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50565&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&ShowKey={ShowKey}&InfoTypeFilter={filter code list, in |OPTION|OPTION| format…}
Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.
Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50565. All other parameters may appear in any sequence order.
Attribute |
Type |
Comment |
---|---|---|
ShowPackageAddOnItemKey |
Integer |
The Notified show package add-on key for this package add-on. |
Description |
String |
The description of the add-on item. |
DisplayOrder |
Integer |
The defined order in which this should display. |
DetailItemType |
Integer |
The value indicates what type of item this applies to. Values are 0 – ShowPackage, 1 – Event Track, 2 – Event, 3 – Booth. |
DetailItemKey |
Integer |
The Notified key value for the item is indicated by DetailItemType. |
ForAfterShowAccess |
Flag (0/1) |
Flag indicating whether this add-on item applies to the after-show access period. |
FromDate |
Date |
Effective starting availability date and time for this package add-on. |
ToDate |
Date |
Effective ending availability date and time for this package add-on. |
ShowPackageAddOnItemKey |
Integer |
The Notified show package add-on key for this package add-on. |
Description |
String |
The description of the add-on item. |
DisplayOrder |
Integer |
The defined order in which this should display. |
DetailItemType |
Integer |
The value indicates what type of item this applies to. Values are 0 – ShowPackage, 1 – Event Track, 2 – Event, 3 – Booth. |
DetailItemKey |
Integer |
The Notified key value for the item is indicated by DetailItemType. |
ForAfterShowAccess |
Flag (0/1) |
Flag indicating whether this add-on item applies to the after-show access period. |
FromDate |
Date |
Effective starting availability date and time for this package add-on. |
ToDate |
Date |
Effective ending availability date and time for this package add-on. |