EXPOCAD (Preview)
This service interfaces with live EXPOCAD event data. Please use PUT, POST, and DELETE operations with discretion. Keep authorization codes private. If your code has been compromised, contact tech@expocad.com immediately.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | EXPOCAD Developer Support |
URL | https://support.expocad.com/ |
developer@expocad.com |
Connector Metadata | |
---|---|
Publisher | EXPOCAD |
Website | https://www.expocad.com |
Privacy policy | https://new.expocad.com/privacy-policy |
Categories | Marketing;Sales and CRM |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add a child exhibitor to the specified booth |
When adding a child exhibitor, the child exhibitor must already exist |
Add a new booth class |
Adds a new booth class to the supplied event. |
Add a new exhibitor |
Adds a new exhibitor to the supplied event. |
Add a new rate plan |
Adds a new rate plan to the supplied event. |
Apply a single booth class to the specified booth |
Applys a single booth class to the specified booth in the supplied event. |
Change the number of the specified booth |
Changes the number of the specified booth in the supplied event. |
Combine the specified booths into a new booth |
Combines the specified booths into a new booth in the supplied event. |
Convert Held booth to Rented |
Rents the specified held booth to the held exhibitor in the supplied event. This operation will fail if the booth is currently held to a temporary exhibitor. |
Convert Rented booth to Hold |
Converts the specified rented booth to a booth on hold to the same exhibitor in the supplied event. |
Delete a booth class |
Deletes a booth class in the supplied event. |
Delete an exhibitor |
Deletes an exhibitor in the supplied event. |
Delete the specified booths |
Deletes the specified booths in the supplied event. |
Get a collection of all pavilions |
Returns a collection of all pavilions in the supplied event. |
Get a collection of all rate plans |
Returns a collection of all rate plans in the supplied event. |
Get a collection of all showinshows |
Returns a collection of all showinshows in the supplied event. |
Get a collection of transactions |
Parameters startDate and endDate allow you to filter by a date range.
|
Get a list of all assigned request items |
Returns a list of all assigned request items. If any parameter is omitted, that filter will not be applied. |
Get a list of payments in the Expocad Event |
Returns list of payments in the Expocad Event.For Non-Credit Card Payments, The Check Number is returned in the CCLast4 field. |
Get All Available Booths |
Returns a collection of all available booths in the supplied event |
Get All Booths |
Returns an array of all booths in the supplied event. |
Get All Events |
Returns a collection of registered events. |
Get All Exhibitors |
Returns a collection of all exhibitors in the supplied event. |
Get All Rented Booths |
Returns a collection of all rented booths in the supplied event. |
Get an Exhibitor |
Returns the specified exhibitor. |
Get details of a single invoice |
Gets details of a single invoice Either invoiceNo or exhibtitorId is required. |
Get Event Information |
Returns basic information about the supplied event. |
Get Event Statistics |
Returns basic statistics describing the supplied event. |
Get financial information for the specified booth |
Returns financial information for the specified booth. |
Get Specific Booth |
Returns the specified booth. |
Get the currently set default rate plan |
Returns the currently set default rate plan from the supplied event. |
Get the master list of payment types |
Returns the master list of payment types. |
Holds the specified booth |
EXPOCAD allows for a booth to be placed on hold to either an existing Exhibitor (by Id) or to a temporary Exhibitor (by Name). Choose one parameter or the other - 'ExhibitorId' or 'ExhibitorName'. If both paramerters are supplied, the hold will default to the Exhibitor ID. |
Override the display on drawing property for the specified booth |
Overrides the display on drawing property for the specified booth. |
Remove a child exhibitor from the specified booth |
Removes a child exhibitor from the specified booth in the supplied event. |
Remove a single booth class from the specified booth |
Removes a single booth class from the specified booth in the supplied event. |
Rent a Booth |
Rents the specified booth in the supplied event. |
Reset the display on drawing override for the specified booth |
Resets the display on drawing override for the specified booth. |
Return a collection of all booth classes |
Returns a collection of all booth classes in the supplied event. |
Return the specified booth class |
Returns the specified booth class. |
Returns all invoices in supplied event |
Returns all invoices in the supplied event. |
Returns the master list of requestable items |
Will return items that match either the glCode or the transactionCode. For TotalNumberAvailable, 0 = Unlimited |
Set the default rate plan |
Sets the default rate plan for the supplied event. |
Uncombine the specified booth |
Uncombines the specified booth in the supplied event. |
Undelete the specified booths |
Undeletes the specified booths in the supplied event. |
Unholds the specified booth |
Unholds the specified booth in the supplied event. |
Unrent a Booth |
Unrents the specified booth in the supplied event. |
Update an exhibitor |
Updates an exhibitor in the supplied event. |
Update the specified booth class |
Updates the specified booth class. |
Add a child exhibitor to the specified booth
When adding a child exhibitor, the child exhibitor must already exist
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The ID of the child exhibitor
|
childExhibitorId | True | string |
The ID of the child exhibitor |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Add a new booth class
Adds a new booth class to the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Id
|
Id | True | string | |
Name
|
Name | string | ||
Description
|
Description | string | ||
KeepWhenCombined
|
KeepWhenCombined | True | integer | |
CountAsInventory
|
CountAsInventory | True | integer | |
Prioritity
|
Prioritity | string | ||
Color
|
Color | integer | ||
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- BoothClass
Add a new exhibitor
Adds a new exhibitor to the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Address1
|
Address1 | string | ||
Address2
|
Address2 | string | ||
City
|
City | string | ||
Comments
|
Comments | string | ||
Comments2
|
Comments2 | string | ||
Contact
|
Contact | string | ||
Country
|
Country | string | ||
CellPhone
|
CellPhone | string | ||
DisplayOnDrawing
|
DisplayOnDrawing | string | ||
DoingBusinessAs
|
DoingBusinessAs | string | ||
DoingBusinessAsDisplayOnDrawing
|
DoingBusinessAsDisplayOnDrawing | string | ||
Email
|
string | |||
ExhibitorId
|
ExhibitorId | True | string | |
ExhibitorName
|
ExhibitorName | string | ||
ExhibitorNameLine2
|
ExhibitorNameLine2 | string | ||
Fax
|
Fax | string | ||
Field1
|
Field1 | string | ||
Field2
|
Field2 | string | ||
Field3
|
Field3 | string | ||
Field4
|
Field4 | string | ||
Field5
|
Field5 | string | ||
Field6
|
Field6 | string | ||
Field7
|
Field7 | string | ||
Field8
|
Field8 | string | ||
Field9
|
Field9 | string | ||
NickName
|
NickName | string | ||
Salutation
|
Salutation | string | ||
Title
|
Title | string | ||
Phone
|
Phone | string | ||
PostalCode
|
PostalCode | string | ||
PrimaryGroup
|
PrimaryGroup | string | ||
PriorityPoints
|
PriorityPoints | string | ||
ProductDescription
|
ProductDescription | string | ||
State
|
State | string | ||
WebSite
|
WebSite | string | ||
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- Exhibitor
Add a new rate plan
Adds a new rate plan to the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Name
|
Name | True | string | |
ShortCode
|
ShortCode | True | string | |
GrossRate
|
GrossRate | True | double | |
FixedDiscountRate
|
FixedDiscountRate | True | double | |
PercentDiscountRate
|
PercentDiscountRate | True | double | |
IsFixed
|
IsFixed | True | boolean |
Returns
- Body
- RatePlan
Apply a single booth class to the specified booth
Applys a single booth class to the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The class ID of the booth class
|
classId | True | string |
The class ID of the booth class |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Change the number of the specified booth
Changes the number of the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the existing booth to change
|
oldNumber | True | string |
The booth number of the existing booth to change |
The new booth number to be assigned
|
newNumber | True | string |
The new booth number to be assigned |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Combine the specified booths into a new booth
Combines the specified booths into a new booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
boothNumbers
|
boothNumbers | True | array of string | |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
0 or 1
|
boundary | True | integer |
0 or 1 |
Returns
- response
- object
Convert Held booth to Rented
Rents the specified held booth to the held exhibitor in the supplied event. This operation will fail if the booth is currently held to a temporary exhibitor.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The rate plan name
|
ratePlan | string |
The rate plan name |
Returns
- response
- object
Convert Rented booth to Hold
Converts the specified rented booth to a booth on hold to the same exhibitor in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Delete a booth class
Deletes a booth class in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The class Id of the booth class
|
classId | True | string |
The class Id of the booth class |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Delete an exhibitor
Deletes an exhibitor in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The ID of the exhibitor
|
id | True | string |
The ID of the exhibitor |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Delete the specified booths
Deletes the specified booths in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
boothNumbers
|
boothNumbers | True | array of string | |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Get a collection of all pavilions
Returns a collection of all pavilions in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of Pavilion
Get a collection of all rate plans
Returns a collection of all rate plans in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of RatePlan
Get a collection of all showinshows
Returns a collection of all showinshows in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of ShowInShow
Get a collection of transactions
Parameters startDate and endDate allow you to filter by a date range.
If you do decide to filter by a range, you must supply at least one valid date.
Valid dates are in the format of: YYYY-MM-DD
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Filter transactions on and after this date. YYYY-MM-DD
|
startDate | date-time |
Filter transactions on and after this date. YYYY-MM-DD |
|
Filter transactions on and before this date. YYYY-MM-DD
|
endDate | date-time |
Filter transactions on and before this date. YYYY-MM-DD |
|
An exhibitor ID to filter by
|
exhibitorId | string |
An exhibitor ID to filter by |
|
A booth number to filter by
|
boothNumber | string |
A booth number to filter by |
|
An expocad user to filter by
|
expocadUser | string |
An expocad user to filter by |
|
A general ledger code to filter by
|
glCode | string |
A general ledger code to filter by |
|
Filter by reversed transactions. Default includes all transactions
|
reversedFilter | string |
Filter by reversed transactions. Default includes all transactions |
Returns
- response
- array of Transaction
Get a list of all assigned request items
Returns a list of all assigned request items. If any parameter is omitted, that filter will not be applied.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The Id of an Exhibitor
|
exhibitorId | string |
The Id of an Exhibitor |
|
The number of an Invoice
|
invoiceNumber | string |
The number of an Invoice |
|
Only items on or after startDate are returned
|
startDate | date-time |
Only items on or after startDate are returned |
|
Only items on or before endDate are returned
|
endDate | date-time |
Only items on or before endDate are returned |
|
Only items assigned to this booth number are return
|
booth | string |
Only items assigned to this booth number are return |
|
The item code of a Master Request Item
|
glCode | string |
The item code of a Master Request Item |
|
Only items with this transactionCode are returned
|
transactionCode | string |
Only items with this transactionCode are returned |
Returns
- response
- array of InvoiceRequestItem
Get a list of payments in the Expocad Event
Returns list of payments in the Expocad Event.For Non-Credit Card Payments, The Check Number is returned in the CCLast4 field.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The Id of an Exhibitor. If omitted, this filter is not applied
|
ExhibitorId | string |
The Id of an Exhibitor. If omitted, this filter is not applied |
|
The depositId of a payment. If omitted, this filter is not applied
|
DepositId | string |
The depositId of a payment. If omitted, this filter is not applied |
|
The number of a particular Invoice. If omitted, this filter is not applied
|
InvoiceNumber | string |
The number of a particular Invoice. If omitted, this filter is not applied |
|
The start date of a payment range. If omitted, this filter is not applied
|
StartDate | string |
The start date of a payment range. If omitted, this filter is not applied |
|
The end date of a payment range. If omitted, this filter is not applied
|
EndDate | string |
The end date of a payment range. If omitted, this filter is not applied |
|
The type a payment. If omitted, this filter is not applied
|
PaymentTypeCategory | string |
The type a payment. If omitted, this filter is not applied |
Returns
- response
- array of InvoicePayment
Get All Available Booths
Returns a collection of all available booths in the supplied event
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of Booth
Get All Booths
Returns an array of all booths in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Filter by deleted booths. Default includes only non deleted booths
|
deletedFilter | string |
Filter by deleted booths. Default includes only non deleted booths |
Returns
- response
- array of Booth
Get All Events
Returns a collection of registered events.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Returns
- response
- array of ExpocadEvent
Get All Exhibitors
Returns a collection of all exhibitors in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of Exhibitor
Get All Rented Booths
Returns a collection of all rented booths in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of Booth
Get an Exhibitor
Returns the specified exhibitor.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The ID of the exhibitor
|
id | True | string |
The ID of the exhibitor |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- Exhibitor
Get details of a single invoice
Gets details of a single invoice Either invoiceNo or exhibtitorId is required.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
Name of the event database |
Invoice Number to get
|
invoiceNo | string |
Invoice Number to get |
|
Customer Id of the exhibitor
|
exhibitorId | string |
Customer Id of the exhibitor |
Returns
- Body
- Invoice
Get Event Information
Returns basic information about the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- ExpoEventInformation
Get Event Statistics
Returns basic statistics describing the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- EventStats
Get financial information for the specified booth
Returns financial information for the specified booth.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- BoothFinancial
Get Specific Booth
Returns the specified booth.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- Booth
Get the currently set default rate plan
Returns the currently set default rate plan from the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- RatePlan
Get the master list of payment types
Returns the master list of payment types.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Event database name
|
databaseName | True | string |
Event database name |
Returns
- response
- array of PaymentTypeItem
Holds the specified booth
EXPOCAD allows for a booth to be placed on hold to either an existing Exhibitor (by Id) or to a temporary Exhibitor (by Name). Choose one parameter or the other - 'ExhibitorId' or 'ExhibitorName'. If both paramerters are supplied, the hold will default to the Exhibitor ID.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The ID of the exhibitor
|
exhibitorId | string |
The ID of the exhibitor |
|
The name of the exhibitor
|
exhibitorName | string |
The name of the exhibitor |
|
Comments regarding the hold
|
comment | string |
Comments regarding the hold |
Returns
- response
- object
Override the display on drawing property for the specified booth
Overrides the display on drawing property for the specified booth.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The text to override the display on drawing
|
text | True | string |
The text to override the display on drawing |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Remove a child exhibitor from the specified booth
Removes a child exhibitor from the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The ID of the child exhibitor
|
childExhibitorId | True | string |
The ID of the child exhibitor |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Remove a single booth class from the specified booth
Removes a single booth class from the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The class ID of the booth class
|
classId | True | string |
The class ID of the booth class |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Rent a Booth
Rents the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The ID of the exhibitor
|
exhibitorId | True | string |
The ID of the exhibitor |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The rate plan name
|
ratePlan | string |
The rate plan name |
|
A status for the rented booth
|
status | string |
A status for the rented booth |
|
A comment for the rented booth
|
comment | string |
A comment for the rented booth |
Returns
- response
- object
Reset the display on drawing override for the specified booth
Resets the display on drawing override for the specified booth.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Return a collection of all booth classes
Returns a collection of all booth classes in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- array of BoothClass
Return the specified booth class
Returns the specified booth class.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The class ID of the booth class
|
classId | True | string |
The class ID of the booth class |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- BoothClass
Returns all invoices in supplied event
Returns all invoices in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Name of the event database
|
databaseName | True | string |
Name of the event database |
Returns
- response
- array of Invoice
Returns the master list of requestable items
Will return items that match either the glCode or the transactionCode. For TotalNumberAvailable, 0 = Unlimited
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The item code of a Request Item. If omitted, returns all available Request Items
|
glCode | string |
The item code of a particular Request Item. If omitted, returns all available Request Items |
|
The transaction code of a particular Request Item
|
transactionCode | string |
The transaction code of a particular Request Item |
Returns
- response
- array of MasterRequestItem
Set the default rate plan
Sets the default rate plan for the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
The rate plan name
|
name | True | string |
The rate plan name |
Returns
- response
- object
Uncombine the specified booth
Uncombines the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Undelete the specified booths
Undeletes the specified booths in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
boothNumbers
|
boothNumbers | True | array of string | |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Unholds the specified booth
Unholds the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Unrent a Booth
Unrents the specified booth in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
The booth number of the booth
|
boothNumber | True | string |
The booth number of the booth |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- response
- object
Update an exhibitor
Updates an exhibitor in the supplied event.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Address1
|
Address1 | string | ||
Address2
|
Address2 | string | ||
City
|
City | string | ||
Comments
|
Comments | string | ||
Comments2
|
Comments2 | string | ||
Contact
|
Contact | string | ||
Country
|
Country | string | ||
CellPhone
|
CellPhone | string | ||
DisplayOnDrawing
|
DisplayOnDrawing | string | ||
DoingBusinessAs
|
DoingBusinessAs | string | ||
DoingBusinessAsDisplayOnDrawing
|
DoingBusinessAsDisplayOnDrawing | string | ||
Email
|
string | |||
ExhibitorId
|
ExhibitorId | True | string | |
ExhibitorName
|
ExhibitorName | string | ||
ExhibitorNameLine2
|
ExhibitorNameLine2 | string | ||
Fax
|
Fax | string | ||
Field1
|
Field1 | string | ||
Field2
|
Field2 | string | ||
Field3
|
Field3 | string | ||
Field4
|
Field4 | string | ||
Field5
|
Field5 | string | ||
Field6
|
Field6 | string | ||
Field7
|
Field7 | string | ||
Field8
|
Field8 | string | ||
Field9
|
Field9 | string | ||
NickName
|
NickName | string | ||
Salutation
|
Salutation | string | ||
Title
|
Title | string | ||
Phone
|
Phone | string | ||
PostalCode
|
PostalCode | string | ||
PrimaryGroup
|
PrimaryGroup | string | ||
PriorityPoints
|
PriorityPoints | string | ||
ProductDescription
|
ProductDescription | string | ||
State
|
State | string | ||
WebSite
|
WebSite | string | ||
The ID of the exhibitor
|
id | True | string |
The ID of the exhibitor |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- Exhibitor
Update the specified booth class
Updates the specified booth class.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
EXPOCAD Account
|
ClientName | True | string |
Organization Account use for EXPOCAD |
Id
|
Id | True | string | |
Name
|
Name | string | ||
Description
|
Description | string | ||
KeepWhenCombined
|
KeepWhenCombined | True | integer | |
CountAsInventory
|
CountAsInventory | True | integer | |
Prioritity
|
Prioritity | string | ||
Color
|
Color | integer | ||
The class ID of the booth class
|
classId | True | string |
The class ID of the booth class |
The database name of the EXPOCAD event
|
databaseName | True | string |
The database name of the EXPOCAD event |
Returns
- Body
- BoothClass
Definitions
Booth
Name | Path | Type | Description |
---|---|---|---|
ExhibitorId
|
ExhibitorId | string | |
BoothNumber
|
BoothNumber | string | |
Dimensions
|
Dimensions | string | |
DisplayNameOverride
|
DisplayNameOverride | string | |
XSize
|
XSize | string | |
YSize
|
YSize | string | |
Area
|
Area | string | |
NumericArea
|
NumericArea | double | |
Status
|
Status | string | |
BoothClasses
|
BoothClasses | array of string | |
ChildExhibitors
|
ChildExhibitors | array of string | |
Pavilion
|
Pavilion | string | |
ShowInShow
|
ShowInShow | string | |
BoothType
|
BoothType | string | |
UnitType
|
UnitType | string | |
HoldExhibitorId
|
HoldExhibitorId | string | |
HoldExhibitorName
|
HoldExhibitorName | string | |
HoldComment
|
HoldComment | string | |
OpenCorners
|
OpenCorners | integer | |
IsDeleted
|
IsDeleted | boolean | |
IsOnHold
|
IsOnHold | boolean | |
IsRented
|
IsRented | boolean |
BoothClass
Name | Path | Type | Description |
---|---|---|---|
Id
|
Id | string | |
Name
|
Name | string | |
Description
|
Description | string | |
KeepWhenCombined
|
KeepWhenCombined | integer | |
CountAsInventory
|
CountAsInventory | integer | |
Prioritity
|
Prioritity | string | |
Color
|
Color | integer |
ExpocadEvent
Name | Path | Type | Description |
---|---|---|---|
EventName
|
EventName | string |
Gets or sets the event name |
DatabaseName
|
DatabaseName | string |
Gets or sets the database name |
EventStats
Name | Path | Type | Description |
---|---|---|---|
TotalBooths
|
TotalBooths | string | |
RentedBooths
|
RentedBooths | string | |
AvailableBooths
|
AvailableBooths | string | |
HoldBooths
|
HoldBooths | string | |
NonInventoryBooths
|
NonInventoryBooths | string | |
TotalExhibitors
|
TotalExhibitors | string | |
TotalBoothArea
|
TotalBoothArea | string | |
RentedBoothArea
|
RentedBoothArea | string | |
AvailableBoothArea
|
AvailableBoothArea | string | |
HoldBoothArea
|
HoldBoothArea | string | |
NonInventoryBoothArea
|
NonInventoryBoothArea | string | |
RentedBoothPercentage
|
RentedBoothPercentage | string | |
AvailableBoothPercentage
|
AvailableBoothPercentage | string | |
HoldBoothPercentage
|
HoldBoothPercentage | string | |
NetValueSold
|
NetValueSold | string |
ExpoEventInformation
Name | Path | Type | Description |
---|---|---|---|
EventName
|
EventName | string |
Gets or sets the event name |
DatabaseName
|
DatabaseName | string |
Gets or sets the database name |
EventExhibitorFile
|
EventExhibitorFile | string |
Gets or sets the event exhibitor file |
EventDescription
|
EventDescription | string |
Gets or sets the event description |
ShowTitle
|
ShowTitle | string |
Gets or sets the show title |
ShowDates
|
ShowDates | string |
Gets or sets the show dates |
ContractorName
|
ContractorName | string |
Gets or sets the contractor name |
ContractorPhone
|
ContractorPhone | string |
Gets or sets the contractor phone |
EventLocation
|
EventLocation | string |
Gets or sets the event location |
EventLocation2
|
EventLocation2 | string |
Gets or sets the event location 2 |
Exhibitor
Name | Path | Type | Description |
---|---|---|---|
Address1
|
Address1 | string | |
Address2
|
Address2 | string | |
City
|
City | string | |
Comments
|
Comments | string | |
Comments2
|
Comments2 | string | |
Contact
|
Contact | string | |
Country
|
Country | string | |
CellPhone
|
CellPhone | string | |
DisplayOnDrawing
|
DisplayOnDrawing | string | |
DoingBusinessAs
|
DoingBusinessAs | string | |
DoingBusinessAsDisplayOnDrawing
|
DoingBusinessAsDisplayOnDrawing | string | |
Email
|
string | ||
ExhibitorId
|
ExhibitorId | string | |
ExhibitorName
|
ExhibitorName | string | |
ExhibitorNameLine2
|
ExhibitorNameLine2 | string | |
Fax
|
Fax | string | |
Field1
|
Field1 | string | |
Field2
|
Field2 | string | |
Field3
|
Field3 | string | |
Field4
|
Field4 | string | |
Field5
|
Field5 | string | |
Field6
|
Field6 | string | |
Field7
|
Field7 | string | |
Field8
|
Field8 | string | |
Field9
|
Field9 | string | |
NickName
|
NickName | string | |
Salutation
|
Salutation | string | |
Title
|
Title | string | |
Phone
|
Phone | string | |
PostalCode
|
PostalCode | string | |
PrimaryGroup
|
PrimaryGroup | string | |
PriorityPoints
|
PriorityPoints | string | |
ProductDescription
|
ProductDescription | string | |
State
|
State | string | |
WebSite
|
WebSite | string |
Transaction
Name | Path | Type | Description |
---|---|---|---|
Amount
|
Amount | string | |
BoothNumber
|
BoothNumber | string | |
Comment
|
Comment | string | |
TransactionDateGenerated
|
TransactionDateGenerated | date-time | |
ExhibitorId
|
ExhibitorId | string | |
ExpocadUser
|
ExpocadUser | string | |
GlCode
|
GlCode | string | |
InvoiceNumber
|
InvoiceNumber | string | |
IsReversed
|
IsReversed | boolean | |
TransactionCode
|
TransactionCode | string | |
TransactionType
|
TransactionType | string | |
InvoiceDate
|
InvoiceDate | date-time | |
InvoiceTerms
|
InvoiceTerms | string | |
InvoiceDueDate
|
InvoiceDueDate | date-time | |
InvoiceDateGenerated
|
InvoiceDateGenerated | date-time | |
InvoiceTotalPaid
|
InvoiceTotalPaid | string | |
InvoiceTotalDue
|
InvoiceTotalDue | string | |
InvoiceModified
|
InvoiceModified | boolean | |
DepositSlipId
|
DepositSlipId | string | |
PaymentType
|
PaymentType | string | |
PaymentTypeCategory
|
PaymentTypeCategory | string | |
PaymentCardNumber
|
PaymentCardNumber | string | |
PaymentCardExpirationDate
|
PaymentCardExpirationDate | string | |
PaymentAprNumber
|
PaymentAprNumber | string | |
PaymentNote
|
PaymentNote | string |
BoothFinancial
Name | Path | Type | Description |
---|---|---|---|
BoothNumber
|
BoothNumber | string | |
ExhibitorId
|
ExhibitorId | string | |
InvoiceNo
|
InvoiceNo | string | |
BillableArea
|
BillableArea | double | |
Discount
|
Discount | double | |
DiscountValue
|
DiscountValue | double | |
GrossRate
|
GrossRate | double | |
NetRate
|
NetRate | double | |
TotalExtras
|
TotalExtras | double | |
TotalDue
|
TotalDue | double | |
CommitDate
|
CommitDate | string | |
ReceivedDate
|
ReceivedDate | string | |
DepositDate
|
DepositDate | string | |
Comment
|
Comment | string | |
RatePlan
|
RatePlan | string | |
BoothStatus
|
BoothStatus | string |
Invoice
Name | Path | Type | Description |
---|---|---|---|
InvoiceNo
|
InvoiceNo | string | |
CustomerId
|
CustomerId | string | |
TotalPaid
|
TotalPaid | double | |
TotalDue
|
TotalDue | double | |
DueDate
|
DueDate | string | |
BalanceDue
|
BalanceDue | double | |
LastPaidAmount
|
LastPaidAmount | double | |
LastPaidDate
|
LastPaidDate | string |
MasterRequestItem
Name | Path | Type | Description |
---|---|---|---|
GlCode
|
GlCode | string | |
TransactionCode
|
TransactionCode | string | |
Description
|
Description | string | |
UnitCost
|
UnitCost | double | |
TotalNumberAvailable
|
TotalNumberAvailable | integer | |
AddOnRent
|
AddOnRent | string | |
IsTaxable
|
IsTaxable | string | |
DebitCode
|
DebitCode | string | |
CreditCode
|
CreditCode | string | |
ItemType
|
ItemType | string |
InvoiceRequestItem
Name | Path | Type | Description |
---|---|---|---|
ExhibitorId
|
ExhibitorId | string | |
InvoiceNumber
|
InvoiceNumber | string | |
BoothNumber
|
BoothNumber | string | |
GlCode
|
GlCode | string | |
TransactionCode
|
TransactionCode | string | |
Description
|
Description | string | |
UnitCost
|
UnitCost | double | |
Quantity
|
Quantity | integer | |
LineTotal
|
LineTotal | double | |
Date
|
Date | string |
PaymentTypeItem
Name | Path | Type | Description |
---|---|---|---|
PaymentType
|
PaymentType | string | |
PaymentTypeCategory
|
PaymentTypeCategory | string |
InvoicePayment
Name | Path | Type | Description |
---|---|---|---|
ExhibitorId
|
ExhibitorId | string | |
DepositId
|
DepositId | string | |
InvoiceNumber
|
InvoiceNumber | string | |
PaymentType
|
PaymentType | string | |
PaymentTypeCategory
|
PaymentTypeCategory | string | |
Amount
|
Amount | double | |
PaymentDate
|
PaymentDate | string | |
User
|
User | string | |
TransactionId
|
TransactionId | string | |
CCLast4
|
CCLast4 | string | |
CCExpDate
|
CCExpDate | string | |
CheckAprNo
|
CheckAprNo | string | |
PayRecId
|
PayRecId | integer | |
Note
|
Note | string |
Pavilion
Name | Path | Type | Description |
---|---|---|---|
Name
|
Name | string |
RatePlan
Name | Path | Type | Description |
---|---|---|---|
Name
|
Name | string | |
ShortCode
|
ShortCode | string | |
GrossRate
|
GrossRate | double | |
FixedDiscountRate
|
FixedDiscountRate | double | |
PercentDiscountRate
|
PercentDiscountRate | double | |
IsFixed
|
IsFixed | boolean |
ShowInShow
Name | Path | Type | Description |
---|---|---|---|
Name
|
Name | string |
object
This is the type 'object'.