GET api/Sessions?eventWebProductId={eventWebProductId}&webProductId={webProductId}&shoppingCartId={shoppingCartId}&selectedSessions={selectedSessions}&contactId={contactId}
Validates theat teh specified contact specified dooes not already have a blocking session registration or cart item
Possible Service Responses:
200/OK - returns a stirng specifying blocking sessions.
500/Internal Server - unexpected server error, details in the body of the response.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventWebProductId | System.String |
Required |
|
webProductId | System.String |
Required |
|
shoppingCartId | System.String |
Required |
|
selectedSessions | System.String |
Required |
|
contactId | System.String |
Required |
Body Parameters
None.
Response Information
Resource Description
Error Message or empty string if there is no blocking sessions
System.StringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>