{"info":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","description":"<html><head></head><body><p>The ADITUS-System provides many API products, tools, and resources that enable you to to streamline the ticket purchasing and entrance management process for events, attractions, and venues<br><strong>Getting started guide</strong></p>\n<ul>\n<li><p>The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n</li>\n<li><p>The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The ADITUS API uses OAuth 2.0 for authentication.</p>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"503-response\">503 response</h3>\n<p>An HTTP <code>503</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, contact support.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>In case you have questions, go through our tutorials or visit our FAQ page.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18764460","collectionId":"aee5520f-affb-450b-a906-72496675d9cf","publishedId":"2sAYBd98hh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-10T16:22:10.000Z"},"item":[{"name":"Introduction","item":[],"id":"8a5a0625-67fc-4254-b2f8-2b13f2f94cb6","_postman_id":"8a5a0625-67fc-4254-b2f8-2b13f2f94cb6","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Guidelines","item":[{"name":"General","item":[],"id":"4d8121c4-0ffa-445a-8f6f-274fac89d734","description":"<h3 id=\"request-structure\">Request structure</h3>\n<p>All URIs and their underlying operations are resource based.</p>\n<p>The structure of the URIs is as follows:</p>\n<p>product/version/area/sub-area(s)/resource</p>\n<p>For example:</p>\n<ul>\n<li><p>product: shop</p>\n</li>\n<li><p>version: v1</p>\n</li>\n<li><p>area: discovery</p>\n</li>\n<li><p>sub-area: events</p>\n</li>\n<li><p>resource: ED24</p>\n</li>\n</ul>\n<p><em>➔</em> /shop/v1/discovery/events/ED24</p>\n<h3 id=\"response-structure\">Response structure</h3>\n<ol>\n<li><p>All responses contain at least the <code>data</code> node.</p>\n</li>\n<li><p>All answers that modify the cart (<em>add</em> or <em>remove</em> an <strong>item</strong> or <strong>voucher</strong>) always contain the current cart in the <code>data/cart</code> attribute in addition to the respective information about the modification. Details can be found in the Scheme of the respective operation.</p>\n</li>\n<li><p>If a request produced an <strong>error</strong>, the response will contain an <code>error</code> node instead of the <code>data</code> node. This error node contains a single error object, which may contain further details. This follows a standardized structure derived from the <code>Result</code> base class and contains the following information:</p>\n</li>\n</ol>\n<ul>\n<li><p>Code</p>\n</li>\n<li><p>Name</p>\n</li>\n<li><p>Category</p>\n</li>\n<li><p>Message</p>\n</li>\n<li><p>LogId</p>\n</li>\n<li><p>Severity</p>\n</li>\n<li><p>Details</p>\n</li>\n</ul>\n<h3 id=\"identifier\">Identifier</h3>\n<ol>\n<li><p>All identifiers are represented as GUID</p>\n</li>\n<li><p>An event can also always be represented by using the slug (in addition to the GUID). This means that whenever the resource <code>eventIdentifier</code> is used, both usages lead to the same response:</p>\n<ol>\n<li><p>GET <code>/shop/v1/discovery/events/ED24</code></p>\n</li>\n<li><p>GET <code>/shop/v1/discovery/events/f2e25737-4990-ee11-93cf-00155d960409</code></p>\n</li>\n</ol>\n</li>\n<li><p>An user can always be represented by the id or the email address. That means that whenever the resource <code>userIdentifier</code> is used, both usages lead to the same response:</p>\n<ol>\n<li><p>GET <code>/shop/v1/user/m.muster@email.com/profile</code></p>\n</li>\n<li><p>GET <code>/shop/v1/user/f2e25737-4990-ee11-93cf-00155d960409/profile</code></p>\n</li>\n</ol>\n</li>\n</ol>\n<h3 id=\"localization\">Localization</h3>\n<p>In order for textual resources within the response to be output in the user's language, the language must be transmitted as ISO-2 language code in the <code>Accept-Language</code> header.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ae3e6129-916e-4ca2-ada3-967a23f1ed9f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"cf10a73c-72f6-4a56-858c-147dbed250d6","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"4d8121c4-0ffa-445a-8f6f-274fac89d734"},{"name":"HTTP verbs","item":[],"id":"d4329a1a-6a33-4499-88a5-e79c57961ac0","description":"<h2 id=\"get\">GET</h2>\n<p><code>GET</code> will read data. Data can be a list or single object of a resource.</p>\n<ul>\n<li><p>GET causes a 404 if the resource or endpoint could not be found</p>\n</li>\n<li><p>GET causes a 200 if the resource or collection of objects has been found and are returned</p>\n</li>\n</ul>\n<h2 id=\"post\">POST</h2>\n<p><code>POST</code> will insert new data. It is possible to insert single objects or lists of objects.</p>\n<ul>\n<li>POST causes a 201 if the entity or collection of entities have been created successfully</li>\n</ul>\n<h2 id=\"put\">PUT</h2>\n<p><code>PUT</code> will update data. This can be a resource or a list of resources. Important: The entire resource or list of resources is always updated. If the resource to be updated does not exist, it will be created.</p>\n<ul>\n<li><p>PUT causes a 201 if the entity or collection of entities have been created successfully</p>\n</li>\n<li><p>PUT causes a 200 if the entity or collection of entities have been updated successfully</p>\n</li>\n</ul>\n<h2 id=\"patch\">PATCH</h2>\n<p><code>PATCH</code> should be used to update single properties of an entity.</p>\n<ul>\n<li>PATCH causes a 200 if the entity has been updated successfully</li>\n</ul>\n<h2 id=\"delete\">DELETE</h2>\n<p><code>DELETE</code> is used to delete entities.</p>\n<ul>\n<li>DELETE causes a 200 if the resource or entity has been deleted successfully</li>\n</ul>\n","_postman_id":"d4329a1a-6a33-4499-88a5-e79c57961ac0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","name":"Guidelines","type":"folder"}}},{"name":"Status Codes","item":[],"id":"23c8c9f4-b45d-43e6-89a4-9cc42708ebaa","description":"<p>Http codes can be separated in 4 simple groups:</p>\n<ul>\n<li><p>codes for successful calls,</p>\n</li>\n<li><p>calls redirected to new or moved URI,</p>\n</li>\n<li><p>client and</p>\n</li>\n<li><p>server side errors.</p>\n</li>\n</ul>\n<h1 id=\"success-codes\">Success codes</h1>\n<p>200: OK</p>\n<p>Default success code - Provides the requested resources (if any were requested)</p>\n<p>201: CREATED</p>\n<p>Default success code for creation - resource has been created successfully</p>\n<h1 id=\"redirection-codes\">Redirection codes</h1>\n<p>301: MOVED PERMANENTLY</p>\n<p>This and all future requests will be redirected to the new destination</p>\n<p>304: NOT MODIFIED</p>\n<p>The resource has not been modified.</p>\n<h1 id=\"client-side-errors\">Client side errors</h1>\n<p>400: BAD REQUEST</p>\n<p>Default Error Code - Used if an object has invalid parameters</p>\n<p>401: UNAUTHORIZED</p>\n<p>Current consumer is not authorized to access requested resource</p>\n<p>404: NOT FOUND</p>\n<p>Resource / Method / Route not found</p>\n<h1 id=\"server-side-errors\">Server side errors</h1>\n<p>500: INTERNAL SERVER ERROR</p>\n<p>Default Error Code - Used if an exception occurs</p>\n","_postman_id":"23c8c9f4-b45d-43e6-89a4-9cc42708ebaa","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","name":"Guidelines","type":"folder"}}},{"name":"Result codes and messages","item":[],"id":"5da2fc61-7060-4c1a-9dfd-3e331de641e0","description":"<p><em>Error codes are reserved up to</em> <em><strong>10.000</strong></em><em><strong>, ensuring a dedicated range and reserving space for future codes. The range starting at_ <em><strong>10,001</strong></em> <em>is reserved for</em> _<strong>TERP v5</strong></strong></em><em>.</em></p>\n<p>Validation and error messages, often called <strong>results</strong>, serve as the bridge between users and the intricate processes taking place behind the scenes. They are the means through which users receive feedback about the success, failure, or other outcome of their actions, offering a crucial layer of transparency and guidance. In this exploration, we delve into the significance of validation and error messages, examining the essential elements that contribute to user-centric interactions and the seamless integration of processes.</p>\n<h3 id=\"global-messages\">Global messages</h3>\n<p>Global messages are usually returned if incorrect or unknown identifiers are passed to the API.</p>\n<p>If one of these results is returned, no further actions can be performed. The severity of these messages can be classified as high.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1001</td>\n<td>General</td>\n<td>CartLookup</td>\n<td>low</td>\n<td></td>\n</tr>\n<tr>\n<td>1002</td>\n<td>EventNotFound</td>\n<td>low</td>\n<td>Create</td>\n<td></td>\n</tr>\n<tr>\n<td>1003</td>\n<td>UserLookup</td>\n<td>low</td>\n<td>SetUser</td>\n<td></td>\n</tr>\n<tr>\n<td>1004</td>\n<td>OrderDetailLookup</td>\n<td>low</td>\n<td>GetOrderDetailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>1005</td>\n<td>CartLockStatus  <br />  <br />Cart cannot be locked because it already is.</td>\n<td>low</td>\n<td>CartStore</td>\n<td></td>\n</tr>\n<tr>\n<td>1006</td>\n<td>CartUpdateStatus  <br />  <br />Cart cannot be updated.</td>\n<td>high</td>\n<td>CartStore</td>\n<td></td>\n</tr>\n<tr>\n<td>1007</td>\n<td>CartLockability  <br />  <br />Cart cannot be locked, but it needs to be to be processed.</td>\n<td>high</td>\n<td>CartStore</td>\n<td></td>\n</tr>\n<tr>\n<td>1008</td>\n<td>CartUnlockability</td>\n<td>high</td>\n<td>CartStore</td>\n<td></td>\n</tr>\n<tr>\n<td>1009</td>\n<td>CartUserAssignmentStatus</td>\n<td>high</td>\n<td>PersonRegistrationService</td>\n<td></td>\n</tr>\n<tr>\n<td>1010</td>\n<td>RequestStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1011</td>\n<td>CharsetFilter</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1013</td>\n<td>CartCreationStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1014</td>\n<td>TosApprovalStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>1015</td>\n<td>MailingPreferenceCategoryMandatory</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"validation-messages\">Validation messages</h3>\n<p>The validation of a cart can be called up at any time and contains various codes in response that reflect the status of the cart to be checked.</p>\n<p>These results are informative messages. However, before a checkout is carried out, the validation result may no longer provide any results. Validation is carried out automatically before a checkout. The severity of these messages can be classified as low.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Auto Resolve</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2001</td>\n<td>General</td>\n<td>ArticleValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2002</td>\n<td>CartStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2003</td>\n<td>CartItemPresence</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2004</td>\n<td>UserAssignmentStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2005</td>\n<td>PriceValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2006</td>\n<td>RegistrationActiveStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2007</td>\n<td>SaleActiveStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2008</td>\n<td>VatValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2009</td>\n<td>RegistrationReminderEligibility</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ResendRegistrationReminderEmailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2010</td>\n<td>RegistrationReminderOrder</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ResendRegistrationReminderEmailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2011</td>\n<td>RegistrationReminderStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ResendRegistrationReminderEmailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2012</td>\n<td>RegistrationReminderOwnership</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ResendRegistrationReminderEmailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2013</td>\n<td>ValidatorStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2015</td>\n<td>CartAmountStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2016</td>\n<td>CartLegitimationStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2017</td>\n<td>CartPaymentStatus  <br />  <br />The payment for the cart is not allowed to be changed.</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2019</td>\n<td>ItemArticleGroupContingentAssignment</td>\n<td>low</td>\n<td>available</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2020</td>\n<td>ItemTimeslotBookingStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2021</td>\n<td>ItemTimeslotBookingLimit</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2022</td>\n<td>ItemBookedTimeslotAvailability</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2023</td>\n<td>RegistrationReminderPayment</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ResendRegistrationReminderEmailHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2024</td>\n<td>ItemTicketAttributeContingentStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2101</td>\n<td>Buyer</td>\n<td>BillingValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2102</td>\n<td>BuyerValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2103</td>\n<td>BuyerPresence</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2201</td>\n<td>Registration</td>\n<td>ArticlePromotionTimespan</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2203</td>\n<td>SurveyItemSelfRegistration</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2204</td>\n<td>ItemRegistrationTypeStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2205</td>\n<td>ItemRegistrationRequirement</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2206</td>\n<td>ItemReservationStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2207</td>\n<td>RegistrationForItemStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2208</td>\n<td>RegistrationResponseValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2209</td>\n<td>RegistrationTypeLookup</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2210</td>\n<td>PrefilledRegistrationAnswersStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2211</td>\n<td>SurveyAnswersConsistency</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2212</td>\n<td>TicketOwnerPersonMatch</td>\n<td>low</td>\n<td>not implemented</td>\n<td>TicketOwnerUniquenessValidator</td>\n<td></td>\n</tr>\n<tr>\n<td>2213</td>\n<td>TicketOwnerUsageStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>TicketOwnerUniquenessValidator</td>\n<td></td>\n</tr>\n<tr>\n<td>2301</td>\n<td>Payment</td>\n<td>PaymentAmountValidation</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2302</td>\n<td>PaymentExpirationStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2303</td>\n<td>PaymentAssignmentStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2401</td>\n<td>Limit</td>\n<td>AttendeeTicketLimitStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2402</td>\n<td>ArticleLimitStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2403</td>\n<td>ArticleAssortmentLimitStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2404</td>\n<td>ArticleGroupLimitStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2405</td>\n<td>AttendeeTicketDaysLimit</td>\n<td>LOW</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2406</td>\n<td>CartItemTicketDaysLimit</td>\n<td>LoW</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2407</td>\n<td>AttendeePermanentTicketStatus</td>\n<td>LoW</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2408</td>\n<td>CartItemPermanentTicketStatus</td>\n<td>LoW</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2409</td>\n<td>CartItemTicketLimitStatus</td>\n<td>LoW</td>\n<td>not implemented</td>\n<td>ValidateCartItemRegistrationHandler</td>\n<td></td>\n</tr>\n<tr>\n<td>2501</td>\n<td>Legitimation</td>\n<td>LegitimationCountryEligibility</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n</tr>\n<tr>\n<td>2502</td>\n<td>LegitimationProofsStatus</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td>2503</td>\n<td>LegitimationUploadFormat</td>\n<td>low</td>\n<td>not implemented</td>\n<td>Validate</td>\n<td></td>\n</tr>\n<tr>\n<td><em>26xx</em></td>\n<td>Survey</td>\n<td><em>Placeholder for survery validation results</em></td>\n<td>low</td>\n<td>not implemented</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"cart-messages\">Cart messages</h3>\n<p>The cart area concerns all actions that modify or change a cart.</p>\n<p>These results prevent the corresponding cart from being changed. Depending on the result, previous actions on the cart may be necessary. The severity of these messages can be classified as medium.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>3001</td>\n<td>General</td>\n<td>ArticleOrderStatus  <br />  <br />The information for processing the ticket order is missing. This includes the information regarding the ordering process like shipping information.</td>\n<td>low</td>\n<td>AddItem</td>\n</tr>\n<tr>\n<td>3002</td>\n<td>ArticleTicketAvailability</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3003</td>\n<td>ArticleLookup</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3004</td>\n<td>ArticleEventAssignment</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3005</td>\n<td>ArticleForCartValidation</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3006</td>\n<td>ArticleQuantityValidation</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3007</td>\n<td>SurveyReference</td>\n<td>low</td>\n<td>UpdateItemRegistration</td>\n<td></td>\n</tr>\n<tr>\n<td>3008</td>\n<td>ItemLookup</td>\n<td>low</td>\n<td>UpdateItemRegistration</td>\n<td></td>\n</tr>\n<tr>\n<td>3009</td>\n<td>RegistrationTypeAvailability</td>\n<td>low</td>\n<td>UpdateItemRegistration</td>\n<td></td>\n</tr>\n<tr>\n<td>3010</td>\n<td>RegistrationConfigurationLookup  <br />  <br />The registration configuration contains the information whether the <strong>ticket registration</strong> is required and/or possible as well as the ticket registration type.</td>\n<td>low</td>\n<td>PersonRegistrationService</td>\n<td></td>\n</tr>\n<tr>\n<td>3011</td>\n<td>RegistrationInformationLookup  <br />  <br />The ticket registration is required but the item is missing the survey information.</td>\n<td>low</td>\n<td>PersonRegistrationService</td>\n<td></td>\n</tr>\n<tr>\n<td>3012</td>\n<td>RegistrationSurveyLookup</td>\n<td>low</td>\n<td>PersonRegistrationService</td>\n<td></td>\n</tr>\n<tr>\n<td>3013</td>\n<td>RegistrationSurveyBind</td>\n<td>low</td>\n<td>PersonRegistrationService</td>\n<td></td>\n</tr>\n<tr>\n<td>3014</td>\n<td>ArticleReservation</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3015</td>\n<td>CartAssortmentStatus</td>\n<td>low</td>\n<td>ExclusiveAssortmentGuard</td>\n<td></td>\n</tr>\n<tr>\n<td>3016</td>\n<td>RecommendationItems</td>\n<td>low</td>\n<td>ApplyRecommendations</td>\n<td></td>\n</tr>\n<tr>\n<td>3101</td>\n<td>Limit</td>\n<td>ArticleLimit</td>\n<td>low</td>\n<td>AddCoupon,AddItem</td>\n</tr>\n<tr>\n<td>3102</td>\n<td>ArticleLimitPerAttendee</td>\n<td>low</td>\n<td>AddCoupon,AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3103</td>\n<td>ArticleAssortmentLimit</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3104</td>\n<td>ArticleGroupLimit</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3105</td>\n<td>ArticleVoucherLimit</td>\n<td>low</td>\n<td>AddCoupon</td>\n<td></td>\n</tr>\n<tr>\n<td>3106</td>\n<td>ArticleGroupContingent</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3107</td>\n<td>ArticleMinimumLimit</td>\n<td>low</td>\n<td>AddItem</td>\n<td></td>\n</tr>\n<tr>\n<td>3108</td>\n<td>CartVoucherLimit</td>\n<td>low</td>\n<td>AddCoupon</td>\n<td></td>\n</tr>\n<tr>\n<td>3201</td>\n<td>Voucher</td>\n<td>TicketCodeRegistrationStatus</td>\n<td>low</td>\n<td>RegistrationResult</td>\n</tr>\n<tr>\n<td>3202</td>\n<td>AlreadyReservedTicketCode</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3203</td>\n<td>EmptyTicketPool</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3204</td>\n<td>InvalidRegistrationData</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3205</td>\n<td>LockedTicketCode  <br />  <br />The voucher code has been blocked.</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3206</td>\n<td>TicketAlreadyInCart</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3207</td>\n<td>TicketCanceled</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3208</td>\n<td>TicketCodeForAnotherFairevent</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3209</td>\n<td>TicketCodeUsedUp</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3210</td>\n<td>TicketOwnerLacksValidLegitimation</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3211</td>\n<td>UnkownTicketCode</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3212</td>\n<td>VoucherOwnership</td>\n<td>low</td>\n<td>AddCoupon</td>\n<td></td>\n</tr>\n<tr>\n<td>3213</td>\n<td>WrongReservationGUID</td>\n<td>low</td>\n<td>RegistrationResult</td>\n<td></td>\n</tr>\n<tr>\n<td>3301</td>\n<td>PromotionCode</td>\n<td><em>Group for Promotion Codes responses. Will be added later</em></td>\n<td>low</td>\n<td></td>\n</tr>\n<tr>\n<td>3401</td>\n<td>Legitimation</td>\n<td>LegitimationProofTypeStatus</td>\n<td>low</td>\n<td>AddLegitimationHandler</td>\n</tr>\n<tr>\n<td>3501</td>\n<td>Registration</td>\n<td>RegistrationValidation</td>\n<td>LOW</td>\n<td>UpdateItemRegistrationHandler</td>\n</tr>\n<tr>\n<td>3601</td>\n<td>Timeslots</td>\n<td>TimeslotsBookingDayRequest</td>\n<td>LOW</td>\n<td>SetCartItemTimeslotsHandler  <br />  <br />ShopTimeslotService</td>\n</tr>\n<tr>\n<td>3602</td>\n<td>TimeslotsBookingItemAvailability</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3603</td>\n<td>TimeslotsBookingDayExistence</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3604</td>\n<td>TimeslotsBookingTimeRangeExistence</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3605</td>\n<td>TimeslotsBookingTimeRangeRequirement</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3606</td>\n<td>TimeslotsBookingDayRequirement</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3607</td>\n<td>TimeslotsBookingDaysRequested</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3608</td>\n<td>TimeslotsBookingDaysLimit</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3609</td>\n<td>TimeslotsBookingDayAvailability</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3610</td>\n<td>TimeslotsBookingTimeRangeAvailability</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>3611</td>\n<td>TimeslotsBookingUniqueDayAndTimeResult</td>\n<td>LOW</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"payment-messages\">Payment messages</h3>\n<p>The payment area concerns all actions that link a payment provider to a cart. These are not yet problems or errors during the execution of a payment.</p>\n<p>These results prevent the assignment of payment providers. In the case of a sales transaction, it is not possible to continue with a checkout. If a payment provider cannot be accepted and a checkout is carried out, this is prevented by the validation. The severity of these messages can be classified as medium.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>4001</td>\n<td>General</td>\n<td>ExpressCartData</td>\n<td>medium</td>\n<td>InitializeExpressPayment</td>\n</tr>\n<tr>\n<td>4002</td>\n<td>CartPaymentAssignmentStatusResult</td>\n<td>medium</td>\n<td>RemovePaymentProvider</td>\n<td></td>\n</tr>\n<tr>\n<td>4003</td>\n<td>PaymentInitialization</td>\n<td>medium</td>\n<td>InitializeExpressPayment</td>\n<td></td>\n</tr>\n<tr>\n<td>4006</td>\n<td></td>\n<td>PaymentStatus</td>\n<td>medium</td>\n<td>SetPaymentProvider</td>\n</tr>\n<tr>\n<td>4007</td>\n<td></td>\n<td>PaymentProviderLookup</td>\n<td>medium</td>\n<td>SetPaymentProvider</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"checkout-messages\">Checkout messages</h3>\n<p>The results from the checkout area are exclusively errors that can occur during the completion of a sale or registration.</p>\n<p>If one of these results occurs, the checkout cannot be continued. Depending on the result, this can lead to a support case. The severity of these messages can be classified as high.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>5001</td>\n<td>General</td>\n<td>CheckoutSaleAssignment</td>\n<td>high</td>\n<td>Checkout</td>\n</tr>\n<tr>\n<td>5003</td>\n<td>CheckoutConfirmationMail</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5004</td>\n<td>CheckoutSaleStatus</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5005</td>\n<td>CheckoutCartSaleStatus</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5006</td>\n<td>CheckoutBuyerDataStore</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5007</td>\n<td>CheckoutSaleActions</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5008</td>\n<td>CheckoutBuyerData</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5009</td>\n<td>CheckoutSaleBinariesAssignment</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5101</td>\n<td>Payment</td>\n<td>CheckoutPaymentCapture</td>\n<td>high</td>\n<td>Checkout</td>\n</tr>\n<tr>\n<td>5102</td>\n<td>CheckoutPaymentCaptureStatus</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5103</td>\n<td>CheckoutPaymentReservation</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5104</td>\n<td>CheckoutPaymentReservationStatus</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5201</td>\n<td>Registration</td>\n<td>CheckoutPromotionCodeRedemption</td>\n<td>high</td>\n<td>Checkout</td>\n</tr>\n<tr>\n<td>5202</td>\n<td>CheckoutTicketRegistration</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5203</td>\n<td>CheckoutTicketSaleAttachment</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5204</td>\n<td>CheckoutTicketRegistrationStatus</td>\n<td>high</td>\n<td>Checkout</td>\n<td></td>\n</tr>\n<tr>\n<td>5301</td>\n<td>Legitimation</td>\n<td>CheckoutLegitimationPersonAssignment</td>\n<td>high</td>\n<td>CreateLegitimationsFilter</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"social-events-messages\">Social events messages</h3>\n<p>The social event area concerns all actions, regarding all social interactions with the shop api.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>6001</td>\n<td>General</td>\n<td>SocialEventValidation</td>\n<td>low</td>\n<td>CreateSocialEvent</td>\n</tr>\n<tr>\n<td>6002</td>\n<td>SocialEventSaleValidation</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6003</td>\n<td>SocialEventPersonValidation</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6004</td>\n<td>SocialEventUserValidation</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6005</td>\n<td>SocialEventUserProfileValidation</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6006</td>\n<td>SocialEventNetworkValidation</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6007</td>\n<td>SocialEventContentStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6100</td>\n<td>SocialCards</td>\n<td>SocialCardConfigurationStatus</td>\n<td>MEDIUM</td>\n<td>CreateSocialCard</td>\n</tr>\n<tr>\n<td>6101</td>\n<td>SocialCardApiKeyValidation</td>\n<td>High</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6102</td>\n<td>SocialCardUserPersonAssignment</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6103</td>\n<td>SocialCardUserProfilePictureStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6104</td>\n<td>SocialCardUserEventStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6110</td>\n<td>SocialCardLookup</td>\n<td>low</td>\n<td>GetSocialCard</td>\n<td></td>\n</tr>\n<tr>\n<td>6200</td>\n<td>Shares</td>\n<td>SharingStatus</td>\n<td>High</td>\n<td>Share</td>\n</tr>\n<tr>\n<td>6201</td>\n<td>SharingTokenPresence</td>\n<td>MEDIUM</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>6202</td>\n<td>SharingTokenValidation</td>\n<td>MEDIUM</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"byndr-messages\">Byndr messages</h3>\n<p>Byndr related processes and messages.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th></th>\n<th><strong>Name</strong></th>\n<th><strong>Severity</strong></th>\n<th><strong>Internal Usage</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>7001</td>\n<td>General</td>\n<td>QuicodeValidation</td>\n<td>low</td>\n<td></td>\n</tr>\n<tr>\n<td>7002</td>\n<td>InitiatorUserLookup</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>7003</td>\n<td>TargetUserLookup</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>7004</td>\n<td>DailyConnectionStatus</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>7005</td>\n<td>EventLookup</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>7006</td>\n<td>InitiatorUserEligibility</td>\n<td>low</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"remarks\">Remarks</h3>\n<p>The severity level is also used as the internal debugging levels.</p>\n","_postman_id":"5da2fc61-7060-4c1a-9dfd-3e331de641e0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","name":"Guidelines","type":"folder"}}},{"name":"Authentication and Authorization","item":[],"id":"7afbcac2-d16d-4690-b831-704eb4e1416d","description":"<p>All endpoints for this area can only be accessed if the client of the API is authenticated. A client is authenticated via the <strong>ADITUS identity provider (IdP)</strong> with client credential flow (OAuth2.0).</p>\n<p>The client submits a token to the API via the “Authentication” header. The Prefix “Bearer“ must be used for the token value. This token is checked by the IdP via the introspection endpoint and the check result is evaluated by the API.</p>\n<p>The prerequisite for successful authentication via the IdP is that the scope <code>Shop</code> is present in the clients token.</p>\n<h3 id=\"claims\">Claims</h3>\n<h4 id=\"distributionchaintype\">DistributionChainType</h4>\n<p>Name: <strong>client_DistributionChainType</strong></p>\n<p>Values:</p>\n<ul>\n<li><p>Internet</p>\n</li>\n<li><p>OnSiteSale</p>\n</li>\n</ul>\n<p>The distribution channel (internet/online or on-site) can be configured using the client's respective claim. However, it is possible for individual clients to take other distribution channels into account by specifying this via the authentication token in the form of the claim “<strong>client_DistributionChainType</strong>”.</p>\n<p>By default, only items from the “Internet” channel are used for the shop API.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication could be done by one of two techniques (Basic / OAuth) to access control to a resource. If a request has no \"Authorization: [...]\" Header set, the request will end in a response of 401: Unauthorized. By sending the Header \"Authorization: Basic [...]\" or \"Authorization: Bearer [...]\" the request will be validated with database users credentials.</p>\n<h3 id=\"basic\">Basic</h3>\n<p>Basic Authentication is the simplest technique for enforcing access control to ADITUS api endpoints.</p>\n<p>By sending the \"<code>Authorization: Basic base64encoded(key:secret)</code>\" HTTP Header you request access to the resource.</p>\n<p>General structure of the Header looks like the following:</p>\n<p><code>Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3N3b3Jk</code></p>\n<p>The value followed by \"Basic \" must be encoded in base64. This encoded string is a formatted string containing your key and your secret separated by a single colon (:).</p>\n<ul>\n<li>key:secret</li>\n</ul>\n<p>The key and secret can be obtained in WebTERP. You can find a \"ADITUS Basic Auth\" with key an secret within your profile section \"API Logins\".</p>\n<h3 id=\"oauth--openid-connect\">OAuth / OpenID Connect</h3>\n<p>Authentication can also be done by using handshake techniques. The most used and recommended technique named \"OAuth\" can also be used for ADITUS api endpoints.</p>\n<p>By sending the \"<code>Authorization: Bearer token</code>\" HTTP Header you request access to the resource.</p>\n<p><code>Authorization: Bearer atrfdzdHVzZXI6dGVzdHBhc3N3b3Jk</code></p>\n<p>To obtain an OAUTH-Token you have to use our OAuth-API-Endpoint.</p>\n<h1 id=\"authorization\">Authorization</h1>\n<p>Authorization will currently be done by restrictions on entities. If you are able to change entities in the Frontends, you will also be able to change these entities by calling the API endpoints.</p>\n","_postman_id":"7afbcac2-d16d-4690-b831-704eb4e1416d","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","name":"Guidelines","type":"folder"}}}],"id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"330a2f38-d3f5-415b-b96b-7b4508e43c0a","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d59fb03d-160c-45cf-bd3a-2b43098b207e","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"7dea8ea8-1c5f-44b7-86f1-9677a3e4a841","description":""},{"name":"Just Entrance","item":[{"name":"Scaning on the go","item":[],"id":"80fa00f1-a37c-4d2f-add6-0e7cc03e4866","description":"<p>The setup consists of 2 separate systems which do not exchange any data.</p>\n<h2 id=\"user-flow\">User Flow</h2>\n<p>User registers on the external registration page and receives a confirmation and a QR code. Then the user comes onsite and scans this QR code from the external registration system at the ADITUS entrance terminal. By scanning the QR code, the ADITUS system creates a record, saves the QR code, counts an entry and gives a GO to the user.</p>\n<h2 id=\"technical-perspective\">Technical perspective</h2>\n<p>The ADITUS system can recognise a predefined syntax of the QR code. By setting up a specific regex per category the scanned QR code will be assigned to the belonging category, a record is being created and shown in the reporting. If the same QR code is scanned again, it will be recognised and counted.</p>\n<img src=\"https://content.pstmn.io/46af631c-dfe7-4a6e-85ba-aaccf82776aa/aW1hZ2UucG5n\" />","_postman_id":"80fa00f1-a37c-4d2f-add6-0e7cc03e4866","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Import of ticket data","item":[{"name":"Usage of ADITUS QUICODE","item":[{"name":"Import of ticketowner","id":"9330e779-449e-4c8c-986b-8cd6c96ddde1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"useBrowser","value":"<use-browser>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n//  Possible inputs \"faireventId\"\r\n//---------------------------------\r\n//  - internal Id: 42 or \"42\"\r\n//  - unique id:  \"C8847785-CF69-EE11-93CF-00155D960409\"\r\n//  - slug:       \"hmmcc23\"\r\n//  - year and faireventnumber: \"2023-6189\"  (format: YYYY-nnn)\r\n//---------------------------------\r\n   \"faireventId\": \"2023-6189\", \r\n\r\n//  Possible inputs \"articleId\"\r\n//-------------------------------\r\n//  - internal Id: 186 or \"186\"\r\n//  - unique id:  \"37A8A129-D669-EE11-93CF-00155D960409\"\r\n//-------------------------------\r\n    \"articleId\": \"37A8A129-D669-EE11-93CF-00155D960409\",\r\n//    \"articleNumber\": \"123\",\r\n\r\n    \"importTicketLinksOrQuicodes\": 3,\r\n\r\n    \"sendComfirmationMail\": true, \r\n\r\n    \"TicketOwners\": [\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_A\",\r\n            \"FirstName\": \"John\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"john.doe@Testmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_A\",\r\n                    \"Value\": \"jo.doe@ditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_A\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_B\",\r\n            \"FirstName\": \"Jack\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"jack.doe@Testmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_B\",\r\n                    \"Value\": \"ja.doe@aditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_B\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_FAILED\",\r\n            \"FirstName\": \"Jack\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"jack.doeTestmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_FAILED\",\r\n                    \"Value\": \"jo.doe@aditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_FAILED\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/import/ticketowners","description":"<h3 id=\"import-ticket-owners\">Import Ticket Owners</h3>\n<p>This endpoint allows you to import ticket owner information into the system.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>faireventId</code> (integer or string)<br />  Here you can use one of the following properties of the fair event:<br />  - internal Id: 42 or \"42\"<br />  - unique id: \"C8847785-CF69-EE11-93CF-00155D960409\"<br />  - slug: \"hmmcc23\"<br />  - year and faireventnumber: \"2023-6189\" (format: YYYY-nnn)</p>\n</li>\n<li><p><code>articleId</code> (integer or string)<br />  Here you can use one of the following properties of the article:<br />  - internal Id: 186 or \"186\"<br />  - unique id: \"37A8A129-D669-EE11-93CF-00155D960409\"</p>\n</li>\n<li><p><code>articleNumber</code> (string) - The article number of the article<br />  You can also use the article number. For this you must set articleId to null</p>\n</li>\n<li><p><code>importTicketLinksOrQuicodes</code> <em>(number)</em> – controls whether ticket links and/or Quicodes should be created/linked during import.</p>\n<ul>\n<li><p>0 = Show none (Default)</p>\n</li>\n<li><p>1 = Only show TicketLinks</p>\n</li>\n<li><p>2 = Only show Quicodes</p>\n</li>\n<li><p>3 = Show both</p>\n</li>\n</ul>\n</li>\n<li><p>sendComfirmationMail (boolean) - Controls whether a confirmation mail is sent to the ticket owner or not. Default: true</p>\n</li>\n<li><p><code>TicketOwners</code> (array) - An array of ticket owner data including their personal information, contacts, and addresses.</p>\n</li>\n</ul>\n<p>Each <code>TicketOwners</code> object contains the following properties:</p>\n<ul>\n<li><p><code>ExternalId</code> (string) - The external ID of the ticket owner.</p>\n</li>\n<li><p><code>FirstName</code> (string) - The first name of the ticket owner.</p>\n</li>\n<li><p><code>LastName</code> (string) - The last name of the ticket owner.</p>\n</li>\n<li><p><code>GenderCode</code> (string) - The gender code of the ticket owner.</p>\n</li>\n<li><p><code>SalutationLookup</code> (string) - The salutation of the ticket owner.</p>\n</li>\n<li><p><code>NationalityLookup</code> (string) - The nationality of the ticket owner.</p>\n</li>\n<li><p><code>JobTitle</code> (string) - The job title of the ticket owner.</p>\n</li>\n<li><p><code>DataObjectType</code> (string) - The data object type.</p>\n</li>\n<li><p><code>Company</code> (string) - The company of the ticket owner.</p>\n</li>\n<li><p><code>Info</code> (array) - Additional information about the ticket owner.</p>\n<ul>\n<li><p><code>Key</code> (string) - The key of the information.</p>\n</li>\n<li><p><code>Value</code> (string) - The value of the information.</p>\n</li>\n</ul>\n</li>\n<li><p><code>EMail</code> (string) - The email of the ticket owner.</p>\n</li>\n<li><p><code>Phone</code> (string) - The phone number of the ticket owner.</p>\n</li>\n<li><p><code>Contacts</code> (array) - An array of contacts for the ticket owner.</p>\n<ul>\n<li><p><code>ExternalId</code> (string) - The external ID of the contact.</p>\n</li>\n<li><p><code>Value</code> (string) - The contact value.</p>\n</li>\n<li><p><code>ContactNameLookup</code> (string) - The contact name lookup.</p>\n</li>\n<li><p><code>ContactTypeLookup</code> (string) - The contact type lookup.</p>\n</li>\n<li><p><code>IsMainContact</code> (boolean) - Indicates if it is the main contact.</p>\n</li>\n<li><p><code>Info</code> (array) - Additional information about the contact.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Addresses</code> (array) - An array of addresses for the ticket owner.</p>\n<ul>\n<li><p><code>ExternalId</code> (string) - The external ID of the address.</p>\n</li>\n<li><p><code>Street</code> (string) - The street of the address.</p>\n</li>\n<li><p><code>StreetNumber</code> (string) - The street number of the address.</p>\n</li>\n<li><p><code>Line1</code> (string) - The address line 1.</p>\n</li>\n<li><p><code>Line2</code> (string) - The address line 2.</p>\n</li>\n<li><p><code>Line3</code> (string) - The address line 3.</p>\n</li>\n<li><p><code>City</code> (string) - The city of the address.</p>\n</li>\n<li><p><code>StateOrProvince</code> (string) - The state or province of the address.</p>\n</li>\n<li><p><code>County</code> (string) - The county of the address.</p>\n</li>\n<li><p><code>CountryLookup</code> (string) - The country lookup of the address.</p>\n</li>\n<li><p><code>PostalCode</code> (string) - The postal code of the address.</p>\n</li>\n<li><p><code>PostOfficeBox</code> (string) - The post office box of the address.</p>\n</li>\n<li><p><code>AddressTypeLookup</code> (string) - The address type lookup.</p>\n</li>\n<li><p><code>IsMainAddress</code> (boolean) - Indicates if it is the main address.</p>\n</li>\n<li><p><code>Info</code> (array) - Additional information about the address.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li>The response of this request is a JSON schema. Here is the schema for the response:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"success\": {\n          \"type\": \"boolean\"\n        },\n        \"importedCount\": {\n          \"type\": \"integer\"\n        },\n        \"errorCount\": {\n          \"type\": \"integer\"\n        },\n        \"failedData\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"ticketOwnerExternalId\": {\n                \"type\": \"string\"\n              },\n              \"message\": {\n                \"type\": \"string\"\n              }\n            }\n          }\n        },\n        \"importedTicketOwners\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"ticket\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"ticketNumber\": {\n                    \"type\": \"string\"\n                  },\n                  \"ticketBarcode\": {\n                    \"type\": \"string\"\n                  },\n                  \"regcode\": {\n                    \"type\": \"string\"\n                  },\n                  \"ticketId\": {\n                    \"type\": \"string\"\n                  },\n                  \"pdfTicketLink\": {\n                    \"type\": \"string\"\n                  },\n                  \"mTicketLink\": {\n                    \"type\": \"string\"\n                  },\n                  \"appleWalletTicketLink\": {\n                    \"type\": \"string\"\n                  },\n                  \"googleWalletTicketLink\": {\n                    \"type\": \"string\"\n                  },                \n                  \"pdfQuicode\": {\n                    \"type\": \"string\"\n                  },               \n                  \"mTicketQuicode\": {\n                    \"type\": \"string\"\n                  },              \n                  \"walletQuicode\": {\n                    \"type\": \"string\"\n                  }                  \n                }\n              },\n              \"ticketOwner\": {\n                \"type\": \"object\",\n                \"properties\": {\n                  \"externalID\": {\n                    \"type\": \"string\"\n                  },\n                  \"firstName\": {\n                    \"type\": \"string\"\n                  },\n                  \"lastName\": {\n                    \"type\": \"string\"\n                  },\n                  \"internalId\": {\n                    \"type\": \"integer\"\n                  },\n                  \"uniqueId\": {\n                    \"type\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["terp","v1","import","ticketowners"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"ea8f2c4e-49b1-496a-82d6-1e40430b6b55","name":"Import of ticketowner","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n//  Possible inputs \"faireventId\"\r\n//---------------------------------\r\n//  - internal Id: 42 or \"42\"\r\n//  - unique id:  \"C8847785-CF69-EE11-93CF-00155D960409\"\r\n//  - slug:       \"hmmcc23\"\r\n//  - year and faireventnumber: \"2023-6189\"  (format: YYYY-nnn)\r\n//---------------------------------\r\n   \"faireventId\": \"2023-6189\", \r\n\r\n//  Possible inputs \"articleId\"\r\n//-------------------------------\r\n//  - internal Id: 186 or \"186\"\r\n//  - unique id:  \"37A8A129-D669-EE11-93CF-00155D960409\"\r\n//-------------------------------\r\n    \"articleId\": \"37A8A129-D669-EE11-93CF-00155D960409\",\r\n//    \"articleNumber\": \"123\",\r\n\r\n    \"importTicketLinksOrQuicodes\": 3, \r\n\r\n    \"TicketOwners\": [\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_A\",\r\n            \"FirstName\": \"John\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"john.doe@Testmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_A\",\r\n                    \"Value\": \"jo.doe@ditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_A\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_B\",\r\n            \"FirstName\": \"Jack\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"jack.doe@Testmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_B\",\r\n                    \"Value\": \"ja.doe@aditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_B\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ExternalId\": \"YOUR_HOLDER_ID_PEROSN_FAILED\",\r\n            \"FirstName\": \"Jack\",\r\n            \"LastName\": \"Doe\",\r\n            \"GenderCode\": \"1\",\r\n            \"SalutationLookup\": \"Mr\",\r\n            \"NationalityLookup\": \"DE\",\r\n            \"JobTitle\": \"Jack of all trades\",\r\n            \"DataObjectType\": \"TERP.TicketOwners\",\r\n            \"Company\": \"ADITUS GmbH\",\r\n            \"Info\": [\r\n                {\r\n                    \"Key\": \"Info5\",\r\n                    \"Value\": \"ValueY\"\r\n                }\r\n            ],\r\n            \"EMail\": \"jack.doeTestmail.de\",\r\n            \"Phone\": \"+49 1111 111 11 1\",\r\n            \"Contacts\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_CONTACT_ID_PERSON_FAILED\",\r\n                    \"Value\": \"jo.doe@aditus.de\",\r\n                    \"ContactNameLookup\": \"eMailAlternative\",\r\n                    \"ContactTypeLookup\": \"EMail\",\r\n                    \"IsMainContact\": true,\r\n                    \"Info\": []\r\n                }\r\n            ],\r\n            \"Addresses\": [\r\n                {\r\n                    \"ExternalId\": \"YOUR_ADDRESS_ID_PERSON_FAILED\",\r\n                    \"Street\": \"Mainstreet\",\r\n                    \"StreetNumber\": \"1\",\r\n                    \"Line1\": \"Line number 1\",\r\n                    \"Line2\": \"Line number 2\",\r\n                    \"Line3\": \"Line number 3\",\r\n                    \"City\": \"Berlin\",\r\n                    \"StateOrProvince\": \"Berlin\",\r\n                    \"County\": \"Berlin\",\r\n                    \"CountryLookup\": \"DE\",\r\n                    \"PostalCode\": \"12345\",\r\n                    \"PostOfficeBox\": \"PO 123XY\",\r\n                    \"AddressTypeLookup\": \"Privatadresse\",\r\n                    \"IsMainAddress\": true,\r\n                    \"Info\": []\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/import/ticketowners"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"789"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Accept-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Fri, 27 Mar 2026 07:06:28 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 14ad0c5849761f8182a93f5e84e10b26.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DUS51-P6"},{"key":"X-Amz-Cf-Id","value":"cusc_Pr7T9Xpj-ylsvNP3Ao9djqzq_SpbGEo-QESKOgTVlAaHVLA7A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": false,\n        \"importedCount\": 2,\n        \"errorCount\": 1,\n        \"failedData\": [\n            {\n                \"ticketOwnerExternalId\": \"YOUR_HOLDER_ID_PEROSN_FAILED\",\n                \"message\": \"import data with 'ExternalId' 'YOUR_HOLDER_ID_PEROSN_FAILED' failed. value 'jack.doeTestmail.de' of 'CRM.Persons_EMail' is invalid. error 'ValueNotValid'\"\n            }\n        ],\n        \"importedTicketOwners\": [\n            {\n                \"ticket\": {\n                    \"ticketNumber\": \"6189312330002301\",\n                    \"ticketBarcode\": \"6189312330002301\",\n                    \"regcode\": \"AU8C7TKAHQSBAC\",\n                    \"ticketId\": \"9a30ebaf-fa0d-f011-93dd-00155d96040a\",\n                    \"pdfTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9a30ebaf-fa0d-f011-93dd-00155d96040a/Pdf?s=EJZiZFgYLO9Bmg/\",\n                    \"mTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9a30ebaf-fa0d-f011-93dd-00155d96040a/Html?s=EJZiZFgYLO9Bmg/\",\n                    \"appleWalletTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9a30ebaf-fa0d-f011-93dd-00155d96040a/Pkpass?s=EJZiZFgYLO9Bmg/\",\n                    \"googleWalletTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9a30ebaf-fa0d-f011-93dd-00155d96040a/GoogleWallet?s=EJZiZFgYLO9Bmg/\",\n                    \"pdfQuicode\": \"HTTP://QUICO.DE/AU8C7TKAHQSBACDAB/V/F1WSNAAN87UM9FAQYFF4QYFWFTVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\",\n                    \"mTicketQuicode\": \"HTTP://QUICO.DE/AU8C7TKAHQSBACGJB/V/F1WSNAAN87UM9FAQYFF4QYFWFTVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\",\n                    \"walletQuicode\": \"HTTP://QUICO.DE/AU8C7TKAHQSBACGAB/V/F1WSNAAN87UM9FAQYFF4QYFWFTVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\"\n                },\n                \"ticketOwner\": {\n                    \"externalID\": \"YOUR_HOLDER_ID_PEROSN_A\",\n                    \"firstName\": \"John\",\n                    \"lastName\": \"Doe\",\n                    \"internalId\": 117722,\n                    \"uniqueId\": \"bd1e1a96-87fd-ef11-93dd-00155d96040a\"\n                }\n            },\n            {\n                \"ticket\": {\n                    \"ticketNumber\": \"6189312310002314\",\n                    \"ticketBarcode\": \"6189312310002314\",\n                    \"regcode\": \"AWUPDARDVF9V6X\",\n                    \"ticketId\": \"9b30ebaf-fa0d-f011-93dd-00155d96040a\",\n                    \"pdfTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9b30ebaf-fa0d-f011-93dd-00155d96040a/Pdf?s=aMoUTvIEbzSg8g/\",\n                    \"mTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9b30ebaf-fa0d-f011-93dd-00155d96040a/Html?s=aMoUTvIEbzSg8g/\",\n                    \"appleWalletTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9b30ebaf-fa0d-f011-93dd-00155d96040a/Pkpass?s=aMoUTvIEbzSg8g/\",\n                    \"googleWalletTicketLink\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/9b30ebaf-fa0d-f011-93dd-00155d96040a/GoogleWallet?s=aMoUTvIEbzSg8g/\",\n                    \"pdfQuicode\": \"HTTP://QUICO.DE/AWUPDARDVF9V6XDAB/V/F1WSNAAN87UM9GM1VADS17CASEVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\",\n                    \"mTicketQuicode\": \"HTTP://QUICO.DE/AWUPDARDVF9V6XGJB/V/F1WSNAAN87UM9GM1VADS17CASEVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\",\n                    \"walletQuicode\": \"HTTP://QUICO.DE/AWUPDARDVF9V6XGAB/V/F1WSNAAN87UM9GM1VADS17CASEVD9S5Q3PWPY6ME7SBS46ZSM4NWCDTGU8M7HPB9DJKQG3EBG48KV/C/%7C%20%E2%88%80%7C/T/ADITUS-DEV-0\"\n                },\n                \"ticketOwner\": {\n                    \"externalID\": \"YOUR_HOLDER_ID_PEROSN_B\",\n                    \"firstName\": \"Jack\",\n                    \"lastName\": \"Doe\",\n                    \"internalId\": 117723,\n                    \"uniqueId\": \"c11e1a96-87fd-ef11-93dd-00155d96040a\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"9330e779-449e-4c8c-986b-8cd6c96ddde1"}],"id":"86fe1fc7-e760-4559-9b76-7c4ef86bd5a3","description":"<p>User registers on the external registration page and receives a confirmation email without QR code. Once the data is imported into ADITUS, an email confirmation with QR code will be send to the participant. Then the user comes onsite and scans this QR code at the ADITUS entrance terminal. By scanning the QR code, the ADITUS system recognises the barcode, counts an entry and gives a GO to the user.</p>\n<p>The ADITUS system can recognise its own barcodes very well, even the entrance terminal is offline.</p>\n<img src=\"https://content.pstmn.io/32dab2cd-d6c7-4790-936a-70b281f9edca/aW1hZ2UucG5n\" />","_postman_id":"86fe1fc7-e760-4559-9b76-7c4ef86bd5a3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Usage of external codes","item":[{"name":"Import external codes","id":"c3575e2c-f1b2-445b-a291-ef9b644c7c9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{vault:API_Login_Key}}"},{"key":"password","value":"{{vault:API_Login_Secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"faireventId\": 3,\r\n    \"articleId\": 23,\r\n    \"Tickets\": [\r\n        {\r\n            \"Ticket\": {\r\n                \"Barcode\": \"YOUR_ENTRANCE_CODE\",\r\n                \"ExternalId\": \"YOUR_ENTRANCE_ID\",\r\n                \"Blocked\": false\r\n            },\r\n            \"Person\": {\r\n                \"ExternalId\": \"YOUR_HOLDER_ID\",\r\n                \"FirstName\": \"John\",\r\n                \"LastName\": \"Doe\",\r\n                \"GenderCode\": \"Male\", // male\r\n                \"SalutationLookup\": \"Mr\",\r\n                \"NationalityLookup\": \"DE\",\r\n                \"JobTitle\": \"Jack of all trades\",\r\n                \"DataObjectType\": \"CRM.Persons\",\r\n                \"Company\": \"ADITUS GmbH\",\r\n                \"Info\": [\r\n                    {\r\n                        \"Key\": \"InfoX\",\r\n                        \"Value\": \"ValueY\"\r\n                    }\r\n                ],\r\n                \"EMail\": \"test@postman.com\",\r\n                \"Phone\": \"+49 1111 111 11 1\",\r\n                \"Contacts\": [\r\n                    {\r\n                        \"Value\": \"j.doe@ditus.de\",\r\n                        \"ContactNameLookup\": \"EMail\",\r\n                        \"ContactTypeLookup\": \"EMail\",\r\n                        \"IsMainContact\": true,\r\n                        \"Info\": []\r\n                    }\r\n                ],\r\n                \"Addresses\": [\r\n                    {\r\n                        \"Street\": \"Mainstreet\",\r\n                        \"StreetNumber\": \"1\",\r\n                        \"Line1\": \"Line number 1\",\r\n                        \"Line2\": \"Line number 2\",\r\n                        \"Line3\": \"Line number 3\",\r\n                        \"City\": \"Berlin\",\r\n                        \"StateOrProvince\": \"Berlin\",\r\n                        \"County\": \"Berlin\",\r\n                        \"CountryLookup\": \"DE\",\r\n                        \"PostalCode\": \"12345\",\r\n                        \"PostOfficeBox\": \"PO 123XY\",\r\n                        \"AddressTypeLookup\": \"CRM.Adresses\",\r\n                        \"IsMainAddress\": true,\r\n                        \"Info\": []\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/tickets/import","description":"<h3 id=\"request-body\">Request Body</h3>\n<p>The API endpoint <code>POST /tasks/tickets/import</code> is used to import tickets for a specific event and article. The request should include the following parameters in the raw request body type:</p>\n<ul>\n<li><p><code>faireventId</code> (integer): The ID of the event.</p>\n</li>\n<li><p><code>articleId</code> (integer): The ID of the article.</p>\n</li>\n<li><p><code>Tickets</code> (array): An array of ticket objects containing barcode, external ID, and person details. Each ticket object should contain:</p>\n<ul>\n<li><p><code>Ticket</code> (object): Ticket details including barcode, external ID, and blocked status.</p>\n</li>\n<li><p><code>Person</code> (object): Person details associated with the ticket including external ID, name, gender, contact information, address, etc.</p>\n<ul>\n<li>Gender has the following allowed values: <code>\"Male\"</code>, <code>\"Female\"</code>, <code>\"Divers\"</code>, <code>\"Unknown\"</code>, or empty</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request will be a JSON object with the following structure:</p>\n<ul>\n<li><p><code>_links</code> (object): Contains links related to the response.</p>\n</li>\n<li><p><code>result</code> (object): Contains information about the import process, including createdBy, createdOn, executionFrom, lastActionOn, id, status, targetResourceId, finishedOn, startedOn, and taskId.</p>\n</li>\n</ul>\n<p>For the actual JSON schema representing the response, please refer to the API documentation or the response from the API call.</p>\n","urlObject":{"path":["tasks","tickets","import"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"a3440606-2764-4407-8428-8feac9a61b1a","name":"Import external codes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"faireventId\": 3,\r\n    \"articleId\": 23,\r\n    \"Tickets\": [\r\n        {\r\n            \"Ticket\": {\r\n                \"Barcode\": \"YOUR_ENTRANCE_CODE\",\r\n                \"ExternalId\": \"YOUR_ENTRANCE_ID\",\r\n                \"Blocked\": false\r\n            },\r\n            \"Person\": {\r\n                \"ExternalId\": \"YOUR_HOLDER_ID\",\r\n                \"FirstName\": \"John\",\r\n                \"LastName\": \"Doe\",\r\n                \"GenderCode\": \"Male\", // male\r\n                \"SalutationLookup\": \"Mr\",\r\n                \"NationalityLookup\": \"DE\",\r\n                \"JobTitle\": \"Jack of all trades\",\r\n                \"DataObjectType\": \"CRM.Persons\",\r\n                \"Company\": \"ADITUS GmbH\",\r\n                \"Info\": [\r\n                    {\r\n                        \"Key\": \"InfoX\",\r\n                        \"Value\": \"ValueY\"\r\n                    }\r\n                ],\r\n                \"EMail\": \"test@postman.com\",\r\n                \"Phone\": \"+49 1111 111 11 1\",\r\n                \"Contacts\": [\r\n                    {\r\n                        \"Value\": \"j.doe@ditus.de\",\r\n                        \"ContactNameLookup\": \"EMail\",\r\n                        \"ContactTypeLookup\": \"EMail\",\r\n                        \"IsMainContact\": true,\r\n                        \"Info\": []\r\n                    }\r\n                ],\r\n                \"Addresses\": [\r\n                    {\r\n                        \"Street\": \"Mainstreet\",\r\n                        \"StreetNumber\": \"1\",\r\n                        \"Line1\": \"Line number 1\",\r\n                        \"Line2\": \"Line number 2\",\r\n                        \"Line3\": \"Line number 3\",\r\n                        \"City\": \"Berlin\",\r\n                        \"StateOrProvince\": \"Berlin\",\r\n                        \"County\": \"Berlin\",\r\n                        \"CountryLookup\": \"DE\",\r\n                        \"PostalCode\": \"12345\",\r\n                        \"PostOfficeBox\": \"PO 123XY\",\r\n                        \"AddressTypeLookup\": \"CRM.Adresses\",\r\n                        \"IsMainAddress\": true,\r\n                        \"Info\": []\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/tickets/import"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"282"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"location","value":"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/tickets/import/477"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Tue, 17 Feb 2026 14:22:10 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 14d5a8a1fbe4228e0d0a0b8054cd53e2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TXL52-P2"},{"key":"X-Amz-Cf-Id","value":"zGxvc4GYAVSmelN5qabZZXEDrJKp7ChlFcaC4C4Xq8UgtfCOVySpHg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/tickets/import\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"import\": {\n            \"createdBy\": 146,\n            \"createdOn\": \"2026-02-17T15:22:10.8470007\",\n            \"executionFrom\": \"2026-02-17T15:22:10.8470007\",\n            \"lastActionOn\": \"2026-02-17T15:22:10.8845086\",\n            \"id\": \"477\",\n            \"status\": 128,\n            \"targetResourceId\": 3,\n            \"finishedOn\": null,\n            \"startedOn\": null,\n            \"taskId\": 16468\n        }\n    }\n}"}],"_postman_id":"c3575e2c-f1b2-445b-a291-ef9b644c7c9c"}],"id":"448be8cc-4422-4476-8f9c-9d9dd2b79540","description":"<p>User registers on the external registration page and receives a confirmation and an external QR code. Then the user comes onsite and scans this QR code from the external registration system at the ADITUS entrance terminal. By scanning the QR code, the ADITUS system recognises the record, saves the QR code, counts an entry and gives a GO to the user.</p>\n<img src=\"https://content.pstmn.io/ed1f9000-116e-497f-9fdc-673e92ff28f1/aW1hZ2UucG5n\" />","_postman_id":"448be8cc-4422-4476-8f9c-9d9dd2b79540","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}}],"id":"6389f4fb-9bae-4c72-bb42-c18206da5853","description":"<p>The setup consists of 2 separate systems which exchange ticket data automatically.</p>\n<p>This approach is divided into two scenarios:</p>\n<ol>\n<li><p>The barcode is generated in the ADITUS system, only the owner data is transmitted. This scenario is called as ADITUS QUICODE.</p>\n</li>\n<li><p>The barcode comes from the external registration system and is transmitted together with the owner data.</p>\n</li>\n</ol>\n","_postman_id":"6389f4fb-9bae-4c72-bb42-c18206da5853","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}}],"id":"3bf3f07c-37f5-4364-8328-8fa2045ab168","description":"<p>ADITUS hardware can be used with external registration vendors. There are different ways to realise the requirements to connect external systems for a smooth visitor experience onsite while ensuring an efficient data flow.</p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>The ADITUS API facilitates integration between ADITUS hardware and external systems, enabling third-party registration vendors to manage visitor registration, access control, and data synchronization effectively. Whether you're working with ticketing systems, attendee management platforms, or custom registration solutions, this API provides the tools necessary to bridge the gap between your system and ADITUS technology.</p>\n<h2 id=\"key-features-and-benefits\">Key Features and Benefits</h2>\n<ol>\n<li><p><strong>Seamless Visitor Experience</strong><br /> The API enables real-time data exchange, ensuring that visitor data flows smoothly across systems without manual intervention. From check-in to access control, the integration ensures a hassle-free onsite experience.</p>\n</li>\n<li><p><strong>Flexibility in Integration</strong><br /> The API supports various approaches to meet diverse integration requirements. Whether you prefer direct API calls, data synchronization via webhooks, or bulk data transfers, the ADITUS API provides the necessary flexibility to tailor the integration to your specific needs.</p>\n</li>\n<li><p><strong>Efficient Data Management</strong><br /> The system is designed to maintain data consistency and accuracy, reducing the risk of discrepancies and manual errors. This efficiency contributes to faster operations and improved reliability.</p>\n</li>\n<li><p><strong>Enhanced Security</strong><br /> ADITUS adheres to industry best practices for secure data exchange. The API includes robust authentication and encryption mechanisms to protect sensitive visitor information during transmission.</p>\n</li>\n</ol>\n<h2 id=\"integration-scenarios\">Integration Scenarios</h2>\n<p>The ADITUS API supports various integration scenarios to accommodate the requirements of different external systems. Examples include:</p>\n<ul>\n<li><p><strong>Real-Time Registration Sync</strong>: External vendors can push visitor registration data to ADITUS hardware instantly for immediate access onsite.</p>\n</li>\n<li><p><strong>Access Control Integration</strong>: Synchronize access permissions from your system with ADITUS hardware to manage visitor entry seamlessly.</p>\n</li>\n<li><p><strong>Batch Data Import/Export</strong>: For events with pre-registration, the API allows bulk data upload to streamline check-in processes.</p>\n</li>\n</ul>\n<h2 id=\"onboarding-and-support\">Onboarding and Support</h2>\n<p>To get started with the integration, this documentation will guide you through:</p>\n<ul>\n<li><p>Understanding the API endpoints, methods, and expected payloads.</p>\n</li>\n<li><p>Setting up authentication and testing the integration.</p>\n</li>\n<li><p>Best practices to optimize performance and reliability.</p>\n</li>\n</ul>\n<p>Our dedicated support team is available to assist you at every stage of your integration journey, ensuring you achieve a successful and efficient setup.</p>\n","event":[{"listen":"prerequest","script":{"id":"c3ca794d-3fbc-40df-838b-d62787037405","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"f174534d-8edd-4e6c-8967-5d59ae8715e2","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"3bf3f07c-37f5-4364-8328-8fa2045ab168","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Ticket purchase & registration","item":[{"name":"Discovery","item":[{"name":"Get configuration","event":[{"listen":"test","script":{"id":"b62ec594-c808-41c0-aafe-562e5feffc91","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bc2d13a6-b8b7-42ca-8e6d-df6a67f0c7b9","protocolProfileBehavior":{"followRedirects":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/configuration","description":"<p>This endpoint retrieves a list of discovery events.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body parameters are required for this request.</p>\n<h2 id=\"response\">Response</h2>\n<p>The <code>data</code> array contains objects with details about the discovery events, including the event ID, name, year, number, slug, description, date and time span, icon details, logo details, sorting order, registration availability, sales availability, public registration details, assortments, and currency.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","configuration"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"9c080af4-a09b-42fc-8191-5683860cf77a","name":"Get configuration","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1417"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:38:54 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1877c1d3c1c0435e896415d580d52c52.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"BzogkZez585rGyQTADLjKlJcXBo4Q_2St7xGLSOjEVkd2XZ0GRnYiA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mandator\": \"ADITUS-DEV-0\",\n        \"lookups\": {\n            \"salutations\": \"P_ANREDEN\",\n            \"countries\": \"P_LAENDER_ADITUS\",\n            \"title\": \"P_TITEL\",\n            \"cookieConsent\": \"SHOP_COOKIE_CONSENT\"\n        },\n        \"tracking\": {\n            \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n            \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n        },\n        \"useTotpForNewUsers\": false,\n        \"useWebsiteMetricTracking\": true,\n        \"frameAncestors\": \"https://jsfiddle.net https://fiddle.jshell.net https://www.w3schools.com https://codepen.io https://seleniumbase.io/ https://dev.aditus.de\",\n        \"externalLoginProviders\": [\n            {\n                \"type\": \"facebook\",\n                \"clientId\": \"\",\n                \"clientSecret\": \"\",\n                \"authority\": \"\"\n            },\n            {\n                \"type\": \"google\",\n                \"clientId\": \"\",\n                \"clientSecret\": \"\",\n                \"authority\": \"https://accounts.google.com\"\n            },\n            {\n                \"type\": \"linkedin\",\n                \"clientId\": \"\",\n                \"clientSecret\": \"\",\n                \"authority\": \"https://www.linkedin.com/oauth\"\n            },\n            {\n                \"type\": \"apple\",\n                \"clientId\": \"\",\n                \"clientSecret\": \"\",\n                \"authority\": \"https://appleid.apple.com\"\n            }\n        ],\n        \"charsetInputFilter\": [\n            {\n                \"name\": \"Arabic\",\n                \"regexRule\": \"[\\\\u0600-\\\\u06ff\\\\u0750-\\\\u077f\\\\ufb50-\\\\ufbc1\\\\ufbd3-\\\\ufd3f\\\\ufd50-\\\\ufd8f\\\\ufd92-\\\\ufdc7\\\\ufe70-\\\\ufefc\\\\uFDF0-\\\\uFDFD]\"\n            }\n        ],\n        \"socialFollows\": [\n            {\n                \"name\": \"LinkedIn\",\n                \"color\": \"#4875B4\",\n                \"type\": \"LinkedIn\",\n                \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n            },\n            {\n                \"name\": \"Facebook\",\n                \"color\": \"#3b5998\",\n                \"type\": \"Facebook\",\n                \"url\": \"https://www.facebook.com/aditusgmbh/\"\n            },\n            {\n                \"name\": \"X\",\n                \"color\": \"#000000\",\n                \"type\": \"Twitter\",\n                \"url\": \"https://x.com/DEV-0\"\n            },\n            {\n                \"name\": \"Xing\",\n                \"color\": \"#026466\",\n                \"type\": \"Xing\",\n                \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n            },\n            {\n                \"name\": \"TikTok\",\n                \"color\": \"#fe2c55\",\n                \"type\": \"TikTok\",\n                \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n            },\n            {\n                \"name\": \"Instagram\",\n                \"color\": \"#555\",\n                \"type\": \"Instagram\",\n                \"url\": \"https://instagram.com/aditusgmbh\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bc2d13a6-b8b7-42ca-8e6d-df6a67f0c7b9"},{"name":"Get payment providers","event":[{"listen":"test","script":{"id":"b62ec594-c808-41c0-aafe-562e5feffc91","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bac108de-a77a-4f81-80cf-606faadd26f2","protocolProfileBehavior":{"followRedirects":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/payment-providers","description":"<p>This endpoint allows you to retrieve a list of payment providers available for discovery.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response-body\">Response Body</h2>\n<p>The response will contain an array of payment providers, each with the following details:</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier for the payment provider.</p>\n</li>\n<li><p><code>name</code> (string): The name of the payment provider.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the payment provider, if available.</p>\n</li>\n<li><p><code>paymentMethods</code> (array): An array of payment methods offered by the provider, with each method containing a <code>methodType</code>.</p>\n</li>\n<li><p><code>configuration</code> (object): Details about the configuration of the payment provider, including <code>saferpayFieldsUrl</code>, <code>saferpayFieldsLibrary</code>, and <code>saferpayFieldsAccessToken</code>.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the payment provider.</p>\n</li>\n<li><p><code>isDefault</code> (boolean): Indicates if the payment provider is the default option.</p>\n</li>\n<li><p><code>isExpressCheckoutSupported</code> (boolean): Indicates if the payment provider supports express checkout.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","payment-providers"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"f39f3a85-4667-43a1-8ec2-d72cacb5cbfd","name":"Get payment providers","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/payment-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1041"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:40:29 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1877c1d3c1c0435e896415d580d52c52.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"6FChCtHQJED3aZvv8HtnNsfUZbkshenR1llUpbmyIwRSasRturiUwA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"210f6011-343d-ee11-93cf-00155d960409\",\n            \"name\": \"Credit card\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"saferpayFieldsUrl\": \"https://test.saferpay.com/Fields/404227\",\n                \"saferpayFieldsLibrary\": \"https://test.saferpay.com/Fields/lib/1/saferpay-fields.js\",\n                \"saferpayFieldsAccessToken\": \"56e2915d-3029-427b-a09f-e3af9b8e5029\"\n            },\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"948ade45-b0c5-ee11-93d3-00155d96040a\",\n            \"name\": \"Sofort\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Sofort\"\n                }\n            ],\n            \"configuration\": {\n                \"payPalUseLightbox\": \"True\",\n                \"payPalClientId\": \"ARyjHl5b2socI26LiDEMzYeIjhNSjuTpnQHfXZagP38YljvY-yMAJ7t_xie4E-NNRumRlKrL6MUm1bjl\"\n            },\n            \"sort\": 5,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": true\n        },\n        {\n            \"id\": \"fba84973-b0c5-ee11-93d3-00155d96040a\",\n            \"name\": \"PayPal\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"PayPal\"\n                }\n            ],\n            \"configuration\": {\n                \"payPalUseLightbox\": \"True\",\n                \"payPalClientId\": \"ARyjHl5b2socI26LiDEMzYeIjhNSjuTpnQHfXZagP38YljvY-yMAJ7t_xie4E-NNRumRlKrL6MUm1bjl\"\n            },\n            \"sort\": 15,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": true\n        },\n        {\n            \"id\": \"6045539b-2ecb-ee11-93d3-00155d96040a\",\n            \"name\": \"iDEAL\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Ideal\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"dcd0d596-33cb-ee11-93d3-00155d96040a\",\n            \"name\": \"Wallet\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"ApplePay\"\n                },\n                {\n                    \"methodType\": \"GooglePay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 40,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"838fc7d2-a0cc-ee11-93d3-00155d96040a\",\n            \"name\": \"Giropay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Giropay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"279e1fec-a0cc-ee11-93d3-00155d96040a\",\n            \"name\": \"EPS\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Eps\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"d3d3bc1e-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"UnionPay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"UnionPay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"b7ccdb37-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"TWINT\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Twint\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ecd4184c-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"Postfinance\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Postfinance\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ee897ed8-1d27-ef11-93d7-00155d96040a\",\n            \"name\": \"NGenius\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                }\n            ],\n            \"configuration\": {\n                \"outletReference\": \"4b105a76-8b2b-41b9-b0e0-a8decf3c5d18\",\n                \"useSandbox\": \"True\",\n                \"paymentMethods\": \"VISA, MASTERCARD\",\n                \"walletMethods\": \"\"\n            },\n            \"sort\": 100,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"a7fed2b9-fe3c-ef11-93d8-00155d96040a\",\n            \"name\": \"NGenius Wallet\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"ApplePay\"\n                },\n                {\n                    \"methodType\": \"GooglePay\"\n                }\n            ],\n            \"configuration\": {\n                \"outletReference\": \"4b105a76-8b2b-41b9-b0e0-a8decf3c5d18\",\n                \"useSandbox\": \"True\",\n                \"paymentMethods\": \"APPLE_PAY, GOOGLEPAY\",\n                \"walletMethods\": \"GOOGLEPAY\"\n            },\n            \"sort\": 101,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"f756a56d-613f-ef11-93d8-00155d96040a\",\n            \"name\": \"Kreditkarte\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 10,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"654ea6c1-743f-ef11-93d8-00155d96040a\",\n            \"name\": \"PayPal Saferpay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"PayPal\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 17,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"1e6ba835-2877-ef11-93d8-00155d96040a\",\n            \"name\": \"Stripe\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Diners\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"9135125a-75a6-ef11-93d8-00155d96040a\",\n            \"name\": \"Stripe NOT demo\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Diners\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"False\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"85c8bab4-bdd1-ef11-93d9-00155d96040a\",\n            \"name\": \"Invoice\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Invoice\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"defc6088-8dd2-ef11-93d9-00155d96040a\",\n            \"name\": \"Prepayment\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Prepayment\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ffe35c40-9bf9-ef11-93dd-00155d96040a\",\n            \"name\": \"DWTC-Paymentgateway\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        }\n    ]\n}"}],"_postman_id":"bac108de-a77a-4f81-80cf-606faadd26f2"},{"name":"Get events","event":[{"listen":"test","script":{"id":"db9ea301-40a4-49ba-b65d-8847634b0d56","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"d2b20260-86ac-4fd0-975a-c564cbb192b4","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f9399905-6246-489d-8752-5af90533082a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events?$expand=all","description":"<p>This endpoint retrieves a list of discovery events.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this request.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (array) - An array containing objects with details about the discovery events.</p>\n<ul>\n<li><p><code>id</code> (string) - The ID of the event.</p>\n</li>\n<li><p><code>name</code> (string) - The name of the event.</p>\n</li>\n<li><p><code>year</code> (string) - The year of the event.</p>\n</li>\n<li><p><code>number</code> (string) - The event number.</p>\n</li>\n<li><p><code>slug</code> (string) - The slug of the event.</p>\n</li>\n<li><p><code>description</code> (string) - The description of the event, if available.</p>\n</li>\n<li><p><code>dateTimeSpan</code> (object) - An object containing the start and end date and time of the event.</p>\n<ul>\n<li><p><code>start</code> (string) - The start date and time of the event.</p>\n</li>\n<li><p><code>end</code> (string) - The end date and time of the event.</p>\n</li>\n</ul>\n</li>\n<li><p><code>icon</code> (object) - An object containing details about the event icon.</p>\n<ul>\n<li><p><code>key</code> (string) - The key of the icon.</p>\n</li>\n<li><p><code>uri</code> (string) - The URI of the icon.</p>\n</li>\n<li><p><code>type</code> (string) - The type of the icon.</p>\n</li>\n<li><p><code>background</code> (string) - The background of the icon.</p>\n</li>\n</ul>\n</li>\n<li><p><code>logo</code> (object) - An object containing details about the event logo.</p>\n<ul>\n<li><p><code>key</code> (string) - The key of the logo.</p>\n</li>\n<li><p><code>uri</code> (string) - The URI of the logo.</p>\n</li>\n<li><p><code>type</code> (string) - The type of the logo.</p>\n</li>\n<li><p><code>background</code> (string) - The background of the logo.</p>\n</li>\n</ul>\n</li>\n<li><p><code>sort</code> (number) - The sorting order of the event.</p>\n</li>\n<li><p><code>isRegistrationAvailable</code> (boolean) - Indicates if registration is available for the event.</p>\n</li>\n<li><p><code>isSalesAvailable</code> (boolean) - Indicates if sales are available for the event.</p>\n</li>\n<li><p><code>publicRegistration</code> (object) - An object containing details about public registration.</p>\n<ul>\n<li><p><code>isAvailable</code> (boolean) - Indicates if public registration is available.</p>\n</li>\n<li><p><code>assortments</code> (array) - An array of assortments available for the event.</p>\n<ul>\n<li><p><code>id</code> (string) - The ID of the assortment.</p>\n</li>\n<li><p><code>name</code> (string) - The name of the assortment, if available.</p>\n</li>\n<li><p><code>description</code> (string) - The description of the assortment, if available.</p>\n</li>\n<li><p><code>sort</code> (number) - The sorting order of the assortment.</p>\n</li>\n<li><p><code>isDefault</code> (boolean) - Indicates if the assortment is the default.</p>\n</li>\n<li><p><code>configuration</code> (object) - An object containing configuration details of the assortment.</p>\n<ul>\n<li><code>maxNumberOfTicketsPerSale</code> (number) - The maximum number of tickets per sale for the assortment.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>currency</code> (string) - The currency used for the event.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":"all"}],"variable":[]}},"response":[{"id":"10f7a35e-7133-4a37-ab34-29480b349e74","name":"Get events","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"de","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events"],"query":[{"key":"$expand","value":"all","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"4866"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 12:54:56 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b04a6cb0bde4a78c29099913e07f9056.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"TnaWBEOWp-63_OQ39ntseicSHBArBk0jge-l-IjTt-dNs8szq9elQw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"10b992c5-53e9-ef11-93da-00155d96040a\",\n            \"name\": \"Galaxio Messe\",\n            \"year\": \"2050\",\n            \"number\": \"6666\",\n            \"slug\": \"GalaxioExpo2050\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"3175-01-01T04:20:00+01:00\",\n                \"end\": \"3175-12-31T04:20:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:10b992c5-53e9-ef11-93da-00155d96040a&language=de&v=589b103200fd40ed4097d8bea770c8ec217f85f5ad68c683d030aa874d4aafff\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:10b992c5-53e9-ef11-93da-00155d96040a&language=de&v=589b103200fd40ed4097d8bea770c8ec217f85f5ad68c683d030aa874d4aafff\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 0,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"749277fb-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2028\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722028\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2028-01-01T00:00:00+01:00\",\n                \"end\": \"2028-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 1,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"ebb7d460-828f-ef11-93d8-00155d96040a\",\n            \"name\": \"Middle East Security Days\",\n            \"year\": \"2027\",\n            \"number\": \"9998\",\n            \"slug\": \"MiddleEastSecurityDays2027\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2027-12-27T00:00:00+01:00\",\n                \"end\": \"2027-12-30T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 2,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"accdbcc1-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2027\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722027\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2027-01-01T00:00:00+01:00\",\n                \"end\": \"2027-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 3,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"712d188d-caf9-ef11-93dd-00155d96040a\",\n            \"name\": \"Murica Con\",\n            \"year\": \"2026\",\n            \"number\": \"1776\",\n            \"slug\": \"MuricaCon2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-07-05T00:00:00+02:00\",\n                \"end\": \"2026-07-05T23:59:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:712d188d-caf9-ef11-93dd-00155d96040a&language=de&v=1626fce90c46917f9560dd10ae4cb11b6f3fa8c1c7ced005a30719be0f1d9c21\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 4,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"USD\"\n        },\n        {\n            \"id\": \"32995bb8-270d-ef11-93d7-00155d96040a\",\n            \"name\": \"MAS SRE Moments\",\n            \"year\": \"2026\",\n            \"number\": \"29\",\n            \"slug\": \"MASSREMoments2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-05-11T00:00:00+02:00\",\n                \"end\": \"2026-05-11T23:59:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 5,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"67666502-8208-ef11-93d7-00155d96040a\",\n            \"name\": \"Experience Days\",\n            \"year\": \"2026\",\n            \"number\": \"01\",\n            \"slug\": \"ExperienceDays2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-05-02T00:00:00+02:00\",\n                \"end\": \"2026-05-02T23:59:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:67666502-8208-ef11-93d7-00155d96040a&language=de&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:67666502-8208-ef11-93d7-00155d96040a&language=de&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 6,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"bb85b906-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2026\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-01-01T00:00:00+01:00\",\n                \"end\": \"2026-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 7,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"9675ce9e-0f7a-ee11-93cf-00155d960409\",\n            \"name\": \"Dubai Nights (LSC)\",\n            \"year\": \"2025\",\n            \"number\": \"9998\",\n            \"slug\": \"DubaiNights(LSC)2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-12-01T00:00:00+01:00\",\n                \"end\": \"2025-12-02T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 8,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"bc393a1c-262e-ef11-93d7-00155d96040a\",\n            \"name\": \"Swiss Con\",\n            \"year\": \"2025\",\n            \"number\": \"159\",\n            \"slug\": \"SwissCon2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-11-27T00:00:00+01:00\",\n                \"end\": \"2025-12-09T15:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:bc393a1c-262e-ef11-93d7-00155d96040a&language=de&v=336ac26e907eb890278dd5b548191a67018a77a7ca6a3fafcfcb432051f4dc80\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 9,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"CHF\"\n        },\n        {\n            \"id\": \"4bdf07d3-18a8-ef11-93d8-00155d96040a\",\n            \"name\": \"TERP-Schulung2\",\n            \"year\": \"2025\",\n            \"number\": \"9999\",\n            \"slug\": \"TERP-Schulung22025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-10-10T10:10:00+02:00\",\n                \"end\": \"2025-10-12T18:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 10,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"57f86682-6f17-f011-93dd-00155d96040a\",\n            \"name\": \"MAS v5\",\n            \"year\": \"2025\",\n            \"number\": \"295\",\n            \"slug\": \"MASv52025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-05-29T00:00:00+02:00\",\n                \"end\": \"2025-06-22T23:59:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 12,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"4de70e2b-8328-ef11-93d7-00155d96040a\",\n            \"name\": \"The London Coffee Festival\",\n            \"year\": \"2025\",\n            \"number\": \"605\",\n            \"slug\": \"LCF25\",\n            \"description\": \"The London Coffee Festival is back and fresher than ever! We can’t wait to see you for more caffeine-fuelled fun at The Truman Brewery from 15-18 May 2025. \",\n            \"dateTimeSpan\": {\n                \"start\": \"2025-05-15T00:00:00+02:00\",\n                \"end\": \"2025-05-25T00:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:4de70e2b-8328-ef11-93d7-00155d96040a&language=de&v=7dc06caaed5fe63271e8cff49a6946dadabc9a2597cf17f6f617d6a73da0fe37\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:4de70e2b-8328-ef11-93d7-00155d96040a&language=de&v=7dc06caaed5fe63271e8cff49a6946dadabc9a2597cf17f6f617d6a73da0fe37\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 13,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"797e93a0-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 1\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"76abadb4-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 4\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"d86db7ba-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 5\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"66abadb4-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 3\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"62ce44ad-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 2\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"fd2bf9c6-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 7\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"8a9032cd-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 8\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"e0a40a57-9828-ef11-93d7-00155d96040a\",\n                    \"name\": \"Press Tickets The London Coffee Festival\",\n                    \"description\": \"Redeem tickets as a member of the press.\",\n                    \"sort\": 1,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"7b6abe1c-af12-ef11-93d7-00155d96040a\",\n                    \"name\": \"Press Tickets London Coffee Festival\",\n                    \"description\": \"Redeem the tickets as a member of the press.\",\n                    \"sort\": 2,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"GBP\"\n        },\n        {\n            \"id\": \"cfe54e73-5511-f011-93dd-00155d96040a\",\n            \"name\": \"VSI Test #59636\",\n            \"year\": \"2025\",\n            \"number\": \"0404\",\n            \"slug\": \"VSITest#596362025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-05T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 14,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"number\": \"1596\",\n            \"slug\": \"dvo25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-01T09:15:00+02:00\",\n                \"end\": \"2025-12-31T17:15:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 15,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"f32adbb6-3c9c-ef11-93d8-00155d96040a\",\n            \"name\": \"Futurama\",\n            \"year\": \"2025\",\n            \"number\": \"0815\",\n            \"slug\": \"fr25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-01T08:00:00+02:00\",\n                \"end\": \"2025-04-30T23:59:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f32adbb6-3c9c-ef11-93d8-00155d96040a&language=de&v=90a624ba5ab874cc06d381b580930c0497069962314d811d11ea44468f5679c3\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f32adbb6-3c9c-ef11-93d8-00155d96040a&language=de&v=90a624ba5ab874cc06d381b580930c0497069962314d811d11ea44468f5679c3\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 16,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"167066bc-1304-f011-93dd-00155d96040a\",\n                    \"name\": \"Ohne Registrierung\",\n                    \"description\": \"In dieser Artieklgruppe befinden sich Tickets, für die keine Registrierung benötigt wird.\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"ed550c87-1404-f011-93dd-00155d96040a\",\n                    \"name\": \"Mit Legitimation\",\n                    \"description\": \"In dieser Artieklgruppe befinden sich Tickets, für die eine Legitimation benötigt wird.\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"031db4d4-a1f9-ef11-93dd-00155d96040a\",\n            \"name\": \"AS-8185\",\n            \"year\": \"2025\",\n            \"number\": \"8185\",\n            \"slug\": \"as8185\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-01T00:00:00+02:00\",\n                \"end\": \"2025-05-01T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 17,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"b8b30445-dd19-f011-93dd-00155d96040a\",\n            \"name\": \"Test 60415\",\n            \"year\": \"2025\",\n            \"number\": \"0415\",\n            \"slug\": \"Test604152025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-01T00:00:00+02:00\",\n                \"end\": \"2025-04-30T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 18,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2024\",\n            \"number\": \"01\",\n            \"slug\": \"ed24\",\n            \"description\": \"Die gigantische Erlebnismesse für Sport, Freizeit und Outdooraktivitäten\",\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-25T08:00:00+01:00\",\n                \"end\": \"2025-04-29T18:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 19,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"registrationCodes\": [\n                            \"Ruaq6fo5o7fzr5\",\n                            \"Ryy7zcq4zzt4mc\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"4b12f502-42fa-ed11-93c6-00155d960409\",\n                    \"name\": \"Presseakkreditierung\\r\\n\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 5\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"0bddd60b-d200-f011-93dd-00155d96040a\",\n            \"name\": \"SEG Tests in 2025\",\n            \"year\": \"2025\",\n            \"number\": \"666\",\n            \"slug\": \"SEG25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-18T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 20,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"f04c89da-d703-f011-93dd-00155d96040a\",\n            \"name\": \"AS-8238\",\n            \"year\": \"2025\",\n            \"number\": \"8238\",\n            \"slug\": \"as8238\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 21,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"2fde9de0-fc0d-f011-93dd-00155d96040a\",\n            \"name\": \"PBI 58547 2\",\n            \"year\": \"2025\",\n            \"number\": \"5472\",\n            \"slug\": \"pbi585472\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-01T00:00:00+01:00\",\n                \"end\": \"2025-04-30T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 22,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"0152be28-6405-f011-93dd-00155d96040a\",\n            \"name\": \"FHAnstaltung\",\n            \"year\": \"2025\",\n            \"number\": \"4711\",\n            \"slug\": \"FHAnstaltung2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-01T00:00:00+01:00\",\n                \"end\": \"2035-03-30T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 23,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"cff71505-54e9-ef11-93da-00155d96040a\",\n            \"name\": \"Sechszehn\",\n            \"year\": \"2025\",\n            \"number\": \"4444\",\n            \"slug\": \"Sechszehn2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-02-01T00:00:00+01:00\",\n                \"end\": \"2025-12-24T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 24,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"5a18d1a1-cbcd-ef11-93d9-00155d96040a\",\n            \"name\": \"SRE Allgemein - Veranstaltung mit langem Namen\",\n            \"year\": \"2025\",\n            \"number\": \"31\",\n            \"slug\": \"sreallgemein25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-31T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:5a18d1a1-cbcd-ef11-93d9-00155d96040a&language=de&v=ad7adf7b55e4bbd3d16d2bf7c06035813c77a5ab18416b595470586341fd7ca1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:5a18d1a1-cbcd-ef11-93d9-00155d96040a&language=de&v=ad7adf7b55e4bbd3d16d2bf7c06035813c77a5ab18416b595470586341fd7ca1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 25,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"fbb0781a-17e5-ee11-93d5-00155d96040a\",\n            \"name\": \"Imagination Expo (DE)\",\n            \"year\": \"2024\",\n            \"number\": \"1803\",\n            \"slug\": \"ImaginationExpo2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-18T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 26,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"c583f735-cbc9-ef11-93d9-00155d96040a\",\n            \"name\": \"Imagination Expo 2025\",\n            \"year\": \"2025\",\n            \"number\": \"2906\",\n            \"slug\": \"ImaginationExpo20252025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-03T12:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 27,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"3634cb9f-53e9-ef11-93da-00155d96040a\",\n            \"name\": \"Kitesurfworld\",\n            \"year\": \"2025\",\n            \"number\": \"8888\",\n            \"slug\": \"Kitesurfworld2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:3634cb9f-53e9-ef11-93da-00155d96040a&language=de&v=ecf312a1fd5cfc41096daca35f3a6d0bd76023c8e460d4cd8d10b65416b6c7e2\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:3634cb9f-53e9-ef11-93da-00155d96040a&language=de&v=7351a3d847cbcc2d27488a492dee7e6961c542ada3923eb20f2ce694b5d0abe4\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 28,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"840eea7e-55e9-ef11-93da-00155d96040a\",\n            \"name\": \"Computer Test Messe\",\n            \"year\": \"2025\",\n            \"number\": \"9457\",\n            \"slug\": \"ComputerTestMesse2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2026-01-01T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 29,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"7f2be97d-15cc-ef11-93d9-00155d96040a\",\n            \"name\": \"Rdr Testet munter drauf los\",\n            \"year\": \"2025\",\n            \"number\": \"6864\",\n            \"slug\": \"Rdr25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:7f2be97d-15cc-ef11-93d9-00155d96040a&language=de&v=a6395feccd5ea75b732c7e2b9bf66e18fbadb3ad3c2416fc04c6f680099b2d71\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 30,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"772b48fc-9042-ef11-93d8-00155d96040a\",\n            \"name\": \"GMC 2024 Test (SME)\",\n            \"year\": \"2024\",\n            \"number\": \"9996\",\n            \"slug\": \"GMC2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-11-26T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:772b48fc-9042-ef11-93d8-00155d96040a&language=de&v=a880e840ad4d2b15a214ccba5daa4eaca437a433fa2ce77b0cb9db25a1080ea8\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:772b48fc-9042-ef11-93d8-00155d96040a&language=de&v=c72dca1327e6b28b04fe3167b5d09fbc51e8a32384346e057b93889d21a71b5a\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 31,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"31146bd4-ce7c-ef11-93d8-00155d96040a\",\n                        \"name\": \"Visitor Registration\",\n                        \"description\": \"Be part of an event that will facilitate business connections and brand reinvention\",\n                        \"registrationCodes\": [\n                            \"Rs554hs2wnqs5r\"\n                        ]\n                    },\n                    {\n                        \"id\": \"72d58f07-3148-ef11-93d8-00155d96040a\",\n                        \"name\": \"Organizer Registration\",\n                        \"description\": \"Grow your business at the most influential media event in the region\",\n                        \"registrationCodes\": [\n                            \"Rw49mznm4mn5h2\"\n                        ]\n                    },\n                    {\n                        \"id\": \"b88326f5-ce7c-ef11-93d8-00155d96040a\",\n                        \"name\": \"Media Registration\",\n                        \"description\": \"For all journalists and members of the press\",\n                        \"registrationCodes\": [\n                            \"Rycy2ozfwkyrwv\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"a711e625-368d-ef11-93d8-00155d96040a\",\n            \"name\": \"Ticket Registration Days\",\n            \"year\": \"2025\",\n            \"number\": \"420\",\n            \"slug\": \"TRD25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-10-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 32,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"registrationCodes\": [\n                            \"Rmzvczzq6doq2r\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"b8eb47ae-6698-ef11-93d8-00155d96040a\",\n            \"name\": \"Swiss Con - UnterVA - REI - TEST\",\n            \"year\": \"2024\",\n            \"number\": \"1596\",\n            \"slug\": \"SwissCon-UnterVA-REI-TEST2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-10-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 33,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"be46f26b-f497-ee11-93d1-00155d96040a\",\n            \"name\": \"Paper & Tissue One Show\",\n            \"year\": \"2024\",\n            \"number\": \"9997\",\n            \"slug\": \"PAPERONE\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-04-16T00:00:00+02:00\",\n                \"end\": \"2025-10-26T00:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:be46f26b-f497-ee11-93d1-00155d96040a&language=de&v=f828dd7d630b5e0a248ac77f5c6d4bf3157b6b005fa6fcbb83c1e818a453b3b6\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:be46f26b-f497-ee11-93d1-00155d96040a&language=de&v=08c6d7bde739b23969c6eb5a760af05d7a3532e7ecf0a162ad2fd461bd6dfe35\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 34,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"0a73737e-0c19-ef11-93d7-00155d96040a\",\n            \"name\": \"Paper & Tissue One Show\",\n            \"year\": \"2000\",\n            \"number\": \"9997\",\n            \"slug\": \"Paper&TissueOneShow2000\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-04-16T00:00:00+02:00\",\n                \"end\": \"2025-10-26T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 35,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"6b0d5244-28da-ee11-93d3-00155d96040a\",\n            \"name\": \"Notfallkonzept\",\n            \"year\": \"2024\",\n            \"number\": \"9000\",\n            \"slug\": \"Notfallkonzept2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 36,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"05147d78-28c7-ee11-93d3-00155d96040a\",\n            \"name\": \"Studi Days v5\",\n            \"year\": \"2024\",\n            \"number\": \"2024\",\n            \"slug\": \"studidaysv5\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T11:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=de&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=de&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 37,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"31146bd4-ce7c-ef11-93d8-00155d96040a\",\n                        \"name\": \"Visitor Registration\",\n                        \"description\": \"Be part of an event that will facilitate business connections and brand reinvention\",\n                        \"registrationCodes\": [\n                            \"Rb9vn4toy72ae3\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"3787bb4c-2d85-ee11-93cf-00155d960409\",\n            \"name\": \"TEST SKL\",\n            \"year\": \"2024\",\n            \"number\": \"1007\",\n            \"slug\": \"OrangeShop\",\n            \"description\": \"Südfrüchte und mehr\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-11-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:3787bb4c-2d85-ee11-93cf-00155d960409&language=de&v=51eb620499fa33f220fda444fb8ce7bc50f1d4b31a783d5bfd28c0edf0b389b5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:3787bb4c-2d85-ee11-93cf-00155d960409&language=de&v=51eb620499fa33f220fda444fb8ce7bc50f1d4b31a783d5bfd28c0edf0b389b5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 39,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"78ec0abc-c1f8-ee11-93d5-00155d96040a\",\n                    \"name\": \"Limitgruppe 10\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 10\n                    }\n                }\n            ],\n            \"currency\": \"AED\"\n        },\n        {\n            \"id\": \"de7e7c4a-9d15-ee11-93c8-00155d96040a\",\n            \"name\": \"TEST SKL\",\n            \"year\": \"2022\",\n            \"number\": \"1007\",\n            \"slug\": \"MeinTollerShop\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2023-09-01T06:00:00+02:00\",\n                \"end\": \"2025-09-03T18:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 41,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"b632c860-a057-ee11-93cf-00155d960409\",\n            \"name\": \"it-sa Expo Congress\",\n            \"year\": \"2023\",\n            \"number\": \"7777\",\n            \"slug\": \"itsa23\",\n            \"description\": \"Trends & Innovationen der IT-Securitybranche\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-07-10T00:00:00+02:00\",\n                \"end\": \"2028-10-12T00:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:b632c860-a057-ee11-93cf-00155d960409&language=de&v=65ce4ae096f48a9e8a8b7e0baf6962b887995735bb61ff50a2bfe4700de4b26a\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:b632c860-a057-ee11-93cf-00155d960409&language=de&v=aed6204eccc8713e6cfbdf9ab07526a8d8c065c8ff015ae67b6b0e25870e87e1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 43,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"c1d38a15-9a32-ee11-93ca-00155d96040a\",\n            \"name\": \"Networking Vision\",\n            \"year\": \"2024\",\n            \"number\": \"086\",\n            \"slug\": \"NetworkingVision2024\",\n            \"description\": \"Business Networking 4.0 in einer digitalisierten KI-Welt\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-07-01T00:00:00+02:00\",\n                \"end\": \"2025-07-05T00:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:c1d38a15-9a32-ee11-93ca-00155d96040a&language=de&v=a8eedf60305eac06879405f42db44221dc0da81e6164fc4061ddcb8c3fb20fbf\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:c1d38a15-9a32-ee11-93ca-00155d96040a&language=de&v=796e9f388a1d93fbcc5adf9e20b4eade9d1fba52195536914436c743350dec7f\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 44,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"currency\": \"EUR\"\n        },\n        {\n            \"id\": \"7fa6fa3e-41fa-ed11-93c6-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2023\",\n            \"number\": \"001\",\n            \"slug\": \"gd23\",\n            \"description\": \"Die gigantische Erlebnismesse für Sport, Freizeit und Outdooraktivitäten\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-01-02T00:00:00+01:00\",\n                \"end\": \"2026-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:7fa6fa3e-41fa-ed11-93c6-00155d960409&language=de&v=a77c2d0da0f904cd5cb6343a28e92e7f5cd73cffcea539c596e1a8acab3b04a7\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:7fa6fa3e-41fa-ed11-93c6-00155d960409&language=de&v=71e8e89c22400de2cdfcfdd75e2095ede85fb5032e40e67869469624666b69cc\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 45,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"currency\": \"EUR\"\n        }\n    ]\n}"},{"id":"87e4639b-720b-4451-9d7a-9e0b5ac828dd","name":"Get events","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"},{"key":"Accept-Encoding","value":"br","type":"text","disabled":true}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events?$expand=all","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events"],"query":[{"key":"$expand","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0XFNyY1xGcmFtZXdvcmtcU2hlbGxcQURJVFVTLkY0LldlYkFwaVNoZWxsXGFwaVxzaG9wXHYxXGRpc2NvdmVyeVxldmVudHM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Dec 2025 17:09:24 GMT"},{"key":"Content-Length","value":"18803"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"10b992c5-53e9-ef11-93da-00155d96040a\",\n            \"name\": \"Galaxio Messe\",\n            \"year\": \"2050\",\n            \"number\": \"6666\",\n            \"slug\": \"GalaxioExpo2050\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"3750-01-01T04:20:00+01:00\",\n                \"end\": \"3750-12-31T04:20:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:10b992c5-53e9-ef11-93da-00155d96040a&language=de&v=589b103200fd40ed4097d8bea770c8ec217f85f5ad68c683d030aa874d4aafff\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:10b992c5-53e9-ef11-93da-00155d96040a&language=de&v=589b103200fd40ed4097d8bea770c8ec217f85f5ad68c683d030aa874d4aafff\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 0,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"3156022f-c6b0-f011-93e1-00155d96040a\",\n                    \"name\": \"Galaktische Diplomaten\",\n                    \"description\": \"Für alle Repräsentanten aller interstellar anerkannten Zivilisationen von Typ 1.5 oder höher!\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"50.854944887784924, 7.119726048019161\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": false,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Galaxio Messe 2050\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Galaxio Messe gesichert. Seid ihr auch dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:10b992c5-53e9-ef11-93da-00155d96040a&language=de&v=7dbbad48424afc39eae8b331bfba578feaa2af3413e0717983216f5e913d3008\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {\n                        \"fa94184d-55e9-ef11-93da-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"11a2c2fd-6005-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"969040f9-6805-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"1bdad0ff-6b05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"3641ac35-6b05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"f2aab102-7d60-f011-93e1-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"640b0d9a-6a05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"70039db0-6905-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"ffe19f42-6805-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"9efc5f31-8060-f011-93e1-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"63047717-6a05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"823d70a5-6b05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\",\n                        \"e3360da9-6c05-f011-93dd-00155d96040a\": \"415ddcad-5298-f011-93e1-00155d96040a\"\n                    },\n                    \"socialCardArticleGroupConfigurations\": {\n                        \"2a8a14e8-098f-f011-93e1-00155d96040a\": {\n                            \"title\": \"Galaxio Messe 2050\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Galaxio Messe gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": true,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:9631e097-5f4c-4d5f-8ec4-1c509df630ea&language=de&v=f09cd2f76def4fc5255a8f1af21a4385e0a5f19adb10f286d07e7840f7d5a22e\"\n                        },\n                        \"415ddcad-5298-f011-93e1-00155d96040a\": {\n                            \"title\": \"Komm zu diesem galaktischen Event: Galaxio Messe!\",\n                            \"text\": \"ICH BIN DABEI!!!\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": false,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:afb48fdd-4f37-4c1d-a1f1-e31e8f95a212&language=de&v=f195a77489446bed0144b2b3351353cd86dbc76d4f026eee5287100bc8b42ec3\"\n                        }\n                    }\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"YouTube\",\n                        \"color\": \"#f00\",\n                        \"type\": \"YouTube\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Pinterest\",\n                        \"color\": \"#e60023\",\n                        \"type\": \"Pinterest\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Reddit\",\n                        \"color\": \"#ff4500\",\n                        \"type\": \"Reddit\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"RegisterTickets\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": true,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"749277fb-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2028\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722028\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2028-01-01T00:00:00+01:00\",\n                \"end\": \"2028-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 1,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8172 2028\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8172 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"ebb7d460-828f-ef11-93d8-00155d96040a\",\n            \"name\": \"Middle East Security Days\",\n            \"year\": \"2027\",\n            \"number\": \"9998\",\n            \"slug\": \"MiddleEastSecurityDays2027\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2027-12-27T00:00:00+01:00\",\n                \"end\": \"2027-12-30T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 2,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Middle East Security Days 2027\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Middle East Security Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"AED\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"accdbcc1-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2027\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722027\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2027-01-01T00:00:00+01:00\",\n                \"end\": \"2027-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 3,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8172 2027\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8172 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"bc393a1c-262e-ef11-93d7-00155d96040a\",\n            \"name\": \"Swiss Con\",\n            \"year\": \"2025\",\n            \"number\": \"159\",\n            \"slug\": \"SwissCon2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-12-24T08:15:00+01:00\",\n                \"end\": \"2026-12-26T16:45:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:bc393a1c-262e-ef11-93d7-00155d96040a&language=de&v=336ac26e907eb890278dd5b548191a67018a77a7ca6a3fafcfcb432051f4dc80\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 4,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Swiss Con 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Swiss Con gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"KWD\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"number\": \"1596\",\n            \"slug\": \"dvo25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-11-10T09:15:00+01:00\",\n                \"end\": \"2026-11-15T17:15:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 5,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"français\",\n                        \"code\": \"fr\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"52.3174, 9.8165\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": false,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": true,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"DVO Con 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die DVO Con gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": true,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"5d9242ed-1942-f011-93e1-00155d96040a\",\n            \"name\": \"SEG Tests\",\n            \"year\": \"2026\",\n            \"number\": \"666\",\n            \"slug\": \"SEGTests2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-07-05T00:00:00+02:00\",\n                \"end\": \"2026-07-05T23:59:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 6,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"SEG Tests 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die SEG Tests gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"712d188d-caf9-ef11-93dd-00155d96040a\",\n            \"name\": \"Murica Con\",\n            \"year\": \"2026\",\n            \"number\": \"1776\",\n            \"slug\": \"MuricaCon2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-07-02T00:00:00+02:00\",\n                \"end\": \"2026-07-10T23:59:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:712d188d-caf9-ef11-93dd-00155d96040a&language=de&v=1626fce90c46917f9560dd10ae4cb11b6f3fa8c1c7ced005a30719be0f1d9c21\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 7,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Murica Con 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Murica Con gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"SAR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"32995bb8-270d-ef11-93d7-00155d96040a\",\n            \"name\": \"MAS SRE Moments\",\n            \"year\": \"2026\",\n            \"number\": \"29\",\n            \"slug\": \"MASSREMoments2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-05-11T00:00:00+02:00\",\n                \"end\": \"2026-05-11T23:59:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 8,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"MAS SRE Moments 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die MAS SRE Moments gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"67666502-8208-ef11-93d7-00155d96040a\",\n            \"name\": \"Experience Days\",\n            \"year\": \"2026\",\n            \"number\": \"01\",\n            \"slug\": \"ExperienceDays2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-05-02T00:00:00+02:00\",\n                \"end\": \"2026-05-02T23:59:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:67666502-8208-ef11-93d7-00155d96040a&language=de&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:67666502-8208-ef11-93d7-00155d96040a&language=de&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 9,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 17,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": true,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Experience Days 2026\",\n                    \"text\": \"Ich habe mir ein Ticket für Experience Days 2026 gekauft. Seid Ihr dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:67666502-8208-ef11-93d7-00155d96040a&language=de&v=9f566d8e421307b5b6bae4ca7149ac62ddd800dd41507ce1acc17ed5a720c1b7\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"customURL\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_vNextShop/ExperienceDays2026\",\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": true,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"99ad057a-6db9-f011-93e3-00155d960409\",\n            \"name\": \"Nord Gastro & Hotel Test\",\n            \"year\": \"2026\",\n            \"number\": \"150\",\n            \"slug\": \"NordGastro&HotelTest2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-02-02T08:00:00+01:00\",\n                \"end\": \"2026-02-03T18:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 10,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Nord Gastro & Hotel Test 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Nord Gastro & Hotel Test gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"82aeaf56-189d-f011-93e1-00155d96040a\",\n            \"name\": \"Heimtextil\",\n            \"year\": \"2026\",\n            \"number\": \"7779\",\n            \"slug\": \"Heimtextil2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-01-13T08:00:00+01:00\",\n                \"end\": \"2026-01-16T18:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 11,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Heimtextil 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Heimtextil gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"bb85b906-51f4-ef11-93dc-00155d96040a\",\n            \"name\": \"AS-8172\",\n            \"year\": \"2026\",\n            \"number\": \"172\",\n            \"slug\": \"AS-81722026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2026-01-01T00:00:00+01:00\",\n                \"end\": \"2026-01-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 12,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8172 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8172 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"99ce806c-8197-f011-93e1-00155d96040a\",\n            \"name\": \"AS-8897\",\n            \"year\": \"2025\",\n            \"number\": \"8897\",\n            \"slug\": \"as8897\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-12-24T00:00:00+01:00\",\n                \"end\": \"2025-12-24T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 13,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": false,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8897 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8897 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2024\",\n            \"number\": \"01\",\n            \"slug\": \"ed24\",\n            \"description\": \"Die gigantische Erlebnismesse für Sport, Freizeit und Outdooraktivitäten\",\n            \"dateTimeSpan\": {\n                \"start\": \"2025-12-09T08:00:00+01:00\",\n                \"end\": \"2025-12-13T18:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 14,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"4b12f502-42fa-ed11-93c6-00155d960409\",\n                    \"name\": \"Presseakkreditierung\\r\\n\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": true,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": \"ci-book-open\",\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 5\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"52.31756326289298, 9.816599776286566\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<script>\\r\\n    ZT_PROJECT_ID = \\\"f8a83354-5c32-40aa-8e1c-eda3cec679d2\\\";\\r\\n</script>\\r\\n<script src=\\\"https://storage.zetaboto.com/js/vendor.js\\\"></script>\\r\\n\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"maxNumberOf1NVoucherPerSale\": 2,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": true,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"speakersUrls\": \"\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Erlebnistage 2024\",\n                    \"text\": \"Ich habe mir ein Ticket für Erlebnistage 2024 gekauft. Seid Ihr dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=5c717a6b9e469f5a7ea1f2611c03bd56adedb6c5dbde4588c74e9f8bea8de5ae\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"anotherOne\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"charsetInputFilter\": [\n                    {\n                        \"name\": \"Arabic\",\n                        \"regexRule\": \"[\\\\u0600-\\\\u06ff\\\\u0750-\\\\u077f\\\\ufb50-\\\\ufbc1\\\\ufbd3-\\\\ufd3f\\\\ufd50-\\\\ufd8f\\\\ufd92-\\\\ufdc7\\\\ufe70-\\\\ufefc\\\\uFDF0-\\\\uFDFD]\"\n                    },\n                    {\n                        \"name\": \"ControlCharacter\",\n                        \"regexRule\": \"[\\\\u0000-\\\\u001F\\\\u007F]+\"\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": true,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": true,\n                    \"minEntries\": 3,\n                    \"maxEntries\": 6\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"6a7137ab-02b0-f011-93e1-00155d96040a\",\n            \"name\": \"Resigning  Days\",\n            \"year\": \"2026\",\n            \"number\": \"111\",\n            \"slug\": \"ResigningDays2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-10-01T00:00:00+02:00\",\n                \"end\": \"2030-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 15,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Resigning  Days 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Resigning  Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": true,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"e1cf8a37-b197-f011-93e1-00155d96040a\",\n            \"name\": \"Regressionstest\",\n            \"year\": \"2025\",\n            \"number\": \"2025\",\n            \"slug\": \"regression\",\n            \"description\": \"NICHT BENUTZEN!!! Diese Veranstaltung wird für den automatischen Regressionstest verwendet!\",\n            \"dateTimeSpan\": {\n                \"start\": \"2025-09-01T00:00:00+02:00\",\n                \"end\": \"2026-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:e1cf8a37-b197-f011-93e1-00155d96040a&language=de&v=b8ff67d5865675f5cecb42b92df51ff371db2f1a6cee9bdba5028ba59be02ce1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:e1cf8a37-b197-f011-93e1-00155d96040a&language=de&v=b8ff67d5865675f5cecb42b92df51ff371db2f1a6cee9bdba5028ba59be02ce1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 16,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"5c279a0e-5c98-f011-93e1-00155d96040a\",\n                        \"name\": \"Registrierung\",\n                        \"description\": \"Wird für den REGRESSIONSTEST verwendet!\\r\\n\\r\\nHier kommen Sie zur freien Registrierung.\\r\\n\",\n                        \"registrationCodes\": [\n                            \"Rchx4682a6t638\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 10,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Regressionstest 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Regressionstest gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": false\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"c100527c-af9a-f011-93e1-00155d96040a\",\n            \"name\": \"Regressionstest v4\",\n            \"year\": \"2020\",\n            \"number\": \"4020\",\n            \"slug\": \"regressionv4\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-09-01T00:00:00+02:00\",\n                \"end\": \"2026-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 17,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"español\",\n                        \"code\": \"es\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 2,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Regressionstest v4 2020\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Regressionstest v4 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": false\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"3aea9f9d-8c7e-f011-93e1-00155d96040a\",\n            \"name\": \"AS-8721\",\n            \"year\": \"2025\",\n            \"number\": \"8721\",\n            \"slug\": \"as872125\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-08-21T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 18,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8721 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8721 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"3f84637b-1274-f011-93e1-00155d96040a\",\n            \"name\": \"Legitimation Days\",\n            \"year\": \"2025\",\n            \"number\": \"284\",\n            \"slug\": \"ld25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-08-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 19,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Legitimation Days 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Legitimation Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [],\n                \"charsetInputFilter\": [\n                    {\n                        \"name\": \"Arabic\",\n                        \"regexRule\": \"[\\\\u0600-\\\\u06ff\\\\u0750-\\\\u077f\\\\ufb50-\\\\ufbc1\\\\ufbd3-\\\\ufd3f\\\\ufd50-\\\\ufd8f\\\\ufd92-\\\\ufdc7\\\\ufe70-\\\\ufefc\\\\uFDF0-\\\\uFDFD]\"\n                    },\n                    {\n                        \"name\": \"ControlCharacter\",\n                        \"regexRule\": \"[\\\\u0000-\\\\u001F\\\\u007F]+\"\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"RegisterTickets\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"417aed55-5977-f011-93e1-00155d96040a\",\n            \"name\": \"TestMina\",\n            \"year\": \"2025\",\n            \"number\": \"1989\",\n            \"slug\": \"testmina\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-08-01T00:00:00+02:00\",\n                \"end\": \"2026-10-30T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 20,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"TestMina 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die TestMina gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"925371b1-5473-f011-93e1-00155d96040a\",\n            \"name\": \"Rdr wild adventures with ZATCA\",\n            \"year\": \"2025\",\n            \"number\": \"6865\",\n            \"slug\": \"RdrwildadventureswithZATCA2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-08-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:925371b1-5473-f011-93e1-00155d96040a&language=de&v=a6395feccd5ea75b732c7e2b9bf66e18fbadb3ad3c2416fc04c6f680099b2d71\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:925371b1-5473-f011-93e1-00155d96040a&language=de&v=a6395feccd5ea75b732c7e2b9bf66e18fbadb3ad3c2416fc04c6f680099b2d71\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 21,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"AE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": false,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Rdr wild adventures with ZATCA 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Rdr wild adventures with ZATCA gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"SAR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"8e914f29-8c55-f011-93e1-00155d96040a\",\n            \"name\": \"ExtendedLookupListValidation Days - Event D\",\n            \"year\": \"2025\",\n            \"number\": \"103\",\n            \"slug\": \"eventd\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-06-01T00:00:00+02:00\",\n                \"end\": \"2025-12-24T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 22,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"ExtendedLookupListValidation Days - Event D 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die ExtendedLookupListValidation Days - Event D gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"f95238d9-2c53-f011-93e1-00155d96040a\",\n            \"name\": \"Timeslot Days\",\n            \"year\": \"2025\",\n            \"number\": \"2380\",\n            \"slug\": \"timeslots25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-06-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 23,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Timeslot Days 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Timeslot Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": false\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"18a02e6d-8b55-f011-93e1-00155d96040a\",\n            \"name\": \"ExtendedLookupListValidation Days - Event A\",\n            \"year\": \"2025\",\n            \"number\": \"100\",\n            \"slug\": \"eventa\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-06-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 24,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"ExtendedLookupListValidation Days - Event A 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die ExtendedLookupListValidation Days - Event A gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"eb2b36d1-8b55-f011-93e1-00155d96040a\",\n            \"name\": \"ExtendedLookupListValidation Days - Event B\",\n            \"year\": \"2025\",\n            \"number\": \"101\",\n            \"slug\": \"eventb\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-06-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 25,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"ExtendedLookupListValidation Days - Event B 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die ExtendedLookupListValidation Days - Event B gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"2b558cfd-8b55-f011-93e1-00155d96040a\",\n            \"name\": \"ExtendedLookupListValidation Days - Event C\",\n            \"year\": \"2025\",\n            \"number\": \"102\",\n            \"slug\": \"eventc\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-06-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 26,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"ExtendedLookupListValidation Days - Event C 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die ExtendedLookupListValidation Days - Event C gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"4de70e2b-8328-ef11-93d7-00155d96040a\",\n            \"name\": \"The London Coffee Festival\",\n            \"year\": \"2025\",\n            \"number\": \"605\",\n            \"slug\": \"LCF25\",\n            \"description\": \"The London Coffee Festival is back and fresher than ever! We can’t wait to see you for more caffeine-fuelled fun at The Truman Brewery from 15-18 May 2025. \",\n            \"dateTimeSpan\": {\n                \"start\": \"2025-05-15T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:4de70e2b-8328-ef11-93d7-00155d96040a&language=de&v=7dc06caaed5fe63271e8cff49a6946dadabc9a2597cf17f6f617d6a73da0fe37\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:4de70e2b-8328-ef11-93d7-00155d96040a&language=de&v=7dc06caaed5fe63271e8cff49a6946dadabc9a2597cf17f6f617d6a73da0fe37\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 27,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"797e93a0-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 1\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"76abadb4-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 4\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"d86db7ba-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 5\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"66abadb4-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 3\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"62ce44ad-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 2\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"fd2bf9c6-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 7\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"8a9032cd-9809-f011-93dd-00155d96040a\",\n                    \"name\": \"Test 8\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"e0a40a57-9828-ef11-93d7-00155d96040a\",\n                    \"name\": \"Press Tickets The London Coffee Festival\",\n                    \"description\": \"Redeem tickets as a member of the press.\",\n                    \"sort\": 1,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"7b6abe1c-af12-ef11-93d7-00155d96040a\",\n                    \"name\": \"Press Tickets London Coffee Festival\",\n                    \"description\": \"Redeem the tickets as a member of the press.\",\n                    \"sort\": 2,\n                    \"isDefault\": true,\n                    \"showInShop\": true,\n                    \"linkText\": \"\",\n                    \"shortName\": \"\",\n                    \"shortDescription\": \"\\r\\n\",\n                    \"iconSmall\": \"ci-check\",\n                    \"iconBig\": \"ci-coffee\",\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"51.537189,-0.142324\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"The London Coffee Festival 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die The London Coffee Festival gesichert. Seid ihr auch dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:4de70e2b-8328-ef11-93d7-00155d96040a&language=de&v=0ece41e6c6904772bffb800bea0714d1840aa4eef5d3de1ae8199846331bd196\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"GBP\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"cfe54e73-5511-f011-93dd-00155d96040a\",\n            \"name\": \"VSI Test #59636\",\n            \"year\": \"2025\",\n            \"number\": \"0404\",\n            \"slug\": \"VSITest#596362025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-05T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 28,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"VSI Test #59636 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die VSI Test #59636 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"f32adbb6-3c9c-ef11-93d8-00155d96040a\",\n            \"name\": \"Futurama\",\n            \"year\": \"2025\",\n            \"number\": \"0815\",\n            \"slug\": \"fr25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-04-01T08:00:00+02:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f32adbb6-3c9c-ef11-93d8-00155d96040a&language=de&v=90a624ba5ab874cc06d381b580930c0497069962314d811d11ea44468f5679c3\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f32adbb6-3c9c-ef11-93d8-00155d96040a&language=de&v=90a624ba5ab874cc06d381b580930c0497069962314d811d11ea44468f5679c3\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 29,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"bb5a4d23-d6c9-f011-93e3-00155d960409\",\n                        \"name\": \"Futurama FOC\",\n                        \"description\": \"Beschreibung \",\n                        \"registrationCodes\": [\n                            \"Razaypuv2omog4\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"ed550c87-1404-f011-93dd-00155d96040a\",\n                    \"name\": \"Mit Legitimation\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"In dieser Artieklgruppe befinden sich Tickets, für die eine Legitimation benötigt wird.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 2\n                    }\n                },\n                {\n                    \"id\": \"167066bc-1304-f011-93dd-00155d96040a\",\n                    \"name\": \"Ohne Registrierung - Allgemein\",\n                    \"description\": \"In dieser Artikelgruppe befinden sich Tickets, für die keine Registrierung benötigt wird. - Allgemein\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": \"Tickets ohne Registrierung - NEU\",\n                    \"shortName\": \"Ohne Registrierung (Überschrift)\\r\\n\",\n                    \"shortDescription\": \"Ohne Registrierung (Beschreibung)\",\n                    \"iconSmall\": null,\n                    \"iconBig\": \"ci-cloud-rain\",\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 10\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"52.371133660125324, 9.716409149292778|52.328704,9.808549\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": true,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"speakersUrls\": \"\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Komm zu Futurama\",\n                    \"text\": \"Die Veranstaltung für Zukunftsthemen\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:f32adbb6-3c9c-ef11-93d8-00155d96040a&language=de&v=2310b8c355062fc58380ca0840c217b5426c6ae90da6acd9687d17bd03637457\",\n                    \"hasSocialCardsEnabled\": false,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {\n                        \"4de4cb57-3de9-ef11-93da-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"b16df9dc-409c-ef11-93d8-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"98ca8835-f12b-f011-93dd-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"606be723-d4cc-ef11-93d9-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"12b5a1e1-9304-f011-93dd-00155d96040a\": \"2a8a14e8-098f-f011-93e1-00155d96040a\",\n                        \"48626d3a-3d9c-ef11-93d8-00155d96040a\": \"150744db-ba9a-f011-93e1-00155d96040a\",\n                        \"d713b07b-52b9-ef11-93d9-00155d96040a\": \"e5f73ce1-ba9a-f011-93e1-00155d96040a\"\n                    },\n                    \"socialCardArticleGroupConfigurations\": {\n                        \"2a8a14e8-098f-f011-93e1-00155d96040a\": {\n                            \"title\": \"Futurama 2025 - Default\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Futurama gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": true,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:2cea4432-e742-424a-a8dc-8524744f35c7&language=de&v=5c717a6b9e469f5a7ea1f2611c03bd56adedb6c5dbde4588c74e9f8bea8de5ae\"\n                        },\n                        \"150744db-ba9a-f011-93e1-00155d96040a\": {\n                            \"title\": \"Futurama 2025 - Tagesticket\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Futurama gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": true,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:ae58cf6d-f92c-4e3b-b662-8ec403b41cf2&language=de&v=32b3a6f72c75c0e1886a3be789f9549402c9bf688ef3dd1e59c9ea770fa35a43\"\n                        },\n                        \"e5f73ce1-ba9a-f011-93e1-00155d96040a\": {\n                            \"title\": \"Futurama 2025 - Dauerticket\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Futurama gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": true,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:74b689b1-8314-444f-adaf-ca0a9c59dce9&language=de&v=32b3a6f72c75c0e1886a3be789f9549402c9bf688ef3dd1e59c9ea770fa35a43\"\n                        }\n                    }\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://linkedin.com\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"http://xing.com\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": true,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": true,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": true,\n                    \"minEntries\": 3,\n                    \"maxEntries\": 10\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"0bddd60b-d200-f011-93dd-00155d96040a\",\n            \"name\": \"SEG Tests in 2025\",\n            \"year\": \"2025\",\n            \"number\": \"666\",\n            \"slug\": \"SEG25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-18T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:0bddd60b-d200-f011-93dd-00155d96040a&language=de&v=4ecda610ac69c4af4b4028cf181f0301cb54c1e55eae18b1f1d63819928c4229\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:0bddd60b-d200-f011-93dd-00155d96040a&language=de&v=9ab5524c196e67ebbf3d05eef29d168e54bf082fc3c99e9ad31e5d5afd460258\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 30,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": false,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"SEG Tests in 2025 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die SEG Tests in 2025 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": false\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": false,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"f04c89da-d703-f011-93dd-00155d96040a\",\n            \"name\": \"AS-8238\",\n            \"year\": \"2025\",\n            \"number\": \"8238\",\n            \"slug\": \"as8238\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 31,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"AS-8238 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die AS-8238 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"0152be28-6405-f011-93dd-00155d96040a\",\n            \"name\": \"FHAnstaltung\",\n            \"year\": \"2025\",\n            \"number\": \"4711\",\n            \"slug\": \"FHAnstaltung2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-03-01T00:00:00+01:00\",\n                \"end\": \"2035-03-30T00:00:00+02:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 32,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"FHAnstaltung 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die FHAnstaltung gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"cff71505-54e9-ef11-93da-00155d96040a\",\n            \"name\": \"Sechzehn\\r\\n\",\n            \"year\": \"2025\",\n            \"number\": \"4444\",\n            \"slug\": \"Sechszehn2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-02-01T00:00:00+01:00\",\n                \"end\": \"2025-12-24T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 33,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 808464433,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Sechzehn\\r\\n 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Sechzehn\\r\\n gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"5a18d1a1-cbcd-ef11-93d9-00155d96040a\",\n            \"name\": \"SRE Allgemein\",\n            \"year\": \"2025\",\n            \"number\": \"31\",\n            \"slug\": \"sreallgemein25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-31T00:00:00+01:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:5a18d1a1-cbcd-ef11-93d9-00155d96040a&language=de&v=ad7adf7b55e4bbd3d16d2bf7c06035813c77a5ab18416b595470586341fd7ca1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:5a18d1a1-cbcd-ef11-93d9-00155d96040a&language=de&v=ad7adf7b55e4bbd3d16d2bf7c06035813c77a5ab18416b595470586341fd7ca1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 34,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"registrationCodes\": [\n                            \"Rbbdvzxsngb8op\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"3db071ff-2671-f011-93e1-00155d96040a\",\n                    \"name\": \"Bug 63665\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 40,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"SRE Allgemein 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die SRE Allgemein gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"RegisterTickets\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"fbb0781a-17e5-ee11-93d5-00155d96040a\",\n            \"name\": \"Imagination Expo (DE)\",\n            \"year\": \"2024\",\n            \"number\": \"1803\",\n            \"slug\": \"ImaginationExpo2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-18T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 35,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Imagination Expo (DE) 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Imagination Expo (DE) gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"defaultExternalLoginProvider\": \"SomeBrokenLogin\",\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"c583f735-cbc9-ef11-93d9-00155d96040a\",\n            \"name\": \"Imagination Expo 2025\",\n            \"year\": \"2025\",\n            \"number\": \"2906\",\n            \"slug\": \"ImaginationExpo20252025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-03T12:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 36,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Imagination Expo 2025 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Imagination Expo 2025 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"customURL\": \"https://dev.aditus.de/ADITUS-DEV-0_vNextShop/ImaginationExpo20252025\",\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": true,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"3634cb9f-53e9-ef11-93da-00155d96040a\",\n            \"name\": \"Kitesurfworld\",\n            \"year\": \"2025\",\n            \"number\": \"8888\",\n            \"slug\": \"Kitesurfworld2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:3634cb9f-53e9-ef11-93da-00155d96040a&language=de&v=ecf312a1fd5cfc41096daca35f3a6d0bd76023c8e460d4cd8d10b65416b6c7e2\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:3634cb9f-53e9-ef11-93da-00155d96040a&language=de&v=7351a3d847cbcc2d27488a492dee7e6961c542ada3923eb20f2ce694b5d0abe4\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 37,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Kitesurfworld 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Kitesurfworld gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"utm_medium\",\n                    \"utm_source\",\n                    \"utm_campaign\",\n                    \"utm_content\",\n                    \"utm_term\",\n                    \"aid\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"2b348f43-907e-f011-93e1-00155d96040a\",\n            \"name\": \"APTTEST\",\n            \"year\": \"2025\",\n            \"number\": \"987\",\n            \"slug\": \"APTTEST2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 38,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"APTTEST 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die APTTEST gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"840eea7e-55e9-ef11-93da-00155d96040a\",\n            \"name\": \"Computer Test Messe\",\n            \"year\": \"2025\",\n            \"number\": \"9457\",\n            \"slug\": \"ComputerTestMesse2025\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2026-01-01T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 39,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Computer Test Messe 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Computer Test Messe gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"7f2be97d-15cc-ef11-93d9-00155d96040a\",\n            \"name\": \"Speedy v2\",\n            \"year\": \"2025\",\n            \"number\": \"6864\",\n            \"slug\": \"Rdr25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2025-01-01T00:00:00+01:00\",\n                \"end\": \"2100-12-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:7f2be97d-15cc-ef11-93d9-00155d96040a&language=de&v=a6395feccd5ea75b732c7e2b9bf66e18fbadb3ad3c2416fc04c6f680099b2d71\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": null,\n            \"sort\": 40,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": false,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Speedy v2 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Speedy v2 gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"772b48fc-9042-ef11-93d8-00155d96040a\",\n            \"name\": \"GMC 2024 Test (SME)\",\n            \"year\": \"2024\",\n            \"number\": \"9996\",\n            \"slug\": \"GMC2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-11-26T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:772b48fc-9042-ef11-93d8-00155d96040a&language=de&v=a880e840ad4d2b15a214ccba5daa4eaca437a433fa2ce77b0cb9db25a1080ea8\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:772b48fc-9042-ef11-93d8-00155d96040a&language=de&v=c72dca1327e6b28b04fe3167b5d09fbc51e8a32384346e057b93889d21a71b5a\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 41,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"31146bd4-ce7c-ef11-93d8-00155d96040a\",\n                        \"name\": \"Visitor Registration\",\n                        \"description\": \"Be part of an event that will facilitate business connections and brand reinvention\",\n                        \"registrationCodes\": [\n                            \"Rs554hs2wnqs5r\"\n                        ]\n                    },\n                    {\n                        \"id\": \"72d58f07-3148-ef11-93d8-00155d96040a\",\n                        \"name\": \"Organizer Registration\",\n                        \"description\": \"Grow your business at the most influential media event in the region\",\n                        \"registrationCodes\": [\n                            \"Rw49mznm4mn5h2\"\n                        ]\n                    },\n                    {\n                        \"id\": \"b88326f5-ce7c-ef11-93d8-00155d96040a\",\n                        \"name\": \"Media Registration\",\n                        \"description\": \"For all journalists and members of the press\",\n                        \"registrationCodes\": [\n                            \"Rycy2ozfwkyrwv\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"AE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": false,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"GMC 2024 Test (SME) 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die GMC 2024 Test (SME) gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"utm_source\",\n                    \"utm_medium\",\n                    \"utm_campaign\",\n                    \"utm_content\",\n                    \"utm_term\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": false\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": false,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"AED\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"a711e625-368d-ef11-93d8-00155d96040a\",\n            \"name\": \"Ticket Registration Days\",\n            \"year\": \"2025\",\n            \"number\": \"420\",\n            \"slug\": \"TRD25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-10-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 42,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"registrationCodes\": [\n                            \"Rmzvczzq6doq2r\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": false,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Ticket Registration Days 2025\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Ticket Registration Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:a711e625-368d-ef11-93d8-00155d96040a&language=de&v=37a48efd646fe88f5f9c025422c905b447c78836517834892fca997cfe7f4659\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"defaultExternalLoginProvider\": \"Auth0Test\",\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"customURL\": \"https://ticket-registration-days.de/ADITUS-DEV-0_vNextShop/TRD25/\",\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"b8eb47ae-6698-ef11-93d8-00155d96040a\",\n            \"name\": \"Swiss Con - UnterVA - REI - TEST\",\n            \"year\": \"2024\",\n            \"number\": \"1596\",\n            \"slug\": \"SwissCon-UnterVA-REI-TEST2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-10-01T00:00:00+02:00\",\n                \"end\": \"2025-12-31T00:00:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 43,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Swiss Con - UnterVA - REI - TEST 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Swiss Con - UnterVA - REI - TEST gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"12d288da-c283-ee11-b2f8-00155d960308\",\n            \"name\": \"MWI vNext Days\",\n            \"year\": \"2024\",\n            \"number\": \"1709\",\n            \"slug\": \"mwi25\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-09-17T08:00:00+02:00\",\n                \"end\": \"2025-12-31T22:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:12d288da-c283-ee11-b2f8-00155d960308&language=de&v=e525529e3c21501fe4c55944a4423e69a3f626c767ee6ee8c99d29e026e71eab\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:12d288da-c283-ee11-b2f8-00155d960308&language=de&v=e525529e3c21501fe4c55944a4423e69a3f626c767ee6ee8c99d29e026e71eab\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 44,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"48.134962,11.695547;48.100028,11.643409\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": false,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"MWI vNext Days 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die MWI vNext Days gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": false\n                    }\n                ],\n                \"defaultExternalLoginProvider\": \"Salesforce_ShopV5\",\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"6b0d5244-28da-ee11-93d3-00155d96040a\",\n            \"name\": \"Notfallkonzept\",\n            \"year\": \"2024\",\n            \"number\": \"9000\",\n            \"slug\": \"Notfallkonzept2024\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": null,\n            \"logo\": null,\n            \"sort\": 45,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Notfallkonzept 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Notfallkonzept gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"05147d78-28c7-ee11-93d3-00155d96040a\",\n            \"name\": \"Studi Days v5\",\n            \"year\": \"2024\",\n            \"number\": \"2024\",\n            \"slug\": \"studidaysv5\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2024-01-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T11:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=de&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=de&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 46,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": true,\n                \"assortments\": [\n                    {\n                        \"id\": \"00000000-0000-0000-0000-000000000000\",\n                        \"name\": null,\n                        \"description\": null,\n                        \"registrationCodes\": [\n                            \"Rb9vn4toy72ae3\",\n                            \"Rqpnd5vksu2tbe\"\n                        ]\n                    }\n                ]\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"dansk\",\n                        \"code\": \"da\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": true,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 15,\n                \"maxNumberOf1NVoucherPerSale\": 3,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": true,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Studi Days v5 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Studi Days v5 gesichert. Seid ihr auch dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=de&v=ae669380a92bfad320179c0981177e9a0d3389b6730a5234989b96279f1fbd81\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": false,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {\n                        \"0d9cc822-46c7-ee11-93d3-00155d96040a\": \"37449577-76aa-f011-93e1-00155d96040a\",\n                        \"718668c7-55d2-ef11-93d9-00155d96040a\": \"fd80939e-74aa-f011-93e1-00155d96040a\",\n                        \"936f8d2a-2ac7-ee11-93d3-00155d96040a\": \"2e528c1f-74aa-f011-93e1-00155d96040a\"\n                    },\n                    \"socialCardArticleGroupConfigurations\": {\n                        \"37449577-76aa-f011-93e1-00155d96040a\": {\n                            \"title\": \"Studi Days v5 2024 - Dauerticket\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Studi Days v5 gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": true,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:0c031c7e-8685-48bf-99a9-5bbc2703002f&language=de&v=1a04754964895ba836e633191b9957ae1550636a736b076cdfd3208191a24247\"\n                        },\n                        \"fd80939e-74aa-f011-93e1-00155d96040a\": {\n                            \"title\": \"Studi Days v5 2024 - 2-Tage-Ticket\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Studi Days v5 gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": true,\n                            \"hasCardGenerationEnabled\": false,\n                            \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:a903ad31-3cbb-436d-a2de-20bb885a8153&language=de&v=8bda1ffbbd3c4a6fbddfac581dd4adc9793dff3f1506934b4596d3a30424568d\"\n                        },\n                        \"2e528c1f-74aa-f011-93e1-00155d96040a\": {\n                            \"title\": \"Studi Days v5 2024\",\n                            \"text\": \"Ich habe mir gerade ein Ticket für die Studi Days v5 gesichert. Seid ihr auch dabei?\",\n                            \"hasSocialCardsEnabled\": false,\n                            \"hasCardGenerationEnabled\": false,\n                            \"image\": null\n                        }\n                    }\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"utm_medium\",\n                    \"utm_source\",\n                    \"utm_campaign\",\n                    \"utm_content\",\n                    \"utm_term\",\n                    \"aid\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": false\n                },\n                \"isLandingPagePlusActive\": true,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"3787bb4c-2d85-ee11-93cf-00155d960409\",\n            \"name\": \"TEST SKL\",\n            \"year\": \"2024\",\n            \"number\": \"1007\",\n            \"slug\": \"OrangeShop\",\n            \"description\": \"Südfrüchte und mehr\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-11-01T00:00:00+01:00\",\n                \"end\": \"2025-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:3787bb4c-2d85-ee11-93cf-00155d960409&language=de&v=51eb620499fa33f220fda444fb8ce7bc50f1d4b31a783d5bfd28c0edf0b389b5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:3787bb4c-2d85-ee11-93cf-00155d960409&language=de&v=51eb620499fa33f220fda444fb8ce7bc50f1d4b31a783d5bfd28c0edf0b389b5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 48,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"78ec0abc-c1f8-ee11-93d5-00155d96040a\",\n                    \"name\": \"Limitgruppe 10\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 10\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"italiano\",\n                        \"code\": \"it\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"العربية\",\n                        \"code\": \"ar\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": false,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 20,\n                \"maxNumberOf1NVoucherPerSale\": 2,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"TEST SKL 2024\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die TEST SKL gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"AED\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"b632c860-a057-ee11-93cf-00155d960409\",\n            \"name\": \"it-sa Expo Congress\",\n            \"year\": \"2023\",\n            \"number\": \"7777\",\n            \"slug\": \"itsa23\",\n            \"description\": \"Trends & Innovationen der IT-Securitybranche\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-07-10T00:00:00+02:00\",\n                \"end\": \"2028-10-12T00:00:00+02:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:b632c860-a057-ee11-93cf-00155d960409&language=de&v=65ce4ae096f48a9e8a8b7e0baf6962b887995735bb61ff50a2bfe4700de4b26a\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:b632c860-a057-ee11-93cf-00155d960409&language=de&v=aed6204eccc8713e6cfbdf9ab07526a8d8c065c8ff015ae67b6b0e25870e87e1\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 51,\n            \"isRegistrationAvailable\": false,\n            \"isSalesAvailable\": false,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Messezentrum Nürnberg\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 20,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"isActive\": false,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"it-sa Expo Congress 2023\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die it-sa Expo Congress gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": false,\n                \"googlePlaces\": {\n                    \"isActive\": false\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"7fa6fa3e-41fa-ed11-93c6-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2023\",\n            \"number\": \"001\",\n            \"slug\": \"gd23\",\n            \"description\": \"Die gigantische Erlebnismesse für Sport, Freizeit und Outdooraktivitäten\",\n            \"dateTimeSpan\": {\n                \"start\": \"2023-01-02T00:00:00+01:00\",\n                \"end\": \"2026-12-31T23:59:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:7fa6fa3e-41fa-ed11-93c6-00155d960409&language=de&v=a77c2d0da0f904cd5cb6343a28e92e7f5cd73cffcea539c596e1a8acab3b04a7\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:7fa6fa3e-41fa-ed11-93c6-00155d960409&language=de&v=71e8e89c22400de2cdfcfdd75e2095ede85fb5032e40e67869469624666b69cc\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 52,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"4b12f502-42fa-ed11-93c6-00155d960409\",\n                    \"name\": \"Presseakkreditierung\\r\\n\",\n                    \"description\": \"\",\n                    \"sort\": 0,\n                    \"isDefault\": true,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": \"ci-book-open\",\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": 5\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": \"Hannover\",\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": null,\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 500,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"speakersUrls\": \"https://www.linkedin.com/in/vancityreynolds/, https://www.linkedin.com/in/mark-zuckerberg-618bba58\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Erlebnistage 2023\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Erlebnistage gesichert. Seid ihr auch dabei?\",\n                    \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:7fa6fa3e-41fa-ed11-93c6-00155d960409&language=de&v=47e03e62cde8df5389d2a105c23be5c022b1bc4eb2fdf104a0e81d6a0ae601e1\",\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": true,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": false,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": true,\n                    \"minEntries\": 3,\n                    \"maxEntries\": 6\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        },\n        {\n            \"id\": \"0585e1b8-24b3-f011-93e3-00155d960409\",\n            \"name\": \"Frontier Labs\",\n            \"year\": \"2026\",\n            \"number\": \"6565\",\n            \"slug\": \"FrontierLabs2026\",\n            \"description\": null,\n            \"dateTimeSpan\": {\n                \"start\": \"2000-01-01T23:59:00+01:00\",\n                \"end\": \"2030-10-31T00:00:00+01:00\"\n            },\n            \"icon\": {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:0585e1b8-24b3-f011-93e3-00155d960409&language=de&v=122a47dfaf0c9d5caedce8e11a65e510f9f497fcf9c3e1768d199c45089869a5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"logo\": {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:0585e1b8-24b3-f011-93e3-00155d960409&language=de&v=122a47dfaf0c9d5caedce8e11a65e510f9f497fcf9c3e1768d199c45089869a5\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            \"sort\": 53,\n            \"isRegistrationAvailable\": true,\n            \"isSalesAvailable\": true,\n            \"publicRegistration\": {\n                \"isAvailable\": false,\n                \"assortments\": []\n            },\n            \"assortments\": [\n                {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"name\": null,\n                    \"description\": null,\n                    \"sort\": -2147483648,\n                    \"isDefault\": true,\n                    \"showInShop\": false,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": null,\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"bbc44fbc-a5b4-f011-93e3-00155d960409\",\n                    \"name\": \"Projekt Ecliptica\",\n                    \"description\": \"Eine Reihe kontrollierter Anomalien, die untersuchen sollen, was passiert, wenn bekannte Systeme sich auf unbekannte Weise verhalten. Die Ergebnisse waren bislang… uneinheitlich. Bitte mit wissenschaftlicher Neugier – und leichter Furcht – fortfahren.\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                {\n                    \"id\": \"337bbfe0-a5b4-f011-93e3-00155d960409\",\n                    \"name\": \"Projekt Quarantäne\",\n                    \"description\": \"Ein versiegelter Sektor, in dem gescheiterte Experimente durch die Lüftungsschächte flüstern. Zugang nur für jene, die mutig (oder töricht) genug sind, die Überreste fehlgeschlagener Tests zu untersuchen. Befolge die Eindämmungsprotokolle.\",\n                    \"sort\": 0,\n                    \"isDefault\": false,\n                    \"showInShop\": true,\n                    \"linkText\": null,\n                    \"shortName\": null,\n                    \"shortDescription\": \"Sie sind Journalist oder Blogger? Hier können Sie sich akkreditieren.\",\n                    \"iconSmall\": null,\n                    \"iconBig\": null,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                }\n            ],\n            \"configuration\": {\n                \"availableLanguages\": [\n                    {\n                        \"name\": \"English\",\n                        \"code\": \"en\",\n                        \"sort\": 0\n                    },\n                    {\n                        \"name\": \"Deutsch\",\n                        \"code\": \"de\",\n                        \"sort\": 0\n                    }\n                ],\n                \"location\": {\n                    \"name\": null,\n                    \"description\": null,\n                    \"plusCode\": null,\n                    \"geoCoordinates\": \"52.38446866545189, 9.804482691047177\",\n                    \"country\": \"DE\"\n                },\n                \"metaTags\": {\n                    \"description\": null\n                },\n                \"showInOverview\": true,\n                \"showSummaryBeforeCheckout\": true,\n                \"redirectAfterRegistration\": false,\n                \"showCookieConsent\": true,\n                \"tracking\": {\n                    \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                    \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n                },\n                \"useTotpForNewUsers\": false,\n                \"showAttendeeBadgePreview\": true,\n                \"maxNumberOfTicketsPerSale\": 42,\n                \"maxNumberOf1NVoucherPerSale\": 10,\n                \"isInvitationEmailAddressChangePossible\": true,\n                \"isLandingPageActive\": false,\n                \"linkedInEvent\": {\n                    \"apiKey\": \"78vyk8dx8uzzvf\",\n                    \"eventId\": \"6899745345744818177\",\n                    \"groupId\": \"12718898\",\n                    \"isActive\": true,\n                    \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n                },\n                \"socialSharing\": {\n                    \"isActive\": true,\n                    \"title\": \"Frontier Labs 2026\",\n                    \"text\": \"Ich habe mir gerade ein Ticket für die Frontier Labs gesichert. Seid ihr auch dabei?\",\n                    \"image\": null,\n                    \"hasSocialCardsEnabled\": true,\n                    \"hasCardGenerationEnabled\": false,\n                    \"hasAutoPostEnabled\": true,\n                    \"socialNetworks\": [\n                        {\n                            \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"LinkedIn\",\n                            \"isActive\": true,\n                            \"color\": \"#4875B4\",\n                            \"type\": \"LinkedIn\",\n                            \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                            \"supportsNativeSharing\": true\n                        },\n                        {\n                            \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Facebook\",\n                            \"isActive\": true,\n                            \"color\": \"#3b5998\",\n                            \"type\": \"Facebook\",\n                            \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"X\",\n                            \"isActive\": true,\n                            \"color\": \"#000000\",\n                            \"type\": \"Twitter\",\n                            \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"Xing\",\n                            \"isActive\": true,\n                            \"color\": \"#026466\",\n                            \"type\": \"Xing\",\n                            \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                            \"name\": \"WhatsApp\",\n                            \"isActive\": true,\n                            \"color\": \"#25d366\",\n                            \"type\": \"WhatsApp\",\n                            \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                            \"supportsNativeSharing\": false\n                        },\n                        {\n                            \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                            \"name\": \"E-Mail\",\n                            \"isActive\": true,\n                            \"color\": \"#555\",\n                            \"type\": \"EMail\",\n                            \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                            \"supportsNativeSharing\": false\n                        }\n                    ],\n                    \"socialCardArticleConfigsLookup\": {},\n                    \"socialCardArticleGroupConfigurations\": {}\n                },\n                \"googleRecaptcha\": {\n                    \"isActive\": false\n                },\n                \"persistableQueryParams\": [\n                    \"aid\",\n                    \"UTM\"\n                ],\n                \"externalLoginProviders\": [\n                    {\n                        \"name\": \"Apple\",\n                        \"type\": \"apple\",\n                        \"clientId\": \"de.ticketshop.aditus.dev\",\n                        \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                        \"authority\": \"https://appleid.apple.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"BarcodeLogin\",\n                        \"type\": \"barcodelogin\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Google\",\n                        \"type\": \"google\",\n                        \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                        \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                        \"authority\": \"https://accounts.google.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Auth0Test\",\n                        \"type\": \"auth0test\",\n                        \"clientId\": \"06B8tE7BptETJ9QpqUh2g6vgCwdo8679\",\n                        \"clientSecret\": \"FYPpLj1IZJ1jqaByXqk-Nc9xgZCkw3VOaYpzwObZPlvUPUetdmLW5mq4OaTM4R9Z\",\n                        \"authority\": \"https://dev-ks1l2omrufawtk5s.eu.auth0.com\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"ADITUS Deeplink\",\n                        \"type\": \"aditus deeplink\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"530\",\n                        \"type\": \"530\",\n                        \"clientId\": \"melu-aditus\",\n                        \"clientSecret\": \"dad335dc81f2220d11498dc087516211637799f37525aea247d53f74afc11f5027a4fcb6cae4759321c3114e91667d44bba6d292980998cf9983a74e223c68dd\",\n                        \"authority\": \"https://www.brennpunkt-nahrung.ch\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"Messe München Account\",\n                        \"type\": \"salesforce_shopv5\",\n                        \"clientId\": \"3MVG9B5rBOYbislRn2ZVjJKBJlxZRdVDQ7UWuGXtKsi7V.LJU_PujdqSAIggK7Y23sieDUtHi2gW1QnFKIIvr\",\n                        \"clientSecret\": \"AD7505BD80E75C496B9F4A361CE3A7989CC536C29327A4060DBEC9B5ABF2A5C4\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MMG Login\",\n                        \"type\": \"salesforce\",\n                        \"clientId\": \"3MVG9LzKxa43zqdKFe6iC9xKcTfaKtQ0Au_JiS2hEldXNnmcDCwgbrYhwxejg93VJualP_BZzUZODr9k79Zi4\",\n                        \"clientSecret\": \"586F6631617FE1F32A988EE2235E50D450A6B24EB36EA040B5F366CFD904022E\",\n                        \"authority\": \"https://testlogin.messe-muenchen.de/users/.well-known/openid-configuration\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"mflogin\",\n                        \"type\": \"mflogin\",\n                        \"clientId\": \"f7doIw7y4iJOqWGPhtw_uEUb\",\n                        \"clientSecret\": \"-B774IfZdSY1GE21ivuLBp5KZFDiLkt6-dQeAv4FQg2cUsGdwtVzVAxgOya4xq3uU5e6FTifc34TwtWiXstvfw\",\n                        \"authority\": \"https://idp.login-test.messefrankfurt.com/oidc/op/v1.0/4_LpgU77oFB9zTqzDMpak6LA\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"MobileSupervisor\",\n                        \"type\": \"mobilesupervisor\",\n                        \"clientId\": \"ADITUS-DEV-0-DEV-mobile-supervisor\",\n                        \"clientSecret\": \"835ef788-2bc1-4b45-9bc4-26b667a51915\",\n                        \"authority\": \"https://dev0-identity.aditus.de\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS OAuth\",\n                        \"type\": \"aditus oauth\",\n                        \"clientId\": \"45009431-D89F-45A5-BF54-BA719FAAC6FB\",\n                        \"clientSecret\": \"1A36615D-25A2-4CAF-8AE4-B8C481160B34\",\n                        \"authority\": \"https://dev.aditus.de/ADITUS-DEV-0_IdentityServer/identity\",\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"ADITUS Basic Authentication\",\n                        \"type\": \"aditus basic authentication\",\n                        \"clientId\": null,\n                        \"clientSecret\": null,\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedInOidc\",\n                        \"type\": \"linkedinoidc\",\n                        \"clientId\": \"782o3btbfzbfsv\",\n                        \"clientSecret\": \"tluAc2QmLJJ8vbVV\",\n                        \"authority\": null,\n                        \"isVisible\": false\n                    },\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"type\": \"linkedin\",\n                        \"clientId\": \"78vyk8dx8uzzvf\",\n                        \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                        \"authority\": \"https://www.linkedin.com/oauth\",\n                        \"isVisible\": true\n                    },\n                    {\n                        \"name\": \"Facebook DE\",\n                        \"type\": \"facebook\",\n                        \"clientId\": \"375005935303397\",\n                        \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                        \"authority\": \"\",\n                        \"isVisible\": true\n                    }\n                ],\n                \"defaultExternalLoginProvider\": \"Auth0Test\",\n                \"showLoadingPageOnCheckout\": true,\n                \"googlePlaces\": {\n                    \"isActive\": true,\n                    \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n                },\n                \"isNotVerifiedUserAllowed\": true,\n                \"socialFollows\": [\n                    {\n                        \"name\": \"LinkedIn\",\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Facebook\",\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                    },\n                    {\n                        \"name\": \"X\",\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"url\": \"https://x.com/DEV-0\"\n                    },\n                    {\n                        \"name\": \"Xing\",\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"TikTok\",\n                        \"color\": \"#fe2c55\",\n                        \"type\": \"TikTok\",\n                        \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                    },\n                    {\n                        \"name\": \"Instagram\",\n                        \"color\": \"#555\",\n                        \"type\": \"Instagram\",\n                        \"url\": \"https://instagram.com/aditusgmbh\"\n                    }\n                ],\n                \"revolugo\": {\n                    \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                    \"isHotelMapEnabled\": true\n                },\n                \"isLandingPagePlusActive\": false,\n                \"tosConfiguration\": {\n                    \"isActive\": true,\n                    \"areRequired\": true,\n                    \"pageLocation\": \"Summary\"\n                },\n                \"isAbandonedCartReminderActive\": false,\n                \"isAddressFormCompanyRequired\": true,\n                \"exhibitorRecommendation\": {\n                    \"active\": false,\n                    \"minEntries\": null,\n                    \"maxEntries\": null\n                },\n                \"redirectAfterCompletion\": {\n                    \"redirectUrl\": null,\n                    \"delay\": 3000\n                },\n                \"areVisitorConnectionsEnabled\": true\n            },\n            \"currency\": \"EUR\",\n            \"showClosingMessage\": false,\n            \"gtmAlias\": null\n        }\n    ]\n}"}],"_postman_id":"f9399905-6246-489d-8752-5af90533082a"},{"name":"Get event","event":[{"listen":"test","script":{"id":"4b9f0c1c-6e93-4243-b6c3-7aab0f596a84","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6d2a74da-8df1-4049-a87e-ffead323e5c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event?$expand=all","description":"<p>Overview</p>\n<ul>\n<li><p>Purpose: Retrieve event details for a given event slug or ID in the Shop API discovery endpoint.</p>\n</li>\n<li><p>Method and URL: GET https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event?$expand=all</p>\n</li>\n</ul>\n<p>Path variables</p>\n<ul>\n<li>:event (string) — Event identifier or slug. Example variable: ed24</li>\n</ul>\n<p>Query parameters</p>\n<ul>\n<li>$expand (optional) — Controls entity expansion. Known value: all</li>\n</ul>\n<p>Headers</p>\n<ul>\n<li>Accept-Language (optional) — Language code for localized fields. Known values: en, en</li>\n</ul>\n<p>Successful response (200)</p>\n<ul>\n<li><p>The response body contains a top-level object: data (object)</p>\n</li>\n<li><p>The data object includes fields such as:</p>\n<ul>\n<li><p>id (GUID), name (string), year (string), number (string), slug (string), description (string|null)</p>\n</li>\n<li><p>dateTimeSpan (object with start and end ISO 8601 strings)</p>\n</li>\n<li><p>icon (object) and logo (object) with keys like key, uri, type, background</p>\n</li>\n<li><p>sort (number), isRegistrationAvailable (boolean), isSalesAvailable (boolean)</p>\n</li>\n<li><p>publicRegistration (object) including isAvailable (boolean) and assortments (array of objects with id, name, description, registrationCodes)</p>\n</li>\n<li><p>assortments (array) with entries having id, name, description, sort, isDefault, showInShop, configuration (e.g., maxNumberOfTicketsPerSale)</p>\n</li>\n<li><p>configuration (object) including: availableLanguages (array of { name, code, sort }), location, metaTags, showInOverview, showSummaryBeforeCheckout, redirectAfterRegistration, showCookieConsent, tracking, useTotpForNewUsers, showAttendeeBadgePreview, maxNumberOfTicketsPerSale, maxNumberOf1NVoucherPerSale, isInvitationEmailAddressChangePossible, isLandingPageActive, linkedInEvent, socialSharing (with socialNetworks), socialCardArticleGroupConfigurations, googleRecaptcha, persistableQueryParams, externalLoginProviders, showLoadingPageOnCheckout, googlePlaces, isNotVerifiedUserAllowed, socialFollows, revolugo, isLandingPagePlusActive, tosConfiguration, isAbandonedCartReminderActive, isAddressFormCompanyRequired, exhibitorRecommendation, redirectAfterCompletion, areVisitorConnectionsEnabled</p>\n</li>\n<li><p>currency (string), showClosingMessage (boolean)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Notes</p>\n<ul>\n<li><p>The endpoint returns comprehensive configuration and metadata for the event including localization, social integrations, login providers, and UI behavior.</p>\n</li>\n<li><p>If you only need a subset of fields, consider omitting $expand or using a narrower value (if supported).</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":"all"}],"variable":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"}]}},"response":[{"id":"d0e02782-2611-4814-ac04-c621ded63934","name":"Get event","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event?$expand=all","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event"],"query":[{"key":"$expand","value":"all"}],"variable":[{"key":"event","value":"ed24","description":"The event slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"3067"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"en"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Date","value":"Mon, 03 Nov 2025 11:15:38 GMT"},{"key":"Strict-Transport-Security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bc23b1415a74acbe440d50469af8a1f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CDG52-P3"},{"key":"X-Amz-Cf-Id","value":"F4iA2FXv9g4zTrfCe8xCa9uqfy5P6yi56Rn8mK5hXJBcu-LrY4uv7A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"05147d78-28c7-ee11-93d3-00155d96040a\",\n        \"name\": \"Studi Days v5\",\n        \"year\": \"2024\",\n        \"number\": \"2024\",\n        \"slug\": \"studidaysv5\",\n        \"description\": null,\n        \"dateTimeSpan\": {\n            \"start\": \"2024-01-01T00:00:00+01:00\",\n            \"end\": \"2025-12-31T11:00:00+01:00\"\n        },\n        \"icon\": {\n            \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=en&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n            \"type\": \"Icon\",\n            \"background\": \"Light\"\n        },\n        \"logo\": {\n            \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=en&v=a327ab899678fb04b840185d7c40063102bcb4a517d30ce60e901278658d1d8f\",\n            \"type\": \"Icon\",\n            \"background\": \"Light\"\n        },\n        \"sort\": 0,\n        \"isRegistrationAvailable\": true,\n        \"isSalesAvailable\": true,\n        \"publicRegistration\": {\n            \"isAvailable\": true,\n            \"assortments\": [\n                {\n                    \"id\": \"41f9f8f3-3c83-f011-93e1-00155d96040a\",\n                    \"name\": \"AS-8806\",\n                    \"description\": \"Hier klicken um AS-8806 zu registrieren\",\n                    \"registrationCodes\": [\n                        \"Rb9vn4toy72ae3\"\n                    ]\n                }\n            ]\n        },\n        \"assortments\": [\n            {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"name\": null,\n                \"description\": null,\n                \"sort\": -2147483648,\n                \"isDefault\": true,\n                \"showInShop\": false,\n                \"linkText\": null,\n                \"shortName\": null,\n                \"shortDescription\": null,\n                \"iconSmall\": null,\n                \"iconBig\": null,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            }\n        ],\n        \"configuration\": {\n            \"availableLanguages\": [\n                {\n                    \"name\": \"Deutsch\",\n                    \"code\": \"de\",\n                    \"sort\": 0\n                },\n                {\n                    \"name\": \"English\",\n                    \"code\": \"en\",\n                    \"sort\": 0\n                },\n                {\n                    \"name\": \"dansk\",\n                    \"code\": \"da\",\n                    \"sort\": 0\n                }\n            ],\n            \"location\": {\n                \"name\": null,\n                \"description\": null,\n                \"plusCode\": null,\n                \"geoCoordinates\": null,\n                \"country\": \"DE\"\n            },\n            \"metaTags\": {\n                \"description\": null\n            },\n            \"showInOverview\": true,\n            \"showSummaryBeforeCheckout\": true,\n            \"redirectAfterRegistration\": true,\n            \"showCookieConsent\": true,\n            \"tracking\": {\n                \"scriptHead\": \"<!-- Tracking Script Head (Mandator) -->\\r\\n<!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NGS9VZS');</script><!-- End Google Tag Manager -->\",\n                \"scriptBody\": \"<!-- Tracking Script Body (Mandator) --> <!-- Google Tag Manager (noscript) --><noscript><iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-NGS9VZS\\\"height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe></noscript><!-- End Google Tag Manager (noscript) -->\"\n            },\n            \"useTotpForNewUsers\": false,\n            \"showAttendeeBadgePreview\": true,\n            \"maxNumberOfTicketsPerSale\": 50,\n            \"maxNumberOf1NVoucherPerSale\": 3,\n            \"isInvitationEmailAddressChangePossible\": true,\n            \"isLandingPageActive\": true,\n            \"linkedInEvent\": {\n                \"isActive\": false,\n                \"networkId\": \"517af685-6317-ef11-93d7-00155d96040a\"\n            },\n            \"socialSharing\": {\n                \"isActive\": true,\n                \"title\": \"Studi Days v5 2024\",\n                \"text\": \"I just got myself a ticket for Studi Days v5. Who is with me?\",\n                \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/SocialSharingImage?context=event:05147d78-28c7-ee11-93d3-00155d96040a&language=en&v=ae669380a92bfad320179c0981177e9a0d3389b6730a5234989b96279f1fbd81\",\n                \"hasSocialCardsEnabled\": true,\n                \"hasCardGenerationEnabled\": true,\n                \"hasAutoPostEnabled\": false,\n                \"socialNetworks\": [\n                    {\n                        \"id\": \"517af685-6317-ef11-93d7-00155d96040a\",\n                        \"name\": \"LinkedIn\",\n                        \"isActive\": true,\n                        \"color\": \"#4875B4\",\n                        \"type\": \"LinkedIn\",\n                        \"sharingUrl\": \"https://www.linkedin.com/shareArticle?mini=true&url={0}\",\n                        \"supportsNativeSharing\": true\n                    },\n                    {\n                        \"id\": \"527af685-6317-ef11-93d7-00155d96040a\",\n                        \"name\": \"Facebook\",\n                        \"isActive\": true,\n                        \"color\": \"#3b5998\",\n                        \"type\": \"Facebook\",\n                        \"sharingUrl\": \"http://www.facebook.com/sharer.php?u={0}\",\n                        \"supportsNativeSharing\": false\n                    },\n                    {\n                        \"id\": \"547af685-6317-ef11-93d7-00155d96040a\",\n                        \"name\": \"X\",\n                        \"isActive\": true,\n                        \"color\": \"#000000\",\n                        \"type\": \"Twitter\",\n                        \"sharingUrl\": \"https://twitter.com/intent/tweet?url={0}&text={1}\",\n                        \"supportsNativeSharing\": false\n                    },\n                    {\n                        \"id\": \"557af685-6317-ef11-93d7-00155d96040a\",\n                        \"name\": \"Xing\",\n                        \"isActive\": true,\n                        \"color\": \"#026466\",\n                        \"type\": \"Xing\",\n                        \"sharingUrl\": \"https://www.xing.com/spi/shares/new?url={0}\",\n                        \"supportsNativeSharing\": false\n                    },\n                    {\n                        \"id\": \"567af685-6317-ef11-93d7-00155d96040a\",\n                        \"name\": \"WhatsApp\",\n                        \"isActive\": true,\n                        \"color\": \"#25d366\",\n                        \"type\": \"WhatsApp\",\n                        \"sharingUrl\": \"https://api.whatsapp.com/send?text={0}\",\n                        \"supportsNativeSharing\": false\n                    },\n                    {\n                        \"id\": \"3b90af50-8421-ef11-93d7-00155d96040a\",\n                        \"name\": \"E-Mail\",\n                        \"isActive\": true,\n                        \"color\": \"#555\",\n                        \"type\": \"EMail\",\n                        \"sharingUrl\": \"mailto:?body={0}&subject={1}\",\n                        \"supportsNativeSharing\": false\n                    }\n                ],\n                \"socialCardArticleConfigsLookup\": {\n                    \"0d9cc822-46c7-ee11-93d3-00155d96040a\": \"37449577-76aa-f011-93e1-00155d96040a\",\n                    \"718668c7-55d2-ef11-93d9-00155d96040a\": \"fd80939e-74aa-f011-93e1-00155d96040a\",\n                    \"936f8d2a-2ac7-ee11-93d3-00155d96040a\": \"2e528c1f-74aa-f011-93e1-00155d96040a\"\n                },\n                \"socialCardArticleGroupConfigurations\": {\n                    \"37449577-76aa-f011-93e1-00155d96040a\": {\n                        \"title\": \"Studi Days v5 2024\",\n                        \"text\": \"I just got myself a ticket for Studi Days v5. Who is with me?\",\n                        \"hasSocialCardsEnabled\": true,\n                        \"hasCardGenerationEnabled\": true,\n                        \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:0c031c7e-8685-48bf-99a9-5bbc2703002f&language=en&v=1a04754964895ba836e633191b9957ae1550636a736b076cdfd3208191a24247\"\n                    },\n                    \"fd80939e-74aa-f011-93e1-00155d96040a\": {\n                        \"title\": \"Studi Days v5 2024\",\n                        \"text\": \"I just got myself a ticket for Studi Days v5. Who is with me?\",\n                        \"hasSocialCardsEnabled\": true,\n                        \"hasCardGenerationEnabled\": false,\n                        \"image\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/FaireventArticleGroupSocialShareImage?context=faireventArticleGroup:a903ad31-3cbb-436d-a2de-20bb885a8153&language=en&v=8bda1ffbbd3c4a6fbddfac581dd4adc9793dff3f1506934b4596d3a30424568d\"\n                    },\n                    \"2e528c1f-74aa-f011-93e1-00155d96040a\": {\n                        \"title\": \"Studi Days v5 2024\",\n                        \"text\": \"I just got myself a ticket for Studi Days v5. Who is with me?\",\n                        \"hasSocialCardsEnabled\": false,\n                        \"hasCardGenerationEnabled\": false,\n                        \"image\": null\n                    }\n                }\n            },\n            \"googleRecaptcha\": {\n                \"isActive\": false\n            },\n            \"persistableQueryParams\": [\n                \"utm_medium\",\n                \"utm_source\",\n                \"utm_campaign\",\n                \"utm_content\",\n                \"utm_term\",\n                \"aid\"\n            ],\n            \"externalLoginProviders\": [\n                {\n                    \"name\": \"Apple\",\n                    \"type\": \"apple\",\n                    \"clientId\": \"de.ticketshop.aditus.dev\",\n                    \"clientSecret\": \"MIGTAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBHkwdwIBAQQgj28LzxjkZBZ53s0/gsM5dhTPMukIbnQ3fVr5T7ZTCO+gCgYIKoZIzj0DAQehRANCAAS1nTWLO85ZyjQvNmpjFom9xV5Ush8V3qrYyxQKbWj+9+azwHM7qrP160unJDD3lNjmjTTq6ktBptkdY17t1JMS\",\n                    \"authority\": \"https://appleid.apple.com\"\n                },\n                {\n                    \"name\": \"Google\",\n                    \"type\": \"google\",\n                    \"clientId\": \"548913358835-i41k83jgn8h2p1g5li5gfbjsrbrij3s7.apps.googleusercontent.com\",\n                    \"clientSecret\": \"ptz9LafD18wIxUJe6_9kj8TR\",\n                    \"authority\": \"https://accounts.google.com\"\n                },\n                {\n                    \"name\": \"LinkedIn\",\n                    \"type\": \"linkedin\",\n                    \"clientId\": \"78vyk8dx8uzzvf\",\n                    \"clientSecret\": \"5lD0fPy0eASiFknG\",\n                    \"authority\": \"https://www.linkedin.com/oauth\"\n                },\n                {\n                    \"name\": \"Facebook EN\",\n                    \"type\": \"facebook\",\n                    \"clientId\": \"375005935303397\",\n                    \"clientSecret\": \"da32242ad60535245387a85a51bc45dd\",\n                    \"authority\": \"\"\n                }\n            ],\n            \"showLoadingPageOnCheckout\": true,\n            \"googlePlaces\": {\n                \"isActive\": true,\n                \"apiKey\": \"AIzaSyDpEWTfen9VKg-iZP8QnW3thR0F1tTSsc8\"\n            },\n            \"isNotVerifiedUserAllowed\": true,\n            \"socialFollows\": [\n                {\n                    \"name\": \"LinkedIn\",\n                    \"color\": \"#4875B4\",\n                    \"type\": \"LinkedIn\",\n                    \"url\": \"https://de.linkedin.com/company/aditusgmbh\"\n                },\n                {\n                    \"name\": \"Facebook\",\n                    \"color\": \"#3b5998\",\n                    \"type\": \"Facebook\",\n                    \"url\": \"https://www.facebook.com/aditusgmbh/\"\n                },\n                {\n                    \"name\": \"X\",\n                    \"color\": \"#000000\",\n                    \"type\": \"Twitter\",\n                    \"url\": \"https://x.com/DEV-0\"\n                },\n                {\n                    \"name\": \"Xing\",\n                    \"color\": \"#026466\",\n                    \"type\": \"Xing\",\n                    \"url\": \"https://www.xing.com/pages/aditusgmbh\"\n                },\n                {\n                    \"name\": \"TikTok\",\n                    \"color\": \"#fe2c55\",\n                    \"type\": \"TikTok\",\n                    \"url\": \"https://www.tiktok.com/@aditusgmbh\"\n                },\n                {\n                    \"name\": \"Instagram\",\n                    \"color\": \"#555\",\n                    \"type\": \"Instagram\",\n                    \"url\": \"https://instagram.com/aditusgmbh\"\n                }\n            ],\n            \"revolugo\": {\n                \"trackingId\": \"0f07e044-1aed-4873-9581-c383dbd60068\",\n                \"isHotelMapEnabled\": false\n            },\n            \"isLandingPagePlusActive\": true,\n            \"tosConfiguration\": {\n                \"isActive\": true,\n                \"areRequired\": true,\n                \"pageLocation\": \"Summary\"\n            },\n            \"isAbandonedCartReminderActive\": false,\n            \"isAddressFormCompanyRequired\": true,\n            \"exhibitorRecommendation\": {\n                \"active\": false,\n                \"minEntries\": null,\n                \"maxEntries\": null\n            },\n            \"redirectAfterCompletion\": {\n                \"redirectUrl\": null,\n                \"delay\": 3000\n            },\n            \"areVisitorConnectionsEnabled\": true\n        },\n        \"currency\": \"EUR\",\n        \"showClosingMessage\": false\n    }\n}"}],"_postman_id":"6d2a74da-8df1-4049-a87e-ffead323e5c7"},{"name":"Get communication group","event":[{"listen":"test","script":{"id":"4b9f0c1c-6e93-4243-b6c3-7aab0f596a84","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c347bfc9-c857-4e59-a305-08216011e884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/communication-groups/:group","description":"<p>This endpoint retrieves the details of a specific communication group.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response returns a JSON object with the following information:</p>\n<ul>\n<li><p><code>uniqueID</code> (string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>description</code> (string)</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","communication-groups",":group"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The group ID</p>\n","type":"text/plain"},"type":"any","value":"76AE9705-BDFF-475D-88E4-DE7FADC0E357","key":"group"}]}},"response":[{"id":"bf3c9ac0-b995-42df-b7f6-f9bd317d643d","name":"Get communication group","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/communication-groups/:group","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","communication-groups",":group"],"variable":[{"key":"group","value":"76AE9705-BDFF-475D-88E4-DE7FADC0E357","description":"The group ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"424"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:50:58 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0dec5f752f0f332c449471a83f050dd2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Ma-8t2FFT29h40W6CyvOZ4cdwnGOpl-i0_8-u_AGY1j2iiTb43VLdA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"uniqueId\": \"76ae9705-bdff-475d-88e4-de7fadc0e357\",\n        \"name\": \"Informations\",\n        \"description\": \"Additional information to help you make the most of your event visit can be found here. This includes important details on how to get there, parking options, accessibility, and on-site dining options, as well as key tips on the best times for registration and entry and emergency procedures. We also provide information about additional services such as luggage storage, information desks, and special event areas. In addition, you will receive up-to-date news and announcements related to the event, including any changes to the schedule, special guests, or exclusive program highlights.\"\n    }\n}"}],"_postman_id":"c347bfc9-c857-4e59-a305-08216011e884"},{"name":"Get legitimation categories","event":[{"listen":"test","script":{"id":"4b9f0c1c-6e93-4243-b6c3-7aab0f596a84","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ee7a3c11-15e0-4e8d-bfb1-8ac606f3da4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/legitimation-categories","description":"<p>This endpoint retrieves the legitimation categories for a specific event.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON object which contains objects with <code>id</code>, <code>name</code>, <code>description</code>, <code>availableProofTypes</code>, and <code>proofUploadLimit</code> fields. The <code>availableProofTypes</code> array contains objects with <code>id</code>, <code>name</code>, <code>description</code>, <code>isRequired</code>, and <code>availableDocumentTypes</code> fields.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event","legitimation-categories"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"}]}},"response":[{"id":"236ef39c-137e-4d96-8eec-5f979c97ae1a","name":"Get legitimation categories","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/legitimation-categories","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event","legitimation-categories"],"variable":[{"key":"event","value":"ed24","description":"The event slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1035"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:56:40 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"yAhnEzBmg9vN9PQmYZ7MEddsdM_Km7DqwOQHA74ML-tb7t-6RBmBIA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"0474c5c5-6b17-f011-93dd-00155d96040a\",\n            \"name\": \"High Security\",\n            \"description\": \"High security check if several levels of approval\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"0574c5c5-6b17-f011-93dd-00155d96040a\",\n                    \"name\": \"Text\",\n                    \"description\": \"Text\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 2\n        },\n        {\n            \"id\": \"c9ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Pupil / college student\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"47982a35-195a-ef11-93d8-00155d96040a\",\n                    \"name\": \"Studentenausweis\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"5c6e237d-5ddd-ef11-93da-00155d96040a\",\n                    \"name\": \"Dritternachweis (nochmal geändert)\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"44160b00-92dd-ef11-93da-00155d96040a\",\n                    \"name\": \"Ganz frischer Nachweis\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"b2ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Trade visitor\",\n            \"description\": \"Legitimation of a Trade visitor\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"7f2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Personal trade visitor eligibility\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"7b2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Business registration\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"802e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Student ID\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"7d2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Legitimation\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"792e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Employment contract\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"File\"\n                    ]\n                },\n                {\n                    \"id\": \"7e2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Employee eligibility\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"7a2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Salary statement\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"7c2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                    \"name\": \"Commercial register\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"6db20988-6bfd-ee11-93d5-00155d96040a\",\n            \"name\": \"Severely disabled\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"e7490895-6bfd-ee11-93d5-00155d96040a\",\n                    \"name\": \"Disability card\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"614fdbd4-110e-f011-93dd-00155d96040a\",\n            \"name\": \"Test SUH\",\n            \"description\": \"description\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"624fdbd4-110e-f011-93dd-00155d96040a\",\n                    \"name\": \"Document A\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"c2ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Blogger\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"c4ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Others\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"c3ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"PDF document\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"79a1f057-9a16-f011-93dd-00155d96040a\",\n            \"name\": \"Test VSI\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"c820c589-d216-f011-93dd-00155d96040a\",\n                    \"name\": \"Alles\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"7aa1f057-9a16-f011-93dd-00155d96040a\",\n                    \"name\": \"Website\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"File\"\n                    ]\n                },\n                {\n                    \"id\": \"7c136d84-9a16-f011-93dd-00155d96040a\",\n                    \"name\": \"Sonstiges\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 2\n        },\n        {\n            \"id\": \"c1ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"VIP\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Imprint\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"b7db2048-2e4b-ef11-93d8-00155d96040a\",\n            \"name\": \"Test123\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"b8db2048-2e4b-ef11-93d8-00155d96040a\",\n                    \"name\": \"Test Upload\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"File\"\n                    ]\n                },\n                {\n                    \"id\": \"24ed49b3-2e4b-ef11-93d8-00155d96040a\",\n                    \"name\": \"Test Schriftlich\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"96b2ed50-2e4b-ef11-93d8-00155d96040a\",\n                    \"name\": \"Test Link\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\"\n                    ]\n                },\n                {\n                    \"id\": \"e57442bd-2e4b-ef11-93d8-00155d96040a\",\n                    \"name\": \"Test alles\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"b3ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Press\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"b8ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Other\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Imprint\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                },\n                {\n                    \"id\": \"b4ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Press card\",\n                    \"description\": \"\",\n                    \"isRequired\": true,\n                    \"availableDocumentTypes\": [\n                        \"File\"\n                    ]\n                },\n                {\n                    \"id\": \"b7ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Article with reference to exhibition\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\"\n                    ]\n                },\n                {\n                    \"id\": \"b6ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Written commission from editorial office\",\n                    \"description\": \"\",\n                    \"isRequired\": true,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"cfde6cf7-b41a-f011-93dd-00155d96040a\",\n            \"name\": \"Test KAL\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"d0de6cf7-b41a-f011-93dd-00155d96040a\",\n                    \"name\": \"Profi\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"c0ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Service\",\n            \"description\": \"Service\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"603cf82d-3401-ef11-93d5-00155d96040a\",\n                    \"name\": \"Employee card\",\n                    \"description\": \"h56y65\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        },\n        {\n            \"id\": \"c7ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"Student press\",\n            \"description\": \"\",\n            \"availableProofTypes\": [\n                {\n                    \"id\": \"7e561aee-3601-ef11-93d5-00155d96040a\",\n                    \"name\": \"Student id card\",\n                    \"description\": \"\",\n                    \"isRequired\": false,\n                    \"availableDocumentTypes\": [\n                        \"Url\",\n                        \"File\",\n                        \"Text\"\n                    ]\n                }\n            ],\n            \"proofUploadLimit\": 3\n        }\n    ]\n}"}],"_postman_id":"ee7a3c11-15e0-4e8d-bfb1-8ac606f3da4e"},{"name":"Get payment providers by event","event":[{"listen":"test","script":{"id":"b62ec594-c808-41c0-aafe-562e5feffc91","exec":[""],"type":"text/javascript","packages":{}}}],"id":"789a11a7-4fe1-49ff-bfa1-c419eb9fc5ea","protocolProfileBehavior":{"followRedirects":false,"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/payment-providers","description":"<p>This endpoint retrieves the available payment providers for a specific event.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (array, required): An array of payment provider objects.</p>\n<ul>\n<li><p><code>id</code> (string, required): The ID of the payment provider.</p>\n</li>\n<li><p><code>name</code> (string, required): The name of the payment provider.</p>\n</li>\n<li><p><code>description</code> (string, optional): The description of the payment provider.</p>\n</li>\n<li><p><code>paymentMethods</code> (array, required): An array of payment method objects.</p>\n<ul>\n<li><code>methodType</code> (string, required): The type of payment method.</li>\n</ul>\n</li>\n<li><p><code>configuration</code> (object, required): The configuration details for the payment provider.</p>\n<ul>\n<li><p><code>saferpayFieldsUrl</code> (string, required): The URL for saferpay fields.</p>\n</li>\n<li><p><code>saferpayFieldsLibrary</code> (string, required): The library for saferpay fields.</p>\n</li>\n<li><p><code>saferpayFieldsAccessToken</code> (string, required): The access token for saferpay fields.</p>\n</li>\n</ul>\n</li>\n<li><p><code>sort</code> (integer, required): The sorting order of the payment provider.</p>\n</li>\n<li><p><code>isDefault</code> (boolean, required): Indicates if the payment provider is the default option.</p>\n</li>\n<li><p><code>isExpressCheckoutSupported</code> (boolean, required): Indicates if express checkout is supported.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event","payment-providers"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"}]}},"response":[{"id":"98395865-8a89-410c-87cb-e70e115c9504","name":"Get payment providers by event","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/payment-providers","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event","payment-providers"],"variable":[{"key":"event","value":"ed24","description":"The event slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1012"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:59:22 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fd4a8fa7c304171992e7f22fc8894904.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"sS3_5tdHxcFvo87mSDOwv6LeyoFbqroCNqWsmaOQY066CFTNISy-9A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"210f6011-343d-ee11-93cf-00155d960409\",\n            \"name\": \"Credit card\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"saferpayFieldsUrl\": \"https://test.saferpay.com/Fields/404227\",\n                \"saferpayFieldsLibrary\": \"https://test.saferpay.com/Fields/lib/1/saferpay-fields.js\",\n                \"saferpayFieldsAccessToken\": \"\"\n            },\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"948ade45-b0c5-ee11-93d3-00155d96040a\",\n            \"name\": \"Sofort\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Sofort\"\n                }\n            ],\n            \"configuration\": {\n                \"payPalUseLightbox\": \"True\",\n                \"payPalClientId\": \"\"\n            },\n            \"sort\": 5,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": true\n        },\n        {\n            \"id\": \"fba84973-b0c5-ee11-93d3-00155d96040a\",\n            \"name\": \"PayPal\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"PayPal\"\n                }\n            ],\n            \"configuration\": {\n                \"payPalUseLightbox\": \"True\",\n                \"payPalClientId\": \"\"\n            },\n            \"sort\": 15,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": true\n        },\n        {\n            \"id\": \"6045539b-2ecb-ee11-93d3-00155d96040a\",\n            \"name\": \"iDEAL\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Ideal\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"dcd0d596-33cb-ee11-93d3-00155d96040a\",\n            \"name\": \"Wallet\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"ApplePay\"\n                },\n                {\n                    \"methodType\": \"GooglePay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 40,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"838fc7d2-a0cc-ee11-93d3-00155d96040a\",\n            \"name\": \"Giropay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Giropay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"279e1fec-a0cc-ee11-93d3-00155d96040a\",\n            \"name\": \"EPS\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Eps\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"d3d3bc1e-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"UnionPay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"UnionPay\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"b7ccdb37-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"TWINT\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Twint\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ecd4184c-a1cc-ee11-93d3-00155d96040a\",\n            \"name\": \"Postfinance\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Postfinance\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 30,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ee897ed8-1d27-ef11-93d7-00155d96040a\",\n            \"name\": \"NGenius\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                }\n            ],\n            \"configuration\": {\n                \"outletReference\": \"4b105a76-8b2b-41b9-b0e0-a8decf3c5d18\",\n                \"useSandbox\": \"True\",\n                \"paymentMethods\": \"VISA, MASTERCARD\",\n                \"walletMethods\": \"\"\n            },\n            \"sort\": 100,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"a7fed2b9-fe3c-ef11-93d8-00155d96040a\",\n            \"name\": \"NGenius Wallet\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"ApplePay\"\n                },\n                {\n                    \"methodType\": \"GooglePay\"\n                }\n            ],\n            \"configuration\": {\n                \"outletReference\": \"4b105a76-8b2b-41b9-b0e0-a8decf3c5d18\",\n                \"useSandbox\": \"True\",\n                \"paymentMethods\": \"APPLE_PAY, GOOGLEPAY\",\n                \"walletMethods\": \"GOOGLEPAY\"\n            },\n            \"sort\": 101,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"f756a56d-613f-ef11-93d8-00155d96040a\",\n            \"name\": \"Kreditkarte\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 10,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"654ea6c1-743f-ef11-93d8-00155d96040a\",\n            \"name\": \"PayPal Saferpay\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"PayPal\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 17,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"1e6ba835-2877-ef11-93d8-00155d96040a\",\n            \"name\": \"Stripe\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Diners\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"85c8bab4-bdd1-ef11-93d9-00155d96040a\",\n            \"name\": \"Invoice\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Invoice\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"defc6088-8dd2-ef11-93d9-00155d96040a\",\n            \"name\": \"Prepayment\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Prepayment\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ffe35c40-9bf9-ef11-93dd-00155d96040a\",\n            \"name\": \"DWTC-Paymentgateway\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        }\n    ]\n}"}],"_postman_id":"789a11a7-4fe1-49ff-bfa1-c419eb9fc5ea"},{"name":"Get assortments by event","event":[{"listen":"test","script":{"id":"29845f35-f9d1-4bb0-bd30-dfda580653eb","exec":[""],"type":"text/javascript","packages":{}}}],"id":"cf6b65f3-aa2d-4f22-9dbd-d99311141b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments","description":"<p>This endpoint retrieves the assortments for a specific event.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>event</code> (string, required): The ID of the event for which assortments are being retrieved.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain an array of assortments, where each assortment object includes the following properties:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the assortment.</p>\n</li>\n<li><p><code>name</code> (string): The name of the assortment.</p>\n</li>\n<li><p><code>description</code> (string): The description of the assortment.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the assortment.</p>\n</li>\n<li><p><code>isDefault</code> (boolean): Indicates if the assortment is the default one.</p>\n</li>\n<li><p><code>configuration</code> (object): An object containing configuration details for the assortment, such as <code>maxNumberOfTicketsPerSale</code>.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event","assortments"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"}]}},"response":[{"id":"af070827-b46a-49d9-9408-cc02a1468da2","name":"Get assortments by event","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event","assortments"],"variable":[{"key":"event","value":"ed24","description":"The event slug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 10:01:20 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8eee0c5143f92bd7600d25e3dc25ce5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"182OiI0yOuuus3LS1wqtx8gUPW8PvbW7WqKkdqEElksZbxGiX-tG8g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": null,\n            \"description\": null,\n            \"sort\": -2147483648,\n            \"isDefault\": true,\n            \"configuration\": {\n                \"maxNumberOfTicketsPerSale\": null\n            }\n        },\n        {\n            \"id\": \"4b12f502-42fa-ed11-93c6-00155d960409\",\n            \"name\": \"Press accreditation\",\n            \"description\": \"\",\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"configuration\": {\n                \"maxNumberOfTicketsPerSale\": 5\n            }\n        }\n    ]\n}"}],"_postman_id":"cf6b65f3-aa2d-4f22-9dbd-d99311141b9e"},{"name":"Get assortment details by event","event":[{"listen":"test","script":{"id":"febeef0d-1d0c-48a8-8489-94dc2179295e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b53498cc-9f7e-4b43-be3d-4fb159b2e89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments/:assortment","description":"<p>This endpoint retrieves the assortment details for a specific event in the shop discovery.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>event</code> (path parameter): The ID of the event for which the assortment details are to be retrieved.</p>\n</li>\n<li><p><code>assortment</code> (path parameter): The ID of the assortment for which details are to be retrieved.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>articleGroups</code>:</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>description</code> (string)</p>\n</li>\n<li><p><code>sort</code> (integer)</p>\n</li>\n<li><p><code>isExpanded</code> (boolean)</p>\n</li>\n<li><p><code>configuration</code>:</p>\n<ul>\n<li><code>maxNumberOfTicketsPerSale</code> (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>description</code> (string)</p>\n</li>\n<li><p><code>sort</code> (integer)</p>\n</li>\n<li><p><code>isDefault</code> (boolean)</p>\n</li>\n<li><p><code>configuration</code></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event","assortments",":assortment"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The event ID</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"},{"description":{"content":"<p>The article group ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"assortment"}]}},"response":[{"id":"4a62c1da-72f0-401f-a9eb-f9783403446b","name":"Get assortment details by event","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments/:assortment","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event","assortments",":assortment"],"variable":[{"key":"event","value":"ed24","description":"The event ID"},{"key":"assortment","value":"00000000-0000-0000-0000-000000000000","description":"The article group ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 10:04:41 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ec1ac21acdbd36c971eca9d6b61d0744.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"crl6Q9mU8-3zI52ZIWjZsK7C7Fx49Yzw0gw40nsmYRRQyDO6yMrt8Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"articleGroups\": [\n            {\n                \"id\": \"e1ebd4a4-4463-ee11-93cf-00155d960409\",\n                \"name\": \"Parking tickets\",\n                \"description\": \"Book a maximum of 2 parking tickets.\",\n                \"sort\": 10,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 2\n                }\n            },\n            {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            {\n                \"id\": \"234b024d-3ceb-ee11-93d5-00155d96040a\",\n                \"name\": \"Specials\",\n                \"description\": \"In order to buy a ticket, you need to prove that you are a VIP.\",\n                \"sort\": 3,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            }\n        ],\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": null,\n        \"description\": null,\n        \"sort\": -2147483648,\n        \"isDefault\": false,\n        \"configuration\": null\n    }\n}"}],"_postman_id":"b53498cc-9f7e-4b43-be3d-4fb159b2e89d"},{"name":"Get assortment articles","event":[{"listen":"test","script":{"id":"febeef0d-1d0c-48a8-8489-94dc2179295e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e0cef74f-7b49-4b4c-b340-6251da4b45cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments/:assortmentID/articles","description":"<p>This endpoint is used to retrieve the articles associated with a specific event.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not contain a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain an array of articles with their associated details such as prices, article group, ID, name, description, image, legitimacy requirements, type, ticket validity, article number, category, amount, configuration, and timeslots.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":event","assortments",":assortmentID","articles"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The event ID</p>\n","type":"text/plain"},"type":"any","value":"ed24","key":"event"},{"description":{"content":"<p>The assortment ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"assortmentID"}]}},"response":[{"id":"29d48766-ea7b-4f47-ba39-f3d49ce4d169","name":"Get assortment articles","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:event/assortments/:assortmentID/articles","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":event","assortments",":assortmentID","articles"],"variable":[{"key":"event","value":"ed24","description":"The event ID"},{"key":"assortmentID","value":"00000000-0000-0000-0000-000000000000","description":"The assortment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2518"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 10:23:19 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 adc51edbb4dc468fb382e40b115a2f62.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"TfsqFXJtKMkDyzcw6w13EMA_bIvijQNsnAzp0YUcPSBp-Ha6_R5Wvw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n            \"name\": \"Dayticket\",\n            \"internalName\": \"Day Pass\",\n            \"description\": \"The day ticket entitles you to a <strong>single visit</strong> to the Experience Days on any event day.\",\n            \"image\": {\n                \"key\": \"Default.OneDayTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"01\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 18610\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": true,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": true,\n                \"soldOutText\": \"Sold out\",\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:30\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"13:30\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-22\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 684,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 684,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 42.02,\n                        \"grossPrice\": 50,\n                        \"tax\": 7.98,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 42.02,\n                        \"grossPrice\": 50,\n                        \"tax\": 7.98,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"225bbb90-4b90-ee11-93cf-00155d960409\",\n            \"name\": \"Permanent ticket\",\n            \"internalName\": \"Dauerticket\",\n            \"description\": \"The season ticket entitles you to <strong>visit all days</strong> of the Experience Days.\",\n            \"image\": {\n                \"key\": \"Default.PermanentTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/PermanentTicket?context=article:225bbb90-4b90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 10,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"MultipleDays\",\n            \"articleNumber\": \"02\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 9801\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 1,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"0b1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-27\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"0e1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"101899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"0f1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"081899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-28\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 5,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"121899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"131899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"141899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"091899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-29\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 3,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"151899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"161899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"171899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0a1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-30\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 6,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"1b1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1c1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1a1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-20\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"69c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e592dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e692dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e0b645ed-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"68c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"75e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-23\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"9cc40a9c-1fbe-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"76e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-24\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"09cadcd7-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"66ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5cef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 1000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"69ef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"a6d557e3-0c0e-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-03-31\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"2d52c157-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-14\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"d4a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"daa11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"dea11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5b1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-15\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"e7a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e9a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"661bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-16\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b879476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bb79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bf79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"c179476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6c1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-17\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99998,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"50258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"55258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"16:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"316bcb76-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"16:00\",\n                            \"end\": \"20:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6f226207-97d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99987,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"5d8a171e-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 99987,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 579.83,\n                        \"grossPrice\": 690,\n                        \"tax\": 110.17,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 579.83,\n                        \"grossPrice\": 690,\n                        \"tax\": 110.17,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            \"id\": \"53001531-4d90-ee11-93cf-00155d960409\",\n            \"name\": \"Congress ticket \",\n            \"internalName\": \"Kongressticket\",\n            \"description\": \"The congress ticket entitles you to participate in the Experience Day congress and to attend all event days of the Experience Days\",\n            \"image\": {\n                \"key\": \"Default.CongressTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/CongressTicket?context=article:53001531-4d90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"AllDays\",\n            \"articleNumber\": \"10\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 9982\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"0b1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-27\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"0e1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"101899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"0f1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"081899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-28\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 5,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"121899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"131899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"141899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"091899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-29\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 3,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"151899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"161899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"171899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0a1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-30\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 6,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"1b1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1c1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1a1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-20\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"69c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e592dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e692dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e0b645ed-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"68c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"75e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-23\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"9cc40a9c-1fbe-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"76e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-24\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"09cadcd7-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"66ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5cef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 1000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"69ef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"a6d557e3-0c0e-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-03-31\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"2d52c157-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-14\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"d4a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"daa11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"dea11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5b1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-15\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"e7a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e9a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"661bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-16\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b879476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bb79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bf79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"c179476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6c1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-17\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99998,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"50258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"55258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"16:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"316bcb76-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"16:00\",\n                            \"end\": \"20:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6f226207-97d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99987,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"5d8a171e-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 99987,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 84.03,\n                        \"grossPrice\": 100,\n                        \"tax\": 15.97,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 84.03,\n                        \"grossPrice\": 100,\n                        \"tax\": 15.97,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            \"id\": \"68669b89-c1db-ee11-93d3-00155d96040a\",\n            \"name\": \"Exklusiv-Ticket\",\n            \"internalName\": \"Exklusiv-Ticket\",\n            \"description\": null,\n            \"image\": {\n                \"key\": \"Default.OneDayTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:68669b89-c1db-ee11-93d3-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"11\",\n            \"category\": null,\n            \"amount\": {\n                \"remaining\": 965\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:30\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"13:30\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-22\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 684,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 684,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 100.84,\n                        \"grossPrice\": 120,\n                        \"tax\": 19.16,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 100.84,\n                        \"grossPrice\": 120,\n                        \"tax\": 19.16,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"234b024d-3ceb-ee11-93d5-00155d96040a\",\n                \"name\": \"Specials\",\n                \"description\": \"In order to buy a ticket, you need to prove that you are a VIP.\",\n                \"sort\": 3,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"4e6365aa-3aeb-ee11-93d5-00155d96040a\",\n            \"name\": \"VIP Ticket with Evening Event\",\n            \"internalName\": \"VIP-Ticket\",\n            \"description\": \"The season ticket entitles you to visit all event days of the Experience Days and the associated award ceremony.\",\n            \"image\": {\n                \"key\": \"Default.VIPTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/VIPTicket?context=article:4e6365aa-3aeb-ee11-93d5-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": true,\n            \"legitimationCategory\": {\n                \"id\": \"c1ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                \"name\": \"VIP\",\n                \"description\": \"\",\n                \"availableProofTypes\": [\n                    {\n                        \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                        \"name\": \"Imprint\",\n                        \"description\": \"\",\n                        \"isRequired\": false,\n                        \"availableDocumentTypes\": [\n                            \"Url\",\n                            \"File\",\n                            \"Text\"\n                        ]\n                    }\n                ],\n                \"proofUploadLimit\": 3\n            },\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"AllDays\",\n            \"articleNumber\": \"12\",\n            \"category\": \"VIP\",\n            \"amount\": {\n                \"remaining\": 9841\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": true,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": []\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"e1ebd4a4-4463-ee11-93cf-00155d960409\",\n                \"name\": \"Parking tickets\",\n                \"description\": \"Book a maximum of 2 parking tickets.\",\n                \"sort\": 10,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 2\n                }\n            },\n            \"id\": \"f00e6e4b-1940-ef11-93d8-00155d96040a\",\n            \"name\": \"Parkschein\",\n            \"internalName\": \"Parkschein\",\n            \"description\": null,\n            \"image\": {\n                \"key\": \"Default.ParkingTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/ParkingTicket?context=article:f00e6e4b-1940-ef11-93d8-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"ParkingTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"110\",\n            \"category\": null,\n            \"amount\": {\n                \"remaining\": 980\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": []\n        }\n    ]\n}"}],"_postman_id":"e0cef74f-7b49-4b4c-b340-6251da4b45cb"},{"name":"Get lookups by name","id":"ad984085-889f-4a4f-9e53-f7502428135a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/lookups/:name","description":"<p>This endpoint makes an HTTP GET request to retrieve the lookups for a specific lookup list. The request should include the lookup list name in the URL.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>id</code> (integer)</p>\n</li>\n<li><p><code>language</code> (string)</p>\n</li>\n<li><p><code>lookups:</code></p>\n<ul>\n<li><p><code>key</code> (string)</p>\n</li>\n<li><p><code>value</code> (string)</p>\n</li>\n<li><p><code>isFreeText</code> (boolean)</p>\n</li>\n<li><p><code>lookups</code> (array)</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","lookups",":name"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"P_ANREDEN","key":"name"}]}},"response":[{"id":"dbdd1e8f-3709-4adb-9dcc-b25b29924b74","name":"Get lookups by name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/lookups/:lookupListName","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","lookups",":lookupListName"],"variable":[{"key":"lookupListName","value":"P_ANREDEN","description":"Name of the lookup list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 10:26:21 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bf791e1829ff18782cd9837fbba03616.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"iXBXmKGjS5H56NJaiQXFsni7wNoLGv-x0dCdaNU91JwrmqHw0nENvA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"language\": \"de\",\n        \"lookups\": [\n            {\n                \"key\": \"Divers\",\n                \"value\": \"Divers\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Frau\",\n                \"value\": \"Frau\",\n                \"value3\": \"2\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Herr\",\n                \"value\": \"Herr\",\n                \"value3\": \"1\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Sir_good\",\n                \"value\": \"Sir\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"ad984085-889f-4a4f-9e53-f7502428135a"},{"name":"Get Terms of Service without User","id":"acdd4c21-d8eb-4078-a620-9d8c62db39b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint retrieves the terms of service associated with a specific event identified by <code>eventIdentifier</code>. It is designed to provide users with the necessary legal information regarding their participation in the event.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method</strong>: GET</li>\n<li><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service</code></li>\n</ul>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<ul>\n<li><code>eventIdentifier</code> (string): A unique identifier for the event whose terms of service are being requested.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response with a status code of 200 and a content type of <code>application/vnd.aditus.v1+json</code>. The structure of the response is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"userId\": null,\n    \"eventId\": \"\",\n    \"items\": [\n      {\n        \"uniqueId\": \"\",\n        \"displayOrder\": 0,\n        \"version\": \"\",\n        \"content\": \"\",\n        \"consentPolicy\": \"\",\n        \"isApproved\": true\n      }\n    ]\n  }\n}\n</code></pre>\n<h4 id=\"response-fields\">Response Fields</h4>\n<ul>\n<li><code>data</code>: An object containing the details of the terms of service.<ul>\n<li><code>userId</code>: (null) The ID of the user requesting the terms, if applicable.</li>\n<li><code>eventId</code>: (string) The ID of the event for which the terms are being retrieved.</li>\n<li><code>items</code>: (array) A list of terms of service items.<ul>\n<li><code>uniqueId</code>: (string) A unique identifier for the terms item.</li>\n<li><code>displayOrder</code>: (integer) The order in which the terms should be displayed.</li>\n<li><code>version</code>: (string) The version of the terms of service.</li>\n<li><code>content</code>: (string) The actual content of the terms of service.</li>\n<li><code>consentPolicy</code>: (string) The policy regarding user consent.</li>\n<li><code>isApproved</code>: (boolean) Indicates whether the terms have been approved.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"summary\">Summary</h3>\n<p>This endpoint is crucial for ensuring that users have access to the legal terms governing their participation in events, thereby promoting transparency and compliance with legal standards.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":eventIdentifier","terms-of-service"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"ed24","key":"eventIdentifier"}]}},"response":[{"id":"f4e09d29-1067-4f97-bc4d-decf045e4fd8","name":"Get Terms of Service without User","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":eventIdentifier","terms-of-service"],"variable":[{"key":"eventIdentifier","value":"GalaxioExpo2050"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"public, max-age=60"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Vary","value":"Accept-Encoding,Accept-Language"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcZGlzY292ZXJ5XGV2ZW50c1xHYWxheGlvRXhwbzIwNTBcdGVybXMtb2Ytc2VydmljZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 03 Feb 2026 10:49:32 GMT"},{"key":"Content-Length","value":"650"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": null,\n        \"eventId\": \"GalaxioExpo2050\",\n        \"items\": [\n            {\n                \"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n                \"displayOrder\": 1,\n                \"version\": \"1.0\",\n                \"content\": \"Ich akzeptiere die <a href=\\\"https://dev.aditus.de/ADITUS-DEV-0_vNextShop/Legal/GeneralTerms\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Allgemeinen Geschäftsbedingungen</a>\",\n                \"consentPolicy\": \"Mandatory\",\n                \"isApproved\": false,\n                \"countries\": null\n            },\n            {\n                \"uniqueId\": \"e23642f3-adf3-45e9-9528-d26fe35de4f4\",\n                \"displayOrder\": 10,\n                \"version\": \"1.0\",\n                \"content\": \"Ich habe den großartigen <a href=\\\"https://www.youtube.com/watch?v=xvFZjo5PgG0\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Galaxio Trailer</a> gesehen.\",\n                \"consentPolicy\": \"Optional\",\n                \"isApproved\": false,\n                \"countries\": [\n                    \"AF\",\n                    \"EG\",\n                    \"AX\",\n                    \"AL\",\n                    \"DZ\",\n                    \"VI\",\n                    \"BH\",\n                    \"BD\",\n                    \"BE\",\n                    \"BF\",\n                    \"CL\",\n                    \"CN\",\n                    \"DE\",\n                    \"FK\",\n                    \"GP\",\n                    \"GU\",\n                    \"IT\",\n                    \"JP\",\n                    \"XK\",\n                    \"HR\"\n                ]\n            },\n            {\n                \"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n                \"displayOrder\": 99,\n                \"version\": \"1.0\",\n                \"content\": \"Ausführliche Informationen darüber, wie Ihre persönlichen Daten verwendet werden, finden Sie in unserem <a href=\\\"https://dev.aditus.de/ADITUS-DEV-0_vNextShop/Legal/Privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Datenschutzhinweis</a>\",\n                \"consentPolicy\": \"None\",\n                \"isApproved\": false,\n                \"countries\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"acdd4c21-d8eb-4078-a620-9d8c62db39b5"},{"name":"Get Terms of Service with User","id":"975eb31a-e74c-47da-ac97-1a3c20ac6e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service/users/:userId","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint retrieves the terms of service for a specific event associated with a user. It allows clients to access the relevant consent policies and approval status for the user in relation to the event identified by <code>eventIdentifier</code>.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> GET<br /><strong>URL:</strong> <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service/users/:userId</code></p>\n<h4 id=\"url-parameters\">URL Parameters</h4>\n<ul>\n<li><code>eventIdentifier</code> (string): The unique identifier for the event whose terms of service are being requested.</li>\n<li><code>userId</code> (string): The unique identifier for the user whose terms of service are being retrieved.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p><strong>Status Code:</strong> 200<br /><strong>Content-Type:</strong> application/vnd.aditus.v1+json</p>\n<h4 id=\"response-body-structure\">Response Body Structure</h4>\n<p>The response body contains the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"userId\": \"string\",\n    \"eventId\": \"string\",\n    \"items\": [\n      {\n        \"uniqueId\": \"string\",\n        \"displayOrder\": \"integer\",\n        \"version\": \"string\",\n        \"content\": \"string\",\n        \"consentPolicy\": \"string\",\n        \"isApproved\": \"boolean\"\n      }\n    ]\n  }\n}\n</code></pre>\n<h4 id=\"response-fields\">Response Fields</h4>\n<ul>\n<li><code>data</code>: An object containing the details of the terms of service.<ul>\n<li><code>userId</code>: The unique identifier for the user.</li>\n<li><code>eventId</code>: The unique identifier for the event.</li>\n<li><code>items</code>: An array of terms of service items.<ul>\n<li><code>uniqueId</code>: A unique identifier for the terms of service item.</li>\n<li><code>displayOrder</code>: The order in which the item should be displayed.</li>\n<li><code>version</code>: The version of the terms of service.</li>\n<li><code>content</code>: The actual content of the terms of service.</li>\n<li><code>consentPolicy</code>: The policy related to user consent.</li>\n<li><code>isApproved</code>: A boolean indicating whether the terms have been approved by the user.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint is essential for ensuring that users are aware of and have consented to the terms associated with specific events they are participating in.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","discovery","events",":eventIdentifier","terms-of-service","users",":userId"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"ed24","key":"eventIdentifier"},{"type":"any","value":"6fb0849c-1b89-ee11-93cf-00155d960409","key":"userId"}]}},"response":[{"id":"b5d12107-e19e-4573-aee2-fda9e1974527","name":"Get Terms of Service with User","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/discovery/events/:eventIdentifier/terms-of-service/users/:userId","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","discovery","events",":eventIdentifier","terms-of-service","users",":userId"],"variable":[{"key":"eventIdentifier","value":"ed24"},{"key":"userId","value":"00000000-0000-0000-0000-000000000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcZGlzY292ZXJ5XGV2ZW50c1xlZDI0XHRlcm1zLW9mLXNlcnZpY2VcdXNlcnNcMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 01 Jul 2025 08:01:50 GMT"},{"key":"Content-Length","value":"202"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n        \"eventId\": \"ed24\",\n        \"items\": [\n            {\n                \"uniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b064d0fd\",\n                \"displayOrder\": 1,\n                \"version\": \"TEST V0\",\n                \"content\": \"TEST Nutzungsbedingungen\",\n                \"consentPolicy\": \"Optional\",\n                \"isApproved\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"975eb31a-e74c-47da-ac97-1a3c20ac6e06"}],"id":"11809fc5-3a34-48ad-8304-48913f2d658c","description":"<p>Uses to discover the system configuration, upcoming events, available assortments, sellable articles incl. prices, payment provider and their payment methods and much more.</p>\n<p>Typical and supported use cases are:</p>\n<ul>\n<li><p>Get all possible payment providers</p>\n</li>\n<li><p>Get the main configuration data</p>\n</li>\n<li><p>Get all the upcoming events</p>\n</li>\n<li><p>Get the event data by given identifier</p>\n</li>\n<li><p>Get all possible payment providers for given event</p>\n</li>\n<li><p>Get the assortments of an event by given event identifier</p>\n</li>\n<li><p>Get the assortment details of an event and assortment by given event identifier</p>\n</li>\n<li><p>Find all articles in an assortment</p>\n</li>\n<li><p>Get a lookup list including lookup data</p>\n</li>\n<li><p>Get data changes in a specified time</p>\n</li>\n<li><p>Get the legitimation categories</p>\n</li>\n</ul>\n<p>If a cart exists, using the cart endpoints for <strong>payment providers</strong> and <strong>assortments</strong> is preferred, as they are more specific. For example, payment providers can differ depending on the selected articles.</p>\n","_postman_id":"11809fc5-3a34-48ad-8304-48913f2d658c","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Cart","item":[{"name":"Basic cart processes","item":[{"name":"Create cart","event":[{"listen":"test","script":{"id":"35238917-4acd-413f-aee5-7dca1d1162b7","exec":["pm.environment.set(\"CART_ID\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"1a19e973-8f90-4987-bf4f-cebbb64d1344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event\": \"ed24\",\r\n    \"user\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"isGuestUser\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart","description":"<p>This creates a card for the user in the context of an event.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>event</code> (string): The event of the cart.</p>\n</li>\n<li><p><code>user</code> (string): The user ID associated with the cart.</p>\n</li>\n<li><p><code>isGuestUser</code> (boolean): Indicates whether the user is a guest user.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will include the cart details:</p>\n<ul>\n<li><p><code>id</code> (string): The cart ID.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiry time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event added to the cart.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): List of promotion codes applied.</p>\n</li>\n<li><p><code>items</code> (array): List of items in the cart.</p>\n</li>\n<li><p><code>totals</code> (array): Details of the cart totals.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if the payment details are immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if the legitimation details are immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if the registration details are immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if registration is the only requirement.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture associated with the cart.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[]}},"response":[{"id":"502036eb-82e5-4ae1-8cd7-1a1ee4370c94","name":"Create cart","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event\": \"ed24\",\r\n    \"user\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"isGuestUser\": {{IS_GUEST_USER}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"579"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 11:37:47 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 00746b020527dcdbeca0dab6f6de299a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"RjcuG4HZm9x5RQllkgNqgBorar2VI2Rm0yjOkHyx_Er_r_khuaR1Aw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n        \"expiryTime\": \"2025-04-30T18:00:00+02:00\",\n        \"user\": {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"isVerified\": true,\n            \"eMail\": null\n        },\n        \"event\": {\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2024\",\n            \"number\": \"01\",\n            \"slug\": \"ed24\"\n        },\n        \"promotionCodes\": [],\n        \"items\": [],\n        \"totals\": [\n            {\n                \"original\": {\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                },\n                \"price\": 0,\n                \"grossPrice\": 0,\n                \"tax\": 0,\n                \"taxRate\": 0,\n                \"currency\": \"EUR\"\n            }\n        ],\n        \"isImmutable\": false,\n        \"isPaymentImmutable\": false,\n        \"isLegitimationImmutable\": false,\n        \"isRegistrationImmutable\": false,\n        \"isAmountImmutable\": false,\n        \"isRegistrationOnly\": false,\n        \"isRegistrationRequired\": false,\n        \"isLegitimationRequired\": false,\n        \"isPaymentRequired\": false,\n        \"buyerPerson\": {\n            \"email\": null,\n            \"firstName\": null,\n            \"lastName\": null,\n            \"company\": null,\n            \"salutation\": null,\n            \"vatId\": null,\n            \"address\": null,\n            \"isPrefilled\": false,\n            \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n            \"isValid\": false\n        },\n        \"status\": \"Active\",\n        \"culture\": \"de\"\n    }\n}"}],"_postman_id":"1a19e973-8f90-4987-bf4f-cebbb64d1344"},{"name":"Get cart","event":[{"listen":"test","script":{"id":"c9c08c5e-3043-46d3-9e5a-57200eea2b12","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"527e8a76-9788-43ce-9838-228e934c7790","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bcf046ee-f6ef-406c-bf63-11d74a50e8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart?$expand=All","description":"<p>This endpoint retrieves the details of a specific cart, including associated person information and buyer/billing person details.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>id</code> (string, required): The unique identifier of the cart.</p>\n</li>\n<li><p><code>$expand</code> (string, optional): Use to expand the associated person on items and buyer/billing person details.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the cart, including ID, name, year, number, and slug.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): An array of promotion codes associated with the cart.</p>\n</li>\n<li><p><code>items</code> (array): An array of items in the cart.</p>\n</li>\n<li><p><code>totals</code> (array): An array of total amounts, including original and calculated prices, taxes, tax rates, and currency.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if the payment for the cart is immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if the legitimation for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if the registration for the cart is immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if the cart is for registration only.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer person, including email, first name, last name, company, salutation, VAT ID, address, prefill status, survey ID, and validity status.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture associated with the cart.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"6f1d8623-e00d-4ec1-a318-2d267b05e315","name":"Get cart","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart?$expand=All","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart"],"query":[{"key":"$expand","value":"All"}],"variable":[{"key":"cart","value":"cdc17dc6-9d38-4137-be64-6245c290b0af","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcY2FydFxjZGMxN2RjNi05ZDM4LTQxMzctYmU2NC02MjQ1YzI5MGIwYWY=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 03 Feb 2026 15:26:37 GMT"},{"key":"Content-Length","value":"3549"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"cdc17dc6-9d38-4137-be64-6245c290b0af\",\n        \"expiryTime\": \"3750-12-31T04:20:00+01:00\",\n        \"user\": {\n            \"id\": \"c2890dcc-da72-4815-b93c-8766c924d615\",\n            \"isVerified\": true,\n            \"eMail\": \"D.Patanin+202@aditus.de\"\n        },\n        \"event\": {\n            \"id\": \"10b992c5-53e9-ef11-93da-00155d96040a\",\n            \"name\": \"Galaxio Messe\",\n            \"year\": \"2050\",\n            \"number\": \"6666\",\n            \"slug\": \"GalaxioExpo2050\"\n        },\n        \"promotionCodes\": [],\n        \"items\": [\n            {\n                \"id\": \"006508c3-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"remainingAmountDisplayMode\": \"None\",\n                        \"remainingAmountPerTimeslotDisplayMode\": \"None\",\n                        \"remainingAmountThresholdPercent\": 0,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 500,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true,\n                        \"showBadgePreview\": true\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                        \"name\": \"Standard Eintrittstickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 3.53,\n                    \"grossPrice\": 4.2,\n                    \"tax\": 0.67,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": 0,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"registration\": {\n                    \"data\": {\n                        \"type\": \"thirdPerson\",\n                        \"referencedSurveyResponse\": null,\n                        \"answers\": [\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                \"value\": \"Rala\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.Persons].LastName\",\n                                \"value\": \"Cartman\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"EMail\",\n                                \"value\": \"d.patanin+2029857856982@aditus.de\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                \"value\": \"DE\"\n                            }\n                        ],\n                        \"hasInformation\": true\n                    },\n                    \"isValid\": true,\n                    \"problems\": [],\n                    \"isRequired\": true,\n                    \"isPossible\": true,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"associatedPerson\": {\n                    \"salutation\": null,\n                    \"firstName\": \"Rala\",\n                    \"lastName\": \"Cartman\",\n                    \"email\": \"d.patanin+2029857856982@aditus.de\",\n                    \"nationality\": null\n                },\n                \"timeslots\": {\n                    \"isEnabled\": false,\n                    \"isValid\": true,\n                    \"bookings\": []\n                }\n            },\n            {\n                \"id\": \"006508c4-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"remainingAmountDisplayMode\": \"None\",\n                        \"remainingAmountPerTimeslotDisplayMode\": \"None\",\n                        \"remainingAmountThresholdPercent\": 0,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 500,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true,\n                        \"showBadgePreview\": true\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                        \"name\": \"Standard Eintrittstickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 3.53,\n                    \"grossPrice\": 4.2,\n                    \"tax\": 0.67,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": 0,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"registration\": {\n                    \"data\": null,\n                    \"isValid\": false,\n                    \"problems\": [\n                        {\n                            \"code\": 2205,\n                            \"category\": \"Registration\",\n                            \"message\": \"The item requires a registration but no registration information was provided\",\n                            \"name\": \"ItemRegistrationRequirement\",\n                            \"details\": {\n                                \"affectedItem\": \"006508c4-0000-0000-0000-000000000000\"\n                            }\n                        }\n                    ],\n                    \"isRequired\": true,\n                    \"isPossible\": true,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"timeslots\": {\n                    \"isEnabled\": false,\n                    \"isValid\": true,\n                    \"bookings\": []\n                }\n            },\n            {\n                \"id\": \"006508c5-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"remainingAmountDisplayMode\": \"None\",\n                        \"remainingAmountPerTimeslotDisplayMode\": \"None\",\n                        \"remainingAmountThresholdPercent\": 0,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 500,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true,\n                        \"showBadgePreview\": true\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                        \"name\": \"Standard Eintrittstickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 3.53,\n                    \"grossPrice\": 4.2,\n                    \"tax\": 0.67,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": 0,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"registration\": {\n                    \"data\": null,\n                    \"isValid\": false,\n                    \"problems\": [\n                        {\n                            \"code\": 2205,\n                            \"category\": \"Registration\",\n                            \"message\": \"The item requires a registration but no registration information was provided\",\n                            \"name\": \"ItemRegistrationRequirement\",\n                            \"details\": {\n                                \"affectedItem\": \"006508c5-0000-0000-0000-000000000000\"\n                            }\n                        }\n                    ],\n                    \"isRequired\": true,\n                    \"isPossible\": true,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"timeslots\": {\n                    \"isEnabled\": false,\n                    \"isValid\": true,\n                    \"bookings\": []\n                }\n            },\n            {\n                \"id\": \"006508c6-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"remainingAmountDisplayMode\": \"None\",\n                        \"remainingAmountPerTimeslotDisplayMode\": \"None\",\n                        \"remainingAmountThresholdPercent\": 0,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 500,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true,\n                        \"showBadgePreview\": true\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                        \"name\": \"Standard Eintrittstickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 3.53,\n                    \"grossPrice\": 4.2,\n                    \"tax\": 0.67,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": 0,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"registration\": {\n                    \"data\": null,\n                    \"isValid\": false,\n                    \"problems\": [\n                        {\n                            \"code\": 2205,\n                            \"category\": \"Registration\",\n                            \"message\": \"The item requires a registration but no registration information was provided\",\n                            \"name\": \"ItemRegistrationRequirement\",\n                            \"details\": {\n                                \"affectedItem\": \"006508c6-0000-0000-0000-000000000000\"\n                            }\n                        }\n                    ],\n                    \"isRequired\": true,\n                    \"isPossible\": true,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"timeslots\": {\n                    \"isEnabled\": false,\n                    \"isValid\": true,\n                    \"bookings\": []\n                }\n            },\n            {\n                \"id\": \"006508c7-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\",\n                                \"strikethroughPrice\": 0,\n                                \"promotionReason\": null,\n                                \"promotionDescription\": null\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"remainingAmountDisplayMode\": \"None\",\n                        \"remainingAmountPerTimeslotDisplayMode\": \"None\",\n                        \"remainingAmountThresholdPercent\": 0,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 500,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true,\n                        \"showBadgePreview\": true\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                        \"name\": \"Standard Eintrittstickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 3.53,\n                    \"grossPrice\": 4.2,\n                    \"tax\": 0.67,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": 0,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"registration\": {\n                    \"data\": null,\n                    \"isValid\": false,\n                    \"problems\": [\n                        {\n                            \"code\": 2205,\n                            \"category\": \"Registration\",\n                            \"message\": \"The item requires a registration but no registration information was provided\",\n                            \"name\": \"ItemRegistrationRequirement\",\n                            \"details\": {\n                                \"affectedItem\": \"006508c7-0000-0000-0000-000000000000\"\n                            }\n                        }\n                    ],\n                    \"isRequired\": true,\n                    \"isPossible\": true,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": true,\n                            \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"timeslots\": {\n                    \"isEnabled\": false,\n                    \"isValid\": true,\n                    \"bookings\": []\n                }\n            }\n        ],\n        \"totals\": [\n            {\n                \"original\": {\n                    \"price\": 17.65,\n                    \"grossPrice\": 21,\n                    \"tax\": 3.35,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\",\n                    \"strikethroughPrice\": null,\n                    \"promotionReason\": null,\n                    \"promotionDescription\": null\n                },\n                \"price\": 17.65,\n                \"grossPrice\": 21,\n                \"tax\": 3.35,\n                \"taxRate\": 19,\n                \"currency\": \"EUR\",\n                \"strikethroughPrice\": null,\n                \"promotionReason\": null,\n                \"promotionDescription\": null\n            }\n        ],\n        \"isImmutable\": false,\n        \"isPaymentImmutable\": false,\n        \"isLegitimationImmutable\": false,\n        \"isRegistrationImmutable\": false,\n        \"isAmountImmutable\": false,\n        \"isRegistrationOnly\": false,\n        \"isRegistrationRequired\": true,\n        \"isLegitimationRequired\": false,\n        \"isPaymentRequired\": true,\n        \"buyerPerson\": {\n            \"email\": \"D.Patanin+202@aditus.de\",\n            \"firstName\": \"Hairy\",\n            \"lastName\": \"Pijotr\",\n            \"company\": \"ADITUS GmbH,Hannover\",\n            \"nationality\": \"DE\",\n            \"salutation\": null,\n            \"vatId\": null,\n            \"address\": {\n                \"street\": \"Musterstraße\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"21345\",\n                \"city\": \"Musterstadt\",\n                \"county\": null,\n                \"country\": \"DE\"\n            },\n            \"isPrefilled\": true,\n            \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbXX0=\",\n            \"isValid\": true\n        },\n        \"status\": \"Active\",\n        \"actions\": [\n            {\n                \"id\": \"c8141eeb-6b2c-4c6a-ab14-85324e3a482a\",\n                \"type\": \"CartCreated\",\n                \"message\": \"Cart created. (Id: 'cdc17dc6-9d38-4137-be64-6245c290b0af')\",\n                \"occouredAt\": \"2026-02-03T14:33:36.140879\"\n            },\n            {\n                \"id\": \"6d1bd448-fcea-4039-927e-5072c4bab655\",\n                \"type\": \"SetUser\",\n                \"message\": \"Set user to cart.\",\n                \"occouredAt\": \"2026-02-03T14:33:36.4667443\"\n            },\n            {\n                \"id\": \"1321df5e-21f2-4690-bafd-b69595415140\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:33:37.3713224\"\n            },\n            {\n                \"id\": \"eb28d82c-0bf3-4419-ad99-7f95f94b1303\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:48:21.6123386\"\n            },\n            {\n                \"id\": \"8541f6c0-1af9-421c-85bf-69eaf79be91b\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:49:19.5666889\"\n            },\n            {\n                \"id\": \"d6e767fb-eb8a-41c9-8c29-57ab2bbd2e85\",\n                \"type\": \"RemoveArticleFromCart\",\n                \"message\": \"Removed ticket item with barcode '6666042070003736' and article with id '2700'.\",\n                \"occouredAt\": \"2026-02-03T14:49:21.9687518\"\n            },\n            {\n                \"id\": \"0eb32c45-0667-4360-85fe-c6b3c7e715d3\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:49:23.2137765\"\n            },\n            {\n                \"id\": \"ff4cb89e-2e0a-494f-8276-df5dc0c5dc25\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:49:38.4165835\"\n            },\n            {\n                \"id\": \"86e76350-392e-477b-b313-2f0193cade43\",\n                \"type\": \"AddArticleToCart\",\n                \"message\": \"Added article to cart. (ArticleUniqueId: fa94184d-55e9-ef11-93da-00155d96040a, ArticleName: Starfarer Pass 🌟🛸)\",\n                \"occouredAt\": \"2026-02-03T14:56:32.3338721\"\n            },\n            {\n                \"id\": \"9d4afae2-4bc7-4d12-969f-fd23d21e5cb4\",\n                \"type\": \"RegisterTicketForThirdParty\",\n                \"message\": \"Item-ID: 006508c3-0000-0000-0000-000000000000\",\n                \"occouredAt\": \"2026-02-03T15:33:52.6089679\"\n            }\n        ],\n        \"problems\": [\n            {\n                \"id\": \"c42a424c-0d01-f111-93e3-00155d960409\",\n                \"code\": 3501,\n                \"name\": \"RegistrationValidation\",\n                \"message\": \"Could not apply registration because validation failed\",\n                \"logId\": \"2BDE0B38-9825-457E-AB11-BCEEFFECEED3\",\n                \"severity\": \"Low\",\n                \"category\": \"Registration\",\n                \"occurredAt\": \"2026-02-03T15:33:35.1084962\",\n                \"type\": \"Exception\",\n                \"details\": {\n                    \"itemId\": \"006508c3-0000-0000-0000-000000000000\",\n                    \"problems\": [\n                        {\n                            \"Code\": 2406,\n                            \"Name\": \"CartItemTicketDaysLimit\",\n                            \"Severity\": 1,\n                            \"Category\": 4,\n                            \"Message\": \"Attendee ticket limit by days exceeded for cart item.\",\n                            \"LogId\": \"ADB968D8-BAAF-4F67-AC9D-8F06D3FF7A96\",\n                            \"Details\": {\n                                \"context\": 2,\n                                \"cartItemId\": \"006508c3-0000-0000-0000-000000000000\",\n                                \"email\": \"D.Patanin+202@aditus.de\",\n                                \"articleId\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                                \"maxAmount\": 2\n                            },\n                            \"Timestamp\": \"2026-02-03T15:33:35.0253585+01:00\"\n                        }\n                    ]\n                }\n            }\n        ],\n        \"culture\": \"de\",\n        \"termsOfService\": [\n            {\n                \"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n                \"displayOrder\": 1,\n                \"version\": \"1.0\",\n                \"content\": \"Ich akzeptiere die <a href=\\\"https://dev.aditus.de/ADITUS-DEV-0_vNextShop/Legal/GeneralTerms\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Allgemeinen Geschäftsbedingungen</a>\",\n                \"consentPolicy\": \"Mandatory\",\n                \"isApproved\": true,\n                \"countries\": null,\n                \"reconfirmationRequired\": false\n            },\n            {\n                \"uniqueId\": \"e23642f3-adf3-45e9-9528-d26fe35de4f4\",\n                \"displayOrder\": 10,\n                \"version\": \"1.0\",\n                \"content\": \"Ich habe den großartigen <a href=\\\"https://www.youtube.com/watch?v=xvFZjo5PgG0\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Galaxio Trailer</a> gesehen.\",\n                \"consentPolicy\": \"Mandatory\",\n                \"isApproved\": false,\n                \"countries\": [\n                    \"AF\",\n                    \"EG\",\n                    \"AX\",\n                    \"AL\",\n                    \"DZ\",\n                    \"VI\",\n                    \"BH\",\n                    \"BD\",\n                    \"BE\",\n                    \"BF\",\n                    \"CL\",\n                    \"CN\",\n                    \"DE\",\n                    \"FK\",\n                    \"GP\",\n                    \"GU\",\n                    \"IT\",\n                    \"JP\",\n                    \"XK\",\n                    \"HR\"\n                ],\n                \"reconfirmationRequired\": true\n            },\n            {\n                \"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n                \"displayOrder\": 99,\n                \"version\": \"1.0\",\n                \"content\": \"Ausführliche Informationen darüber, wie Ihre persönlichen Daten verwendet werden, finden Sie in unserem <a href=\\\"https://dev.aditus.de/ADITUS-DEV-0_vNextShop/Legal/Privacy\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Datenschutzhinweis</a>\",\n                \"consentPolicy\": \"None\",\n                \"isApproved\": false,\n                \"countries\": null,\n                \"reconfirmationRequired\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"bcf046ee-f6ef-406c-bf63-11d74a50e8c1"},{"name":"Get cart theme","id":"610e75d8-3afd-44d9-871c-4380d84bf682","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/theme","description":"<p>This endpoint retrieves the theme for a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is needed for this request.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response contains the theme context for the specific cart.</p>\n<ul>\n<li><code>context</code>(string): The event identifier</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","theme"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"9472456f-8675-4d7c-9cc7-56be6a638b88","name":"Get cart theme","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/theme","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","theme"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 12:07:08 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bc0a0f9f99d36a68240a31a25e39addc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Pt6zeI1eH2mpXfWlQycA6IX9QbUbu2nPSLJAbMIx9NFf4SpzXoraRA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"context\": \"event:f2e25737-4990-ee11-93cf-00155d960409\"\n    }\n}"}],"_postman_id":"610e75d8-3afd-44d9-871c-4380d84bf682"},{"name":"Get payment provider by cart","event":[{"listen":"test","script":{"id":"2caf8950-31bf-4515-b8c4-f4fef2f6cc60","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b6dd85a5-f110-4da7-9250-a0a033f0de5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-providers","description":"<p>This endpoint retrieves the available payment providers for the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>cartId</code>: The ID of the cart</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be a JSON object with the following properties:</p>\n<ul>\n<li><p><code>payment_providers</code>: An array of objects representing the available payment providers for the specified cart. Each object includes the following properties:</p>\n<ul>\n<li><p><code>id</code>: The unique identifier for the payment provider.</p>\n</li>\n<li><p><code>name</code>: The name of the payment provider.</p>\n</li>\n<li><p><code>type</code>: The type of the payment provider.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","payment-providers"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"54690990-d3a5-40ff-afc4-c194fba49d48","name":"Get payment provider by cart","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-providers","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","payment-providers"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"481"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 05 May 2025 14:48:59 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 11a78ce92a548aac13fb6ee545aff014.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Kmbyo0HcLAzUvdwYtB9_VwVsThp4cSKpDueb6KhkQGMJ4LuNkwQ7VQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"210f6011-343d-ee11-93cf-00155d960409\",\n            \"name\": \"Kreditkarte\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"saferpayFieldsUrl\": \"https://test.saferpay.com/Fields/404227\",\n                \"saferpayFieldsLibrary\": \"https://test.saferpay.com/Fields/lib/1/saferpay-fields.js\",\n                \"saferpayFieldsAccessToken\": \"56e2915d-3029-427b-a09f-e3af9b8e5029\"\n            },\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"1e6ba835-2877-ef11-93d8-00155d96040a\",\n            \"name\": \"Stripe\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Diners\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"85c8bab4-bdd1-ef11-93d9-00155d96040a\",\n            \"name\": \"Rechnung\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Invoice\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"defc6088-8dd2-ef11-93d9-00155d96040a\",\n            \"name\": \"Vorauszahlung\\r\\n\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Prepayment\"\n                }\n            ],\n            \"configuration\": {},\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        },\n        {\n            \"id\": \"ffe35c40-9bf9-ef11-93dd-00155d96040a\",\n            \"name\": \"DWTC-Paymentgateway\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"useSandbox\": \"True\"\n            },\n            \"sort\": 0,\n            \"isDefault\": false,\n            \"isExpressCheckoutSupported\": false\n        }\n    ]\n}"}],"_postman_id":"b6dd85a5-f110-4da7-9250-a0a033f0de5a"},{"name":"Get assortments by cart","event":[{"listen":"test","script":{"id":"7316c6f4-5c89-4db6-af9e-77391ed555ed","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a399fb8a-3cfc-460e-b024-f8e9c4dc0a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments","description":"<p>This endpoint retrieves the assortments associated with the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this endpoint.</p>\n<ul>\n<li><code>cart</code> (path parameter) - The unique identifier of the cart.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful execution, the API returns a JSON object with a status code of 200 and the following structure:</p>\n<ul>\n<li><p><code>id</code>(string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>description</code> (string)</p>\n</li>\n<li><p><code>sort</code> (integer)</p>\n</li>\n<li><p><code>isDefault</code> (boolean)</p>\n</li>\n<li><p><code>configuration</code>:</p>\n<ul>\n<li><code>maxNumberOfTicketsPerSale</code> (integer)</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","assortments"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The card ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"d0c47910-4e8d-45b6-86c7-b3661e350427","name":"Get assortments by cart","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","assortments"],"variable":[{"key":"cart","value":"","description":"The card ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 12:42:00 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bc0a0f9f99d36a68240a31a25e39addc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"pUbKPMr479PoA_Fb1m0Ts8o4SIdQ9AUx8QXw30dZamDyMlt9mcjZ_Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"name\": null,\n            \"description\": null,\n            \"sort\": -2147483648,\n            \"isDefault\": true,\n            \"configuration\": {\n                \"maxNumberOfTicketsPerSale\": null\n            }\n        },\n        {\n            \"id\": \"4b12f502-42fa-ed11-93c6-00155d960409\",\n            \"name\": \"Press accreditation\",\n            \"description\": \"\",\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"configuration\": {\n                \"maxNumberOfTicketsPerSale\": 5\n            }\n        }\n    ]\n}"}],"_postman_id":"a399fb8a-3cfc-460e-b024-f8e9c4dc0a4c"},{"name":"Get assortment details by cart","event":[{"listen":"test","script":{"id":"da8e26a5-b662-4412-9577-5c8ebae94366","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c5cf5698-9450-470a-ab4a-ffc5f16ec571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments/:assortment","description":"<p>This endpoint retrieves the assortments for a specific cart identified by the cart ID and zhe assortment ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not require a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response contains an array of \"articleGroups\" with their respective details such as ID, name, description, sort order, and configuration. The assortment itself will have an ID, name, description, sort order, and configuration details, including whether it is the default assortment.</p>\n<ul>\n<li><p><code>articleGroups</code>:</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>sort</code>(integer)</p>\n</li>\n<li><p><code>isExpanded</code> (boolean)</p>\n</li>\n<li><p><code>configuration</code>:</p>\n<ul>\n<li><code>maxNumberOfTicketsPerSale</code> (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","assortments",":assortment"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The assortment ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"assortment"}]}},"response":[{"id":"310ab942-d57e-4550-bd42-d174eff58d78","name":"Get assortment details by cart","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments/:assortment","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","assortments",":assortment"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"assortment","value":"00000000-0000-0000-0000-000000000000","description":"The assortment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 12:49:34 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1877c1d3c1c0435e896415d580d52c52.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Qm5iA3_lEJ56HxZRIDrf9Z2MNOZjN24Toj49s_C5nFR2yxADkZd4ww=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"articleGroups\": [\n            {\n                \"id\": \"e1ebd4a4-4463-ee11-93cf-00155d960409\",\n                \"name\": \"Parking tickets\",\n                \"description\": \"Book a maximum of 2 parking tickets.\",\n                \"sort\": 10,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 2\n                }\n            },\n            {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            {\n                \"id\": \"234b024d-3ceb-ee11-93d5-00155d96040a\",\n                \"name\": \"Specials\",\n                \"description\": \"In order to buy a ticket, you need to prove that you are a VIP.\",\n                \"sort\": 3,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            }\n        ],\n        \"id\": \"00000000-0000-0000-0000-000000000000\",\n        \"name\": null,\n        \"description\": null,\n        \"sort\": -2147483648,\n        \"isDefault\": false,\n        \"configuration\": null\n    }\n}"}],"_postman_id":"c5cf5698-9450-470a-ab4a-ffc5f16ec571"},{"name":"Get assortment articles by cart","event":[{"listen":"test","script":{"id":"da8e26a5-b662-4412-9577-5c8ebae94366","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f23d1005-9e59-4b89-b55e-27aff9bc1aaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments/:assortment/articles","description":"<h3 id=\"retrieve-assortments-in-cart\">Retrieve Assortments in Cart</h3>\n<p>This endpoint retrieves the list of articles in the cart with the specified id.</p>\n<h4 id=\"request\">Request</h4>\n<p>This request does not need a request body.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of article data, including the following properties:</p>\n<ul>\n<li><p><code>prices</code></p>\n</li>\n<li><p><code>articleGroup</code></p>\n</li>\n<li><p><code>id</code></p>\n</li>\n<li><p><code>name</code></p>\n</li>\n<li><p><code>internalName</code></p>\n</li>\n<li><p><code>description</code></p>\n</li>\n<li><p><code>image</code></p>\n</li>\n<li><p><code>sort</code></p>\n</li>\n<li><p><code>isLegitimationRequired</code></p>\n</li>\n<li><p><code>legitimationCategory</code></p>\n</li>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>ticketValidity</code></p>\n</li>\n<li><p><code>articleNumber</code></p>\n</li>\n<li><p><code>category</code></p>\n</li>\n<li><p><code>amount</code></p>\n</li>\n<li><p><code>configuration</code></p>\n</li>\n<li><p><code>timeslots</code></p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","assortments",":assortment","articles"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The assortment ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"assortment"}]}},"response":[{"id":"f2a782a7-7e0e-4ea3-8b38-d87d08842473","name":"Get assortment articles by cart","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/assortments/:assortment/articles","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","assortments",":assortment","articles"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"assortment","value":"00000000-0000-0000-0000-000000000000","description":"The assortment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2518"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 13:02:15 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 df3b3b9f4fa0f79195c56a91cf242364.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"dHAonZVju3T6Nt5NAdPNKrakAUwplN27gGUNglN8YIEFMZZKK5rd3w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n            \"name\": \"Dayticket\",\n            \"internalName\": \"Day Pass\",\n            \"description\": \"The day ticket entitles you to a <strong>single visit</strong> to the Experience Days on any event day.\",\n            \"image\": {\n                \"key\": \"Default.OneDayTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"01\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 18610\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": true,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": true,\n                \"soldOutText\": \"Sold out\",\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:30\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"13:30\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-22\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 684,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 684,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 42.02,\n                        \"grossPrice\": 50,\n                        \"tax\": 7.98,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 42.02,\n                        \"grossPrice\": 50,\n                        \"tax\": 7.98,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                \"name\": \"Trade fair tickets\",\n                \"description\": \"Access to the trade fair only\",\n                \"sort\": 0,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"225bbb90-4b90-ee11-93cf-00155d960409\",\n            \"name\": \"Permanent ticket\",\n            \"internalName\": \"Dauerticket\",\n            \"description\": \"The season ticket entitles you to <strong>visit all days</strong> of the Experience Days.\",\n            \"image\": {\n                \"key\": \"Default.PermanentTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/PermanentTicket?context=article:225bbb90-4b90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 10,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"MultipleDays\",\n            \"articleNumber\": \"02\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 9801\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 1,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"0b1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-27\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"0e1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"101899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"0f1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"081899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-28\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 5,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"121899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"131899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"141899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"091899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-29\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 3,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"151899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"161899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"171899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0a1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-30\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 6,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"1b1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1c1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1a1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-20\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"69c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e592dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e692dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e0b645ed-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"68c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"75e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-23\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"9cc40a9c-1fbe-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"76e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-24\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"09cadcd7-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"66ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5cef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 1000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"69ef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"a6d557e3-0c0e-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-03-31\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"2d52c157-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-14\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"d4a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"daa11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"dea11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5b1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-15\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"e7a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e9a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"661bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-16\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b879476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bb79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bf79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"c179476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6c1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-17\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99998,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"50258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"55258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"16:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"316bcb76-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"16:00\",\n                            \"end\": \"20:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6f226207-97d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99987,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"5d8a171e-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 99987,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 579.83,\n                        \"grossPrice\": 690,\n                        \"tax\": 110.17,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 579.83,\n                        \"grossPrice\": 690,\n                        \"tax\": 110.17,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            \"id\": \"53001531-4d90-ee11-93cf-00155d960409\",\n            \"name\": \"Congress ticket \",\n            \"internalName\": \"Kongressticket\",\n            \"description\": \"The congress ticket entitles you to participate in the Experience Day congress and to attend all event days of the Experience Days\",\n            \"image\": {\n                \"key\": \"Default.CongressTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/CongressTicket?context=article:53001531-4d90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"AllDays\",\n            \"articleNumber\": \"10\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 9982\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"0b1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-27\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"0e1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"101899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"0f1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"081899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-28\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 5,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"121899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"131899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"141899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"091899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-29\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 3,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"151899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"161899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"171899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 1,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"0a1899fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-10-30\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 6,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"1b1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1c1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"1a1899fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 2,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"67c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-20\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"69c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e592dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e692dde6-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e0b645ed-1ebe-ef11-93d9-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"68c1b8bd-f4bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"75e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-23\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 9,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"9cc40a9c-1fbe-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"76e1ad94-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-24\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"09cadcd7-1fbe-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 8,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"66ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5cef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 1000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"69ef49df-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"a6d557e3-0c0e-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-03-31\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"2d52c157-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-14\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"d4a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"daa11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"dea11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"5b1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-15\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 100000,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"e7a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"e9a11364-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"661bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-16\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99999,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b879476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"09:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bb79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"09:00\",\n                            \"end\": \"10:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"bf79476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"10:00\",\n                            \"end\": \"11:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"c179476a-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"11:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6c1bfa5d-c416-f011-93dd-00155d96040a\",\n                    \"date\": \"2025-04-17\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99998,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"50258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"55258c70-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"16:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"316bcb76-c416-f011-93dd-00155d96040a\",\n                            \"start\": \"16:00\",\n                            \"end\": \"20:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"6f226207-97d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 99987,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"5d8a171e-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 99987,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 84.03,\n                        \"grossPrice\": 100,\n                        \"tax\": 15.97,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 84.03,\n                        \"grossPrice\": 100,\n                        \"tax\": 15.97,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"94f829fd-c983-ee11-b2f8-00155d960308\",\n                \"name\": \"Congress tickets\",\n                \"description\": \"Congress tickets including trade fair access\",\n                \"sort\": 1,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 1\n                }\n            },\n            \"id\": \"68669b89-c1db-ee11-93d3-00155d96040a\",\n            \"name\": \"Exklusiv-Ticket\",\n            \"internalName\": \"Exklusiv-Ticket\",\n            \"description\": null,\n            \"image\": {\n                \"key\": \"Default.OneDayTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:68669b89-c1db-ee11-93d3-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"11\",\n            \"category\": null,\n            \"amount\": {\n                \"remaining\": 965\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": [\n                {\n                    \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                    \"date\": \"2024-12-21\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                            \"start\": \"10:30\",\n                            \"end\": \"12:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        },\n                        {\n                            \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                            \"start\": \"12:00\",\n                            \"end\": \"13:30\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-22\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                    \"date\": \"2024-12-25\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": false,\n                            \"isBookingLimited\": false,\n                            \"isExpired\": true,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-01\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                    \"date\": \"2025-03-02\",\n                    \"isAvailableForBooking\": false,\n                    \"isBookingLimited\": false,\n                    \"isExpired\": true,\n                    \"isSoldOut\": false\n                },\n                {\n                    \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"isAvailableForBooking\": true,\n                    \"isBookingLimited\": true,\n                    \"remainingAmount\": 684,\n                    \"isExpired\": false,\n                    \"isSoldOut\": false,\n                    \"timeRanges\": [\n                        {\n                            \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                            \"start\": \"08:00\",\n                            \"end\": \"18:00\",\n                            \"isAvailableForBooking\": true,\n                            \"isBookingLimited\": true,\n                            \"remainingAmount\": 684,\n                            \"isExpired\": false,\n                            \"isSoldOut\": false\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 100.84,\n                        \"grossPrice\": 120,\n                        \"tax\": 19.16,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 100.84,\n                        \"grossPrice\": 120,\n                        \"tax\": 19.16,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"234b024d-3ceb-ee11-93d5-00155d96040a\",\n                \"name\": \"Specials\",\n                \"description\": \"In order to buy a ticket, you need to prove that you are a VIP.\",\n                \"sort\": 3,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"4e6365aa-3aeb-ee11-93d5-00155d96040a\",\n            \"name\": \"VIP Ticket with Evening Event\",\n            \"internalName\": \"VIP-Ticket\",\n            \"description\": \"The season ticket entitles you to visit all event days of the Experience Days and the associated award ceremony.\",\n            \"image\": {\n                \"key\": \"Default.VIPTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/VIPTicket?context=article:4e6365aa-3aeb-ee11-93d5-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": true,\n            \"legitimationCategory\": {\n                \"id\": \"c1ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                \"name\": \"VIP\",\n                \"description\": \"\",\n                \"availableProofTypes\": [\n                    {\n                        \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                        \"name\": \"Imprint\",\n                        \"description\": \"\",\n                        \"isRequired\": false,\n                        \"availableDocumentTypes\": [\n                            \"Url\",\n                            \"File\",\n                            \"Text\"\n                        ]\n                    }\n                ],\n                \"proofUploadLimit\": 3\n            },\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"AllDays\",\n            \"articleNumber\": \"12\",\n            \"category\": \"VIP\",\n            \"amount\": {\n                \"remaining\": 9841\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": true,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": []\n        },\n        {\n            \"prices\": [\n                {\n                    \"price\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"originalPrice\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    }\n                }\n            ],\n            \"articleGroup\": {\n                \"id\": \"e1ebd4a4-4463-ee11-93cf-00155d960409\",\n                \"name\": \"Parking tickets\",\n                \"description\": \"Book a maximum of 2 parking tickets.\",\n                \"sort\": 10,\n                \"isExpanded\": true,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": 2\n                }\n            },\n            \"id\": \"f00e6e4b-1940-ef11-93d8-00155d96040a\",\n            \"name\": \"Parkschein\",\n            \"internalName\": \"Parkschein\",\n            \"description\": null,\n            \"image\": {\n                \"key\": \"Default.ParkingTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/ParkingTicket?context=article:f00e6e4b-1940-ef11-93d8-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"ParkingTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"110\",\n            \"category\": null,\n            \"amount\": {\n                \"remaining\": 980\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": true\n            },\n            \"timeslots\": []\n        }\n    ]\n}"}],"_postman_id":"f23d1005-9e59-4b89-b55e-27aff9bc1aaa"},{"name":"Add item","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0c67e584-5365-4f21-a835-75632c7ca2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"article\": \"ed84c1d2-41fa-ed11-93c6-00155d960409\",\r\n    \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items","description":"<p>This endpoint allows you to add an item to the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>cartId</code>(string): The ID of the cart.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>article</code> (string): The ID of the article to be added to the cart.</p>\n</li>\n<li><p><code>quantity</code> (number): The quantity of the article to be added to the cart.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response includes the updated details of the cart after adding the item.</p>\n<ul>\n<li><p><code>data</code> (object): The object containing the details of the item added to the cart.</p>\n<ul>\n<li><p><code>itemAdded</code> (object): Details of the item added to the cart.</p>\n<ul>\n<li><p><code>cartId</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>article</code> (object): Details of the article added to the cart.</p>\n<ul>\n<li><p><code>prices</code> (array): Array of prices for the article.</p>\n</li>\n<li><p><code>articleGroup</code> (object): Details of the article group.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the article.</p>\n</li>\n<li><p><code>name</code> (string): The name of the article.</p>\n</li>\n<li><p><code>internalName</code> (string): The internal name of the article.</p>\n</li>\n<li><p><code>description</code> (string): The description of the article.</p>\n</li>\n<li><p><code>image</code> (object): Details of the article image.</p>\n</li>\n<li><p><code>sort</code> (number): The sorting order of the article.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the article.</p>\n</li>\n<li><p><code>timeslots</code> (array): Array of timeslots for the article.</p>\n</li>\n</ul>\n</li>\n<li><p><code>items</code> (array): Array of items in the cart.</p>\n<ul>\n<li><p><code>reservation</code> (object): Details of the reservation.</p>\n</li>\n<li><p><code>item</code> (object): Details of the item.</p>\n</li>\n</ul>\n</li>\n<li><p><code>problems</code> (array): Array of problems encountered.</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): Details of the cart.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiry time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): Array of promotion codes for the cart.</p>\n</li>\n<li><p><code>items</code> (array): Array of items in the cart.</p>\n</li>\n<li><p><code>totals</code> (array): Array of totals for the cart.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if payment is immutable for the cart.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if legitimation is immutable for the cart.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if registration is immutable for the cart.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount is immutable for the cart.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if registration is the only requirement for the cart.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture of the cart.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"244135be-9ef3-4529-baa7-6a684aea00ca","name":"Add item","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"article\": \"ed84c1d2-41fa-ed11-93c6-00155d960409\",\r\n    \"quantity\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1964"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 13:13:57 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"RvJeTAS_nitqg6lqGkGuoYEveLHiY8xrMfH0Kit5HNdbvHY9J9In7A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"itemAdded\": {\n            \"cartId\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"article\": {\n                \"prices\": [\n                    {\n                        \"price\": {\n                            \"price\": 16.81,\n                            \"grossPrice\": 20,\n                            \"tax\": 3.19,\n                            \"taxRate\": 19,\n                            \"currency\": \"EUR\"\n                        },\n                        \"originalPrice\": {\n                            \"price\": 16.81,\n                            \"grossPrice\": 20,\n                            \"tax\": 3.19,\n                            \"taxRate\": 19,\n                            \"currency\": \"EUR\"\n                        }\n                    }\n                ],\n                \"articleGroup\": {\n                    \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                    \"name\": \"Messetickets\",\n                    \"description\": null,\n                    \"sort\": 0,\n                    \"isExpanded\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                \"name\": \"Day Pass\",\n                \"internalName\": \"Day Pass\",\n                \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                \"image\": {\n                    \"key\": \"Default.OneDayTicket\",\n                    \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                    \"type\": \"Icon\"\n                },\n                \"sort\": 0,\n                \"isLegitimationRequired\": false,\n                \"legitimationCategory\": null,\n                \"type\": \"VisitorTicket\",\n                \"ticketValidity\": \"OneDay\",\n                \"articleNumber\": \"01\",\n                \"category\": \"VISITOR\",\n                \"amount\": {\n                    \"remaining\": 18610\n                },\n                \"configuration\": {\n                    \"showRemainingAmount\": true,\n                    \"showRemainingAmountPerTimeslot\": false,\n                    \"showIfSoldOut\": true,\n                    \"soldOutText\": \"Nicht mehr verfügbar!\",\n                    \"maxLengthOfDescription\": 250,\n                    \"maxNumberOfTicketsPerSale\": 3,\n                    \"minNumberOfTicketsPerSale\": null,\n                    \"isInvitationEmailAddressChangePossible\": true\n                },\n                \"timeslots\": [\n                    {\n                        \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                        \"date\": \"2024-12-21\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                                \"start\": \"10:30\",\n                                \"end\": \"12:00\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            },\n                            {\n                                \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                                \"start\": \"12:00\",\n                                \"end\": \"13:30\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                        \"date\": \"2024-12-22\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                        \"date\": \"2024-12-25\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                                \"start\": \"08:00\",\n                                \"end\": \"18:00\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                        \"date\": \"2025-03-01\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                        \"date\": \"2025-03-02\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                        \"date\": \"2025-12-24\",\n                        \"isAvailableForBooking\": true,\n                        \"isBookingLimited\": true,\n                        \"remainingAmount\": 684,\n                        \"isExpired\": false,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                                \"start\": \"08:00\",\n                                \"end\": \"18:00\",\n                                \"isAvailableForBooking\": true,\n                                \"isBookingLimited\": true,\n                                \"remainingAmount\": 684,\n                                \"isExpired\": false,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"items\": [\n                {\n                    \"reservation\": {\n                        \"id\": \"002dbee4-0000-0000-0000-000000000000\",\n                        \"validUntil\": \"2025-04-28T15:13:58.0593832+02:00\"\n                    },\n                    \"item\": {\n                        \"id\": \"002dbee4-0000-0000-0000-000000000000\"\n                    }\n                }\n            ],\n            \"problems\": []\n        },\n        \"cart\": {\n            \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"expiryTime\": \"2025-04-30T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee4-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee4-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"0c67e584-5365-4f21-a835-75632c7ca2ad"},{"name":"Remove item","event":[{"listen":"test","script":{"id":"fd1ba93b-1a53-498c-9094-c327987b9168","exec":[""],"type":"text/javascript","packages":{}}}],"id":"894313fb-b5f7-4666-857b-bc67c69fda80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item","description":"<p>This endpoint is used to remove a specific item from the user's cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>itemRemoved</code>: Indicates whether the item removal was successful and provides details about the removed article.</p>\n</li>\n<li><p><code>successful</code>: Boolean value indicating the success of the removal.</p>\n</li>\n<li><p><code>article</code>: Details of the removed article including prices, group, name, description, image, etc.</p>\n</li>\n<li><p><code>cart</code>: Details of the user's cart including ID, expiry time, user information, event details, items in the cart, totals, and buyer person details.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items",":item"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The item ID</p>\n","type":"text/plain"},"type":"any","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","key":"item"}]}},"response":[{"id":"9ed39776-e127-4527-8c7f-5ac882857197","name":"Remove item","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items",":item"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"item","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","description":"The item ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1968"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 14:37:19 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91353a8aba9ab05d79e9678e004043bc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"YtFNXD1d4bVNdRFY2wTUkoWcdLn40klD2SdrkySOuVm8XfXOw0lXFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"itemRemoved\": {\n            \"successful\": true,\n            \"article\": {\n                \"prices\": [\n                    {\n                        \"price\": {\n                            \"price\": 16.81,\n                            \"grossPrice\": 20,\n                            \"tax\": 3.19,\n                            \"taxRate\": 19,\n                            \"currency\": \"EUR\"\n                        },\n                        \"originalPrice\": {\n                            \"price\": 16.81,\n                            \"grossPrice\": 20,\n                            \"tax\": 3.19,\n                            \"taxRate\": 19,\n                            \"currency\": \"EUR\"\n                        }\n                    }\n                ],\n                \"articleGroup\": {\n                    \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                    \"name\": \"Messetickets\",\n                    \"description\": null,\n                    \"sort\": 0,\n                    \"isExpanded\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                \"name\": \"Day Pass\",\n                \"internalName\": \"Day Pass\",\n                \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                \"image\": {\n                    \"key\": \"Default.OneDayTicket\",\n                    \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                    \"type\": \"Icon\"\n                },\n                \"sort\": 0,\n                \"isLegitimationRequired\": false,\n                \"legitimationCategory\": null,\n                \"type\": \"VisitorTicket\",\n                \"ticketValidity\": \"OneDay\",\n                \"articleNumber\": \"01\",\n                \"category\": \"VISITOR\",\n                \"amount\": {\n                    \"remaining\": 18609\n                },\n                \"configuration\": {\n                    \"showRemainingAmount\": true,\n                    \"showRemainingAmountPerTimeslot\": false,\n                    \"showIfSoldOut\": true,\n                    \"soldOutText\": \"Nicht mehr verfügbar!\",\n                    \"maxLengthOfDescription\": 250,\n                    \"maxNumberOfTicketsPerSale\": 3,\n                    \"minNumberOfTicketsPerSale\": null,\n                    \"isInvitationEmailAddressChangePossible\": true\n                },\n                \"timeslots\": [\n                    {\n                        \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                        \"date\": \"2024-12-21\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                                \"start\": \"10:30\",\n                                \"end\": \"12:00\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            },\n                            {\n                                \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                                \"start\": \"12:00\",\n                                \"end\": \"13:30\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                        \"date\": \"2024-12-22\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                        \"date\": \"2024-12-25\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                                \"start\": \"08:00\",\n                                \"end\": \"18:00\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                        \"date\": \"2025-03-01\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                        \"date\": \"2025-03-02\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                        \"date\": \"2025-12-24\",\n                        \"isAvailableForBooking\": true,\n                        \"isBookingLimited\": true,\n                        \"remainingAmount\": 684,\n                        \"isExpired\": false,\n                        \"isSoldOut\": false,\n                        \"timeRanges\": [\n                            {\n                                \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                                \"start\": \"08:00\",\n                                \"end\": \"18:00\",\n                                \"isAvailableForBooking\": true,\n                                \"isBookingLimited\": true,\n                                \"remainingAmount\": 684,\n                                \"isExpired\": false,\n                                \"isSoldOut\": false\n                            }\n                        ]\n                    }\n                ]\n            }\n        },\n        \"cart\": {\n            \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"expiryTime\": \"2025-04-30T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee4-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee4-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                },\n                {\n                    \"id\": \"002dbee6-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee6-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 33.62,\n                        \"grossPrice\": 40,\n                        \"tax\": 6.38,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 33.62,\n                    \"grossPrice\": 40,\n                    \"tax\": 6.38,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"894313fb-b5f7-4666-857b-bc67c69fda80"},{"name":"Remove items","id":"5b43fcbd-5edd-4f89-974c-28a24adc8660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemIds\": [\r\n        \"00000000-0000-0000-0000-000000000000\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/remove","description":"<p>This endpoint is used to remove specified items from the cart.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><code>itemIds</code> (array of strings, required): An array of item IDs to be removed from the cart.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response contains the updated cart data after removing the specified items.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n</ul>\n<p>In addition, the response includes the <code>itemsRemoved</code> field, which provides information about the items that were successfully removed, including their IDs and whether the removal was successful. The <code>cart</code> field includes detailed information about the updated cart, including user details, event information, items in the cart, totals, and various flags indicating the immutability and requirements of the cart.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items","remove"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"36ce7cf5-412a-42bd-a691-b5bbfbe0adb7","name":"Remove items","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"itemIds\": [\r\n        \"00000000-0000-0000-0000-000000000000\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/remove","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items","remove"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1579"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 14:20:28 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 75a13c74495137fb5435dc4030981df6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"HvBxmIH6pASoTIZkkKWEaQjEUFqbyjMODONyA2cmy2-7SIOLxCNHPw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"itemsRemoved\": {\n            \"items\": [\n                {\n                    \"itemId\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                    \"successful\": false,\n                    \"article\": null\n                }\n            ]\n        },\n        \"cart\": {\n            \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"expiryTime\": \"2025-04-30T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee4-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee4-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                },\n                {\n                    \"id\": \"002dbee5-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee5-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 33.62,\n                        \"grossPrice\": 40,\n                        \"tax\": 6.38,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 33.62,\n                    \"grossPrice\": 40,\n                    \"tax\": 6.38,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"5b43fcbd-5edd-4f89-974c-28a24adc8660"},{"name":"Modify properties","event":[{"listen":"test","script":{"id":"e240d525-5f0a-46a6-96f5-0045903d74c1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8a182f3e-dcb5-4f09-a15b-834d1872500e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"properties\": {\r\n        \"key\": \"value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/properties","description":"<p>This endpoint is used to modify the properties of a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>The request payload should be sent in the raw format and should include the properties to be modified in the cart.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON object with the following fields:</p>\n<ul>\n<li><p><code>data</code> (object): The main data object containing the modified properties and cart details.</p>\n<ul>\n<li><p><code>propertiesModified</code> (object): Object containing information about the modified properties.</p>\n<ul>\n<li><p><code>isSuccessful</code> (boolean): Indicates if the modification was successful.</p>\n</li>\n<li><p><code>cartId</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>properties</code> (object): Object containing the modified properties.</p>\n<ul>\n<li><code>key</code> (string): The modified property value.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): Details of the cart.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","properties"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"type":"any","value":"","key":"cart"}]}},"response":[{"id":"4ce9fbbc-de61-4090-8970-afb6660f787c","name":"Modify properties","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"properties\": {\r\n        \"key\": \"value\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/properties","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","properties"],"variable":[{"key":"cart","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1583"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 14:40:15 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9ef1b108656dc6d0707b168b862883dc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"p_KZ4sm4xDa1jC3IaIjx5Js3hKt1-8-P0EAlvkZvxUMT_-_Gm9aSsQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"propertiesModified\": {\n            \"isSuccessful\": true,\n            \"cartId\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"properties\": {\n                \"key\": \"value\"\n            }\n        },\n        \"cart\": {\n            \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n            \"expiryTime\": \"2025-04-30T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee4-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee4-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                },\n                {\n                    \"id\": \"002dbee6-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee6-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 33.62,\n                        \"grossPrice\": 40,\n                        \"tax\": 6.38,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 33.62,\n                    \"grossPrice\": 40,\n                    \"tax\": 6.38,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"properties\": {\n                \"key\": \"value\"\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"8a182f3e-dcb5-4f09-a15b-834d1872500e"},{"name":"Set culture","event":[{"listen":"test","script":{"id":"35238917-4acd-413f-aee5-7dca1d1162b7","exec":[""],"type":"text/javascript","packages":{}}}],"id":"49d5479e-f2c2-4a2f-b42a-f34bdba3218e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"culture\": \"de\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:id/culture","description":"<p>The request updates the culture of a specific cart. The request body should include the new culture value.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>id</code> (string): The ID of the cart to be updated.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response contains the following fields:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":id","culture"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"4b9293ca-88d4-4dca-9172-2495b3fe795c","name":"Set culture","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"culture\": \"de\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:id/culture","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":id","culture"],"variable":[{"key":"id","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1429"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 13:49:47 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"l3FqhuqreONsFuRwaLEA2Hd_rBSCkw-NOpOnEbAA9uIyF5vU51gOHg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cart\": {\n            \"id\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002fed8a-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n                        \"name\": \"e-Gutschein\",\n                        \"internalName\": \"e-Gutschein\",\n                        \"description\": null,\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 0,\n                                    \"grossPrice\": 0,\n                                    \"tax\": 0,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 0,\n                                    \"grossPrice\": 0,\n                                    \"tax\": 0,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:2a283eeb-88b3-ee11-93d1-00155d96040a&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"005\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"10457333-bc74-ef11-93d8-00155d96040a\",\n                            \"name\": \"Gutscheintickets\",\n                            \"sort\": -1,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": \"gopro\",\n                    \"price\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002fed8a-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzEyOThdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsxMjk4XX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": null,\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": true,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"properties\": {\n                \"key\": \"value\"\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        },\n        \"cultureSet\": {\n            \"successful\": true,\n            \"cartId\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"49d5479e-f2c2-4a2f-b42a-f34bdba3218e"},{"name":"Set user","event":[{"listen":"test","script":{"id":"82b47e04-049b-4401-9c25-876d2b93c223","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d831f3fc-c2c2-483d-b233-a1d2dc17e90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"isVerified\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/user","description":"<p>An HTTP PUT request is made to update the user associated with a specific cart.</p>\n<p>The user can be set using the identifier retrieved from the ADITUS Identity Provider or using the email address.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>user</code>: (string): The ID or email address of the user</p>\n</li>\n<li><p><code>isVerified</code> (boolean): Should be set to true if the user verified his identity using a Identity Provider.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>userSetted</code> (object)</p>\n<ul>\n<li><p><code>successful</code> (boolean)</p>\n</li>\n<li><p><code>cartId</code> (string)</p>\n</li>\n<li><p><code>userId</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>Cart</code> (object):</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>expiryTime</code> (string)</p>\n</li>\n<li><p><code>user</code> (object)</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>isVerified</code> (boolean)</p>\n</li>\n<li><p><code>eMail</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>event</code> (object)</p>\n<ul>\n<li><p><code>id</code> (string)</p>\n</li>\n<li><p><code>name</code> (string)</p>\n</li>\n<li><p><code>year</code> (string)</p>\n</li>\n<li><p><code>number</code> (string)</p>\n</li>\n<li><p><code>slug</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>promotionCodes</code> (array)</p>\n</li>\n<li><p><code>items</code> (array)</p>\n</li>\n<li><p><code>totals</code> (array)</p>\n<ul>\n<li><p><code>original</code> (object)</p>\n<ul>\n<li><p><code>price</code> (number)</p>\n</li>\n<li><p><code>grossPrice</code> (number)</p>\n</li>\n<li><p><code>tax</code> (number)</p>\n</li>\n<li><p><code>taxRate</code> (number)</p>\n</li>\n<li><p><code>currency</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>price</code> (number)</p>\n</li>\n<li><p><code>grossPrice</code> (number)</p>\n</li>\n<li><p><code>tax</code> (number)</p>\n</li>\n<li><p><code>taxRate</code> (number)</p>\n</li>\n<li><p><code>currency</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>isImmutable</code> (boolean)</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean)</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean)</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean)</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean)</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean)</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean)</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean)</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean)</p>\n</li>\n<li><p><code>buyerPerson</code> (object)</p>\n<ul>\n<li><p><code>email</code> (string)</p>\n</li>\n<li><p><code>firstName</code> (string)</p>\n</li>\n<li><p><code>lastName</code> (string)</p>\n</li>\n<li><p><code>company</code> (string)</p>\n</li>\n<li><p><code>salutation</code> (string)</p>\n</li>\n<li><p><code>vatId</code> (string)</p>\n</li>\n<li><p><code>address</code> (object)</p>\n<ul>\n<li><p><code>street</code> (string)</p>\n</li>\n<li><p><code>houseNumber</code> (string)</p>\n</li>\n<li><p><code>postalCode</code> (string)</p>\n</li>\n<li><p><code>city</code> (string)</p>\n</li>\n<li><p><code>county</code> (string)</p>\n</li>\n<li><p><code>country</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>isPrefilled</code> (boolean)</p>\n</li>\n<li><p><code>surveyId</code> (string)</p>\n</li>\n<li><p><code>isValid</code> (boolean)</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string)</p>\n</li>\n<li><p><code>culture</code> (string)</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","user"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"8fdd414d-9044-460e-bcd2-eceabfa3340a","name":"Set user","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": \"00000000-0000-0000-0000-000000000000\",\r\n  \"isVerified\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/user","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","user"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"714"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 07:05:03 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 91353a8aba9ab05d79e9678e004043bc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"_TovzPvoZjFruPWktU_6yjxmj9hT6bPd5h3awkJhmTV4zHWyWm3sAQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userSetted\": {\n            \"successful\": true,\n            \"cartId\": \"746c7d26-25d2-4de9-a04e-4e5832f59c2d\",\n            \"userId\": \"6fb0849c-1b89-ee11-93cf-00155d960409\"\n        },\n        \"cart\": {\n            \"id\": \"746c7d26-25d2-4de9-a04e-4e5832f59c2d\",\n            \"expiryTime\": \"2025-12-31T18:00:00+01:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"a.greve@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": \"a.greve@aditus.de\",\n                \"firstName\": \"Irmgard\",\n                \"lastName\": \"Bauer\",\n                \"company\": \"Irmgardfirma\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Irmgardstraße 1\",\n                    \"houseNumber\": \"1\",\n                    \"postalCode\": \"44212\",\n                    \"city\": \"Riyadh\",\n                    \"county\": null,\n                    \"country\": \"SA\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": true\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"d831f3fc-c2c2-483d-b233-a1d2dc17e90a"},{"name":"Set payment provider","event":[{"listen":"test","script":{"id":"f6d17f08-768a-4c5e-b323-af8eaa1e7aa1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8dd7da6c-d040-414a-a3e7-7ad20286b97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"paymentProviderId\": \"\",\r\n  \"successUrl\": \"https://www.your-shop-client.com\",\r\n  \"cancelUrl\": \"https://www.cancel.com\",\r\n  \"errorUrl\": \"https://www.error.com\",\r\n  \"token\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-providers","description":"<p>The request updates the payment providers for a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>paymentProviderId</code> (string): The ID of the payment provider.</p>\n</li>\n<li><p><code>successUrl</code> (string): The URL to redirect to upon successful payment.</p>\n</li>\n<li><p><code>cancelUrl</code> (string): The URL to redirect to if the payment is canceled.</p>\n</li>\n<li><p><code>errorUrl</code> (string): The URL to redirect to in case of an error.</p>\n</li>\n<li><p><code>token</code> (string): A token for the payment.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response includes the following fields:</p>\n<ul>\n<li><p><code>id</code> (<code>string</code>): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (<code>string</code>): The expiry time of the cart.</p>\n</li>\n<li><p><code>user</code> (<code>object</code>): Details of the user associated with the cart, including:</p>\n<ul>\n<li><p><code>id</code> (<code>string</code>): The ID of the user.</p>\n</li>\n<li><p><code>isVerified</code> (<code>boolean</code>): The verification status of the user.</p>\n</li>\n<li><p><code>eMail</code> (<code>string</code>): The email of the user.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response also includes other details related to the cart, such as event information, items in the cart, totals, payment provider details, buyer's information, and culture.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","payment-providers"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"11cc9540-f050-4d27-89a5-51b489600251","name":"Set payment provider","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"paymentProviderId\": \"\",\r\n  \"successUrl\": \"https://www.your-shop-client.com\",\r\n  \"cancelUrl\": \"https://www.cancel.com\",\r\n  \"errorUrl\": \"https://www.error.com\",\r\n  \"token\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-providers","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","payment-providers"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2122"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:16:34 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8c08c39035033b8c904aa0e3f734d6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"CcWg4q2c5dBF-_l3mV61SAGk2ErfAZv57CK3rz65UzAeoTbBEqd-uQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentProviderSet\": {\n            \"cartId\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\",\n            \"paymentProviderId\": \"00000000-0000-0000-0000-000000000000\",\n            \"redirectRequired\": true,\n            \"paymentProviderRedirectUrl\": \"https://webfilesdev.blob.core.windows.net/comps/CMI/hosted.html?source=ADITUS_01-2024-1411793_DWTC&reference=ac877ed4-40b3-47bd-a77f-a19dfe0b4dec&rand=944485\",\n            \"expiresAt\": \"2025-04-25T14:16:33.9634022+00:00\"\n        },\n        \"cart\": {\n            \"id\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee1-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2208,\n                                \"name\": \"RegistrationResponseValidationFailed\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The given response for the registration of the item is not valid\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee1-0000-0000-0000-000000000000\",\n                                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                    \"errors\": [\n                                        \"The question 'Mobil-Nr.' must be answered!\",\n                                        \"The question 'Firmenbranche' must be answered!\",\n                                        \"The question 'Berufsbezeichnung' must be answered!\",\n                                        \"The question 'Verantwortungsbereich' must be answered!\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"paymentProvider\": {\n                \"expiresAt\": \"2025-04-25T14:16:33.9634022+00:00\",\n                \"redirectUrl\": \"https://webfilesdev.blob.core.windows.net/comps/CMI/hosted.html?source=ADITUS_01-2024-1411793_DWTC&reference=ac877ed4-40b3-47bd-a77f-a19dfe0b4dec&rand=944485\",\n                \"redirectRequired\": true,\n                \"transactionToken\": null,\n                \"isExpressCheckoutInitialized\": false,\n                \"id\": \"ffe35c40-9bf9-ef11-93dd-00155d96040a\",\n                \"name\": \"DWTC-Paymentgateway\",\n                \"description\": null,\n                \"paymentMethods\": [\n                    {\n                        \"methodType\": \"Visa\"\n                    },\n                    {\n                        \"methodType\": \"Mastercard\"\n                    },\n                    {\n                        \"methodType\": \"Amex\"\n                    }\n                ],\n                \"configuration\": {\n                    \"useSandbox\": \"True\"\n                },\n                \"sort\": 0,\n                \"isDefault\": false,\n                \"isExpressCheckoutSupported\": false\n            },\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"8dd7da6c-d040-414a-a3e7-7ad20286b97f"},{"name":"Delete payment provider","event":[{"listen":"test","script":{"id":"f6d17f08-768a-4c5e-b323-af8eaa1e7aa1","exec":[""],"type":"text/javascript"}}],"id":"13ea2f22-7a69-444a-b458-b67b28fb193d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart//payment-providers","description":"<p>This endpoint sends a request to remove payment providers from a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>The request body is not required for this request.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><code>data</code> (object): Contains the response data.</p>\n<ul>\n<li><p><code>paymentProviderRemoved</code> (object): Indicates whether the payment provider removal was successful and the cart ID.</p>\n<ul>\n<li><p><code>successful</code> (boolean): Specifies if the removal was successful.</p>\n</li>\n<li><p><code>cartId</code> (string): The ID of the cart.</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): Details of the cart.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the user.</p>\n</li>\n<li><p><code>isVerified</code> (boolean): Indicates the verification status of the user.</p>\n</li>\n<li><p><code>eMail</code> (string): The email of the user.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response may include additional fields such as event details, promotion codes, items in the cart, totals, buyer and billing person details, status, and culture.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart","","payment-providers"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"2bb0d19e-8ed9-40b4-8fff-c1f8146b9bad","name":"Delete payment provider","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart//payment-providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1983"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:17:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8c08c39035033b8c904aa0e3f734d6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"kxV4NW5LzXDHVZV1Ci_YRuMKQfA56c1PliJJsqhyhXyzE6ukIsj7fg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentProviderRemoved\": {\n            \"successful\": false,\n            \"cartId\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\"\n        },\n        \"cart\": {\n            \"id\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee1-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2208,\n                                \"name\": \"RegistrationResponseValidationFailed\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The given response for the registration of the item is not valid\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee1-0000-0000-0000-000000000000\",\n                                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                    \"errors\": [\n                                        \"The question 'Mobil-Nr.' must be answered!\",\n                                        \"The question 'Firmenbranche' must be answered!\",\n                                        \"The question 'Berufsbezeichnung' must be answered!\",\n                                        \"The question 'Verantwortungsbereich' must be answered!\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": \"Schahrad\",\n                \"lastName\": \"Mahdian\",\n                \"company\": \"Muster\",\n                \"salutation\": \"Herr\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Ebury Street\",\n                    \"houseNumber\": \"1\",\n                    \"postalCode\": \"SW1W 0NY\",\n                    \"city\": \"London\",\n                    \"county\": \"Greater London\",\n                    \"country\": \"GB\"\n                },\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"billingPerson\": {\n                \"salutation\": \"Mr.\",\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"email\": \"m.mustermann@aditus-demo.de\",\n                \"company\": \"ADITUS GmbH\",\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"vatId\": null\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"13ea2f22-7a69-444a-b458-b67b28fb193d"},{"name":"Initialize Express Checkout","event":[{"listen":"test","script":{"id":"f6d17f08-768a-4c5e-b323-af8eaa1e7aa1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a4120afe-dff3-4730-b1db-9cef181d52dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-provider/express-checkout?$expand","description":"<p>This endpoint is used to initiate an express checkout process for the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No specific request parameters are required for this endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>expressCheckoutInitialized</code> (object):</p>\n<ul>\n<li><p><code>sucessfull</code> (boolean)</p>\n</li>\n<li><p><code>cartId</code> (string)</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): The cart information</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","payment-provider","express-checkout"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":null}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"1a0b9d5d-cd94-4286-bdea-5c4da05c7b02","name":"Initialize Express Checkout","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/payment-provider/express-checkout","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","payment-provider","express-checkout"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1883"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 12:01:31 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0dec5f752f0f332c449471a83f050dd2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"J3e2kxKAoX1cQRlUV84r_HTmtwsBwKkwOO_7XyU04Ip52XdGpMdjtw=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"expressCheckoutInitialized\": {\n            \"successful\": true,\n            \"cartId\": \"0eee615c-0cb4-4404-9fb8-82bb81e379cc\"\n        },\n        \"cart\": {\n            \"id\": \"0eee615c-0cb4-4404-9fb8-82bb81e379cc\",\n            \"expiryTime\": \"2025-11-15T17:15:00+01:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"example-mail@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n                \"name\": \"DVO Con\",\n                \"year\": \"2025\",\n                \"number\": \"1596\",\n                \"slug\": \"dvo25\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"0033cd71-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                        \"name\": \"Tagesticket\",\n                        \"internalName\": \"Tagesticket\",\n                        \"description\": null,\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 27.73,\n                                    \"grossPrice\": 33,\n                                    \"tax\": 5.27,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 27.73,\n                                    \"grossPrice\": 33,\n                                    \"tax\": 5.27,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=de&foregroundColor=%2301918F\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"None\",\n                        \"articleNumber\": \"951\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"articleGroup\": null\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 27.73,\n                        \"grossPrice\": 33,\n                        \"tax\": 5.27,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": true,\n                        \"problems\": [],\n                        \"isRequired\": false,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NzMsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzEzNTZdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjczLCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsxMzU2XX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": false\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 27.73,\n                        \"grossPrice\": 33,\n                        \"tax\": 5.27,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 27.73,\n                    \"grossPrice\": 33,\n                    \"tax\": 5.27,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"paymentProvider\": {\n                \"expiresAt\": \"9999-12-31T23:59:59.9999999+00:00\",\n                \"redirectUrl\": \"https://www.sandbox.paypal.com/checkoutnow?token=8V323735BA002273K\",\n                \"redirectRequired\": true,\n                \"transactionToken\": \"8V323735BA002273K\",\n                \"isExpressCheckoutInitialized\": true,\n                \"id\": \"fba84973-b0c5-ee11-93d3-00155d96040a\",\n                \"name\": \"PayPal\",\n                \"description\": null,\n                \"paymentMethods\": [\n                    {\n                        \"methodType\": \"PayPal\"\n                    },\n                    {\n                        \"methodType\": \"Eps\"\n                    },\n                    {\n                        \"methodType\": \"Sepa\"\n                    },\n                    {\n                        \"methodType\": \"Sofort\"\n                    }\n                ],\n                \"configuration\": {\n                    \"payPalUseLightbox\": \"True\",\n                    \"payPalClientId\": \"ARyjHl5b2socI26LiDEMzYeIjhNSjuTpnQHfXZagP38YljvY-yMAJ7t_xie4E-NNRumRlKrL6MUm1bjl\"\n                },\n                \"sort\": 15,\n                \"isDefault\": false,\n                \"isExpressCheckoutSupported\": true\n            },\n            \"buyerPerson\": {\n                \"email\": \"a.greve@aditus.de\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"company\": \"ADITUS GMBH\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"12345\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"DE\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjczLCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": true\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"a4120afe-dff3-4730-b1db-9cef181d52dd"},{"name":"Validate cart","event":[{"listen":"test","script":{"id":"ce6ea800-78a8-4c0d-8d57-f52e950dff9b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0464e5a8-aa04-40bd-92af-cd9ddef9c9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/validate","description":"<p>This endpoint allows you to validate the items in the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain the following fields:</p>\n<ul>\n<li><p><code>isCheckoutPossible</code> (boolean): Indicates if the checkout is possible for the cart.</p>\n</li>\n<li><p><code>isCartReloadRequired</code> (boolean): Indicates if the cart needs to be reloaded.</p>\n</li>\n<li><p><code>problems</code> (array): An array of objects containing details about any problems encountered.</p>\n<ul>\n<li><p><code>code</code> (integer): The code associated with the problem.</p>\n</li>\n<li><p><code>name</code> (string): The name of the problem.</p>\n</li>\n<li><p><code>category</code> (string): The category of the problem.</p>\n</li>\n<li><p><code>message</code> (string): A message describing the problem.</p>\n</li>\n<li><p><code>details</code> (object): Additional details about the problem.</p>\n</li>\n</ul>\n</li>\n<li><p><code>resolvedProblems</code> (array): An array of objects representing the resolved problems.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","validate"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"32a71f16-361e-44a3-8929-88d43130ce5d","name":"Validate cart","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/validate","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","validate"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"641"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:17:52 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8c08c39035033b8c904aa0e3f734d6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"vooIG72j0Bi1EzQacfHFI5htYdK_gK0RBs4-_3FMrPq7eY8GBu53zg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isCheckoutPossible\": false,\n        \"isCartReloadRequired\": false,\n        \"problems\": [\n            {\n                \"code\": 2103,\n                \"name\": \"BuyerMissing\",\n                \"category\": \"Buyer\",\n                \"message\": \"Cart does not contain required buyer information\",\n                \"details\": {}\n            },\n            {\n                \"code\": 2102,\n                \"name\": \"BuyerInvalid\",\n                \"category\": \"Buyer\",\n                \"message\": \"Buyer information are not valid (see details)\",\n                \"details\": {\n                    \"errors\": [\n                        \"The Email field is required.\"\n                    ]\n                }\n            },\n            {\n                \"code\": 2208,\n                \"name\": \"RegistrationResponseValidationFailed\",\n                \"category\": \"Registration\",\n                \"message\": \"The given response for the registration of the item is not valid\",\n                \"details\": {\n                    \"affectedItem\": \"002dbee1-0000-0000-0000-000000000000\",\n                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                    \"errors\": [\n                        \"The question 'Mobil-Nr.' must be answered!\",\n                        \"The question 'Firmenbranche' must be answered!\",\n                        \"The question 'Berufsbezeichnung' must be answered!\",\n                        \"The question 'Verantwortungsbereich' must be answered!\"\n                    ]\n                }\n            },\n            {\n                \"code\": 2303,\n                \"name\": \"PaymentNotSet\",\n                \"category\": \"Payment\",\n                \"message\": \"Payment is necessary but is not initialized\",\n                \"details\": {}\n            },\n            {\n                \"code\": 2020,\n                \"name\": \"ItemNotEnoughTimeslotsBooked\",\n                \"category\": \"General\",\n                \"message\": \"Item has booked less timeslots than required!\",\n                \"details\": {\n                    \"affectedItem\": \"002dbee1-0000-0000-0000-000000000000\"\n                }\n            }\n        ],\n        \"resolvedProblems\": []\n    }\n}"}],"_postman_id":"0464e5a8-aa04-40bd-92af-cd9ddef9c9a1"},{"name":"Validate cart with validator","event":[{"listen":"test","script":{"id":"ce6ea800-78a8-4c0d-8d57-f52e950dff9b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c187bef3-4595-4557-99e7-f58f191d8262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/validate/:validator","description":"<p>This endpoint allows you to validate a specific cart to check if checkout is possible and if cart reload is required.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>isCheckoutPossible</code> (boolean): Indicates if checkout is possible for the cart.</p>\n</li>\n<li><p><code>isCartReloadRequired</code> (boolean): Indicates if cart reload is required.</p>\n</li>\n<li><p><code>problems</code> (array): List of problems with the cart, if any.</p>\n</li>\n<li><p><code>resolvedProblems</code> (array): List of problems that have been resolved, if any.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","validate",":validator"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The validator</p>\n","type":"text/plain"},"type":"any","value":"articleprice","key":"validator"}]}},"response":[{"id":"a48ecf87-a0b4-4df0-8e05-464c40039fb3","name":"Validate cart with validator","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/validate/:validator","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","validate",":validator"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"validator","value":"articleprice","description":"The validator"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 12:19:40 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5743d3ff81b625f69ad8b8e32fc9c412.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Jb9F5eMIKZswgdneA__XkhTBVpPHzxLlZ_JAq35ZjmoLrKq28vw1Yw=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"isCheckoutPossible\": true,\n        \"isCartReloadRequired\": false,\n        \"problems\": [],\n        \"resolvedProblems\": []\n    }\n}"}],"_postman_id":"c187bef3-4595-4557-99e7-f58f191d8262"},{"name":"Checkout cart","event":[{"listen":"test","script":{"id":"051bd413-e58b-451a-b39d-520f7871cfc9","exec":["pm.environment.set(\"ORDER_ID\", pm.response.json().data.cartCheckedout.orderId);"],"type":"text/javascript","packages":{}}}],"id":"74cbfb9e-34c3-4e73-b6e4-bcba745c9fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/checkout","description":"<p>This HTTP POST request is used to initiate the checkout process for a specific cart</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body..</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>cartCheckedout</code> (object): Contains information about the checkout status, including the success status, message, order ID, and cart ID.</p>\n</li>\n<li><p><code>cart</code> (object): Contains details of the cart, including:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the cart, including ID, name, year, number, and slug.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): Array of promotion codes associated with the cart.</p>\n</li>\n<li><p><code>items</code> (array): Array of items in the cart, including details such as ID, article, promotion codes, voucher code, price, registration, legitimation, timeslots, and totals.</p>\n</li>\n<li><p><code>totals</code> (array): Array of total prices and currency information.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if the payment for the cart is immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if the legitimation for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if the registration for the cart is immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if the cart is for registration only.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>paymentProvider</code> (object): Details of the payment provider, including expiration time, redirect URL, transaction token, express checkout initialization status, ID, name, payment methods, configuration, and default status.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer, including email, first name, last name, company, salutation, VAT ID, address, prefill status, and survey ID.</p>\n</li>\n<li><p><code>order</code> (object): Details of the order, including ID, order date, and number.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture associated with the cart.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","checkout"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"2ccc0819-dbab-4f9a-9219-f56a9805ed99","name":"Checkout cart","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/checkout","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","checkout"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1842"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 12:47:58 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 df3b3b9f4fa0f79195c56a91cf242364.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"wlg9PIMOXjmXfbzOGF4VcdfMt66x-OVK3aU6yFsYUborY5RQtanSIg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cartCheckedout\": {\n            \"success\": true,\n            \"message\": \"Checkout processed successfully\",\n            \"orderId\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n            \"cartId\": \"5e369155-8ebf-4f9b-9931-aa952ad982c1\"\n        },\n        \"cart\": {\n            \"id\": \"5e369155-8ebf-4f9b-9931-aa952ad982c1\",\n            \"expiryTime\": \"2025-11-15T17:15:00+01:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"a.greve@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n                \"name\": \"DVO Con\",\n                \"year\": \"2025\",\n                \"number\": \"1596\",\n                \"slug\": \"dvo25\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"0033cd72-0000-0000-0000-000000000000\",\n                    \"orderId\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n                    \"article\": {\n                        \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                        \"name\": \"Tagesticket\",\n                        \"internalName\": \"Tagesticket\",\n                        \"description\": null,\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 27.73,\n                                    \"grossPrice\": 33,\n                                    \"tax\": 5.27,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 27.73,\n                                    \"grossPrice\": 33,\n                                    \"tax\": 5.27,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=de&foregroundColor=%2301918F\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"None\",\n                        \"articleNumber\": \"951\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"articleGroup\": null\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 27.73,\n                        \"grossPrice\": 33,\n                        \"tax\": 5.27,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": true,\n                        \"problems\": [],\n                        \"isRequired\": false,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NzMsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzEzNTZdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": false,\n                                \"survey\": null,\n                                \"hasToBeCompletedByTicketOwnerHimself\": false\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 27.73,\n                        \"grossPrice\": 33,\n                        \"tax\": 5.27,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 27.73,\n                    \"grossPrice\": 33,\n                    \"tax\": 5.27,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": true,\n            \"isLegitimationImmutable\": true,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": true,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"paymentProvider\": {\n                \"expiresAt\": \"9999-12-31T23:59:59.9999999+00:00\",\n                \"redirectUrl\": null,\n                \"redirectRequired\": false,\n                \"transactionToken\": \"e9d0ce47-4001-46aa-90b7-65d50285fe85\",\n                \"isExpressCheckoutInitialized\": false,\n                \"id\": \"85c8bab4-bdd1-ef11-93d9-00155d96040a\",\n                \"name\": \"Rechnung\\r\\n\",\n                \"description\": null,\n                \"paymentMethods\": [\n                    {\n                        \"methodType\": \"Invoice\"\n                    }\n                ],\n                \"configuration\": {},\n                \"sort\": 0,\n                \"isDefault\": false,\n                \"isExpressCheckoutSupported\": false\n            },\n            \"buyerPerson\": {\n                \"email\": \"a.greve@aditus.de\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"company\": \"ADITUS GMBH\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"12345\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"DE\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjczLCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": true\n            },\n            \"order\": {\n                \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n                \"orderDate\": \"2025-05-26T14:44:53.9099038\",\n                \"number\": \"1596-2025-1596512482\"\n            },\n            \"status\": \"Completed\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"74cbfb9e-34c3-4e73-b6e4-bcba745c9fc7"},{"name":"Clear cart","event":[{"listen":"test","script":{"id":"9af99e38-7025-4dfd-95da-f2e5619557a0","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fc728383-b346-4176-9f10-a862039e150e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/clear","description":"<p>This endpoint is used to clear the items from a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will include the following fields:</p>\n<ul>\n<li><p><code>cartCleared</code> (object):</p>\n<ul>\n<li><code>successfull</code>(boolean)</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object):</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the cart, including ID, name, year, number, and slug.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): An array of promotion codes associated with the cart.</p>\n</li>\n<li><p><code>items</code> (array): An array of items in the cart.</p>\n</li>\n<li><p><code>totals</code> (array): An array of total prices and taxes for the cart.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if the payment for the cart is immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if the legitimation for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if the registration for the cart is immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if the cart is for registration only.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer associated with the cart, including email, first name, last name, company, salutation, VAT ID, address, prefill status, survey ID, and validity status.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture associated with the cart.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","clear"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"d6e5ab5a-ce8e-4beb-8f03-c76d50cc54a4","name":"Clear cart","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/clear","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","clear"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"730"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 12:34:05 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3141f89cca62ae5784a211a8d1176d1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"W-mdgUitHcNz1uF3bdl03Oq790AWrPKhfwDmgzYUDsmY3wEIbIaNdQ=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"cartCleared\": {\n            \"successful\": true\n        },\n        \"cart\": {\n            \"id\": \"5e369155-8ebf-4f9b-9931-aa952ad982c1\",\n            \"expiryTime\": \"2025-11-15T17:15:00+01:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"example-mail@aditus.de@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n                \"name\": \"DVO Con\",\n                \"year\": \"2025\",\n                \"number\": \"1596\",\n                \"slug\": \"dvo25\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": \"a.greve@aditus.de\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"company\": \"ADITUS GMBH\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"12345\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"DE\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjczLCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": true\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"fc728383-b346-4176-9f10-a862039e150e"},{"name":"Delete cart","id":"82d42c6c-2e51-491c-b426-c410ca8bc2a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart","description":"<p>This endpoint is used to delete a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>cart</code> (string): The ID of the cart to be deleted.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful deletion, the response will have a status code of 200.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"e2b924e9-69f5-4dd6-94d6-88739c60c7a9","name":"Delete cart","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 08 May 2025 08:52:38 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ec1ac21acdbd36c971eca9d6b61d0744.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"1Rmz8U5FwAdU9GtX3zutMdY2GLo0wsu2AGjVe5BNiLQLJ0-BfL8T-g=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"82d42c6c-2e51-491c-b426-c410ca8bc2a3"},{"name":"Update Terms of Service Status","id":"8855942f-a787-4040-a314-a04b6c4cb4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": \r\n    [\r\n        {\r\n            \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b064d0fd\",\r\n            \"IsApproved\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cartId/terms-of-service","description":"<h2 id=\"update-cart-terms-of-service\">Update Cart Terms of Service</h2>\n<p>This endpoint allows you to update the approval status of items in a specific cart in the system. It is used to ensure compliance with the terms of service associated with the cart.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cartId/terms-of-service</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameters:</p>\n<ul>\n<li><p><strong>Items</strong> (Array of Objects): A list of items to be updated.</p>\n<ul>\n<li><p><strong>UniqueId</strong> (String): The unique identifier of the terms of service item that you want to update.</p>\n</li>\n<li><p><strong>IsApproved</strong> (Boolean): A flag indicating whether the item is approved or not.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Items\": [\n    {\n      \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b0...\",\n      \"IsApproved\": true\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response with the following structure:</p>\n<ul>\n<li><p><strong>Status</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/vnd.aditus.v1+json</p>\n</li>\n<li><p><strong>Response Body</strong>:</p>\n<ul>\n<li><p><strong>data</strong> (Object): Contains the result of the update operation.</p>\n<ul>\n<li><p><strong>cartId</strong> (String): The ID of the cart that was updated.</p>\n</li>\n<li><p><strong>isSuccess</strong> (Boolean): Indicates whether the update operation was successful.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"cartId\": \"\",\n    \"isSuccess\": true\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>cartId</code> in the URL is replaced with the actual cart's ID whose terms of service you wish to update.</p>\n</li>\n<li><p>The response will confirm whether the operation was successful or not, allowing you to handle subsequent logic accordingly.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cartId","terms-of-service"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"type":"any","value":"","key":"cartId"}]}},"response":[{"id":"fe621819-4619-41c9-8ebb-b1d728701de6","name":"Update Terms of Service Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": \r\n    [\r\n        {\r\n            \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b064d0fd\",\r\n            \"IsApproved\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/terms-of-service","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","terms-of-service"],"variable":[{"key":"userId","value":"6fb0849c-1b89-ee11-93cf-00155d960409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcdXNlclw2ZmIwODQ5Yy0xYjg5LWVlMTEtOTNjZi0wMDE1NWQ5NjA0MDlcdGVybXMtb2Ytc2VydmljZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 01 Jul 2025 08:07:54 GMT"},{"key":"Content-Length","value":"91"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n        \"isSuccess\": true\n    }\n}"},{"id":"e5aa319d-9e17-4fe3-b22f-fcab8484c22e","name":"Update Terms of Service Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": \r\n    [\r\n        {\r\n            \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b064d0fd\",\r\n            \"IsApproved\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cartId/terms-of-service","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cartId","terms-of-service"],"variable":[{"key":"cartId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcY2FydFw1MGViNGIyYy0zYWQ2LTRkZjEtYjE2Mi1kNzI1YjU1MGE1YjVcdGVybXMtb2Ytc2VydmljZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 01 Jul 2025 09:05:16 GMT"},{"key":"Content-Length","value":"92"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cartId\": \"50eb4b2c-3ad6-4df1-b162-d725b550a5b5\",\n        \"isSuccess\": true\n    }\n}"}],"_postman_id":"8855942f-a787-4040-a314-a04b6c4cb4a6"}],"id":"f106d835-cbf4-4612-9640-4681b55a850c","description":"<p>These endpoints are used to complete a basic shop process. This includes the creation of a cart, dealing with items of specific assortments and the payment.</p>\n","_postman_id":"f106d835-cbf4-4612-9640-4681b55a850c","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Coupons","item":[{"name":"Remove coupon","event":[{"listen":"test","script":{"id":"0f8c7bf3-4c73-4d79-a614-9e5ccd092fde","exec":[""],"type":"text/javascript","packages":{}}}],"id":"070c8743-dda7-43ac-aad7-75780a74bb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cartId/coupons/:coupon?$expand","description":"<p>This endpoint is used to remove a specific coupon from the cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not have a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful deletion, the response will include the updated cart details.</p>\n<ul>\n<li><p><code>couponRemoved</code> (object): Indicates whether the coupon removal was successful.</p>\n<ul>\n<li><p><code>successful</code> (boolean): Specifies if the coupon removal was successful.</p>\n</li>\n<li><p><code>cartId</code> (string): The ID of the cart from which the coupon was removed.</p>\n</li>\n<li><p><code>code</code> (string): The code of the removed coupon.</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): Provides the updated cart information.</p>\n<ul>\n<li><p><code>id</code>(string): The ID of the cart.</p>\n</li>\n<li><p>expiryTime (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code>(object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n<li><p><code>event</code>(object): Details of the event associated with the cart.</p>\n</li>\n<li><p><code>promotionCodes</code>(array): List of promotion codes associated with the cart.</p>\n</li>\n<li><p><code>items</code>(array): List of items in the cart.</p>\n</li>\n<li><p><code>totals</code>(array): List of total amounts including price, gross price, tax, tax rate, and currency.</p>\n</li>\n<li><p><code>isImmutable</code>(boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code>(boolean): Indicates if the payment for the cart is immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code>(boolean): Indicates if the legitimation for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code>(boolean): Indicates if the registration for the cart is immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code>(boolean): Indicates if the amount for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code>(boolean): Indicates if the registration is the only requirement for the cart.</p>\n</li>\n<li><p><code>isRegistrationRequired</code>(boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code>(boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code>(boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>buyerPerson</code>(object): Details of the buyer associated with the cart.</p>\n</li>\n<li><p><code>status</code>(string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code>(string): The culture associated with the cart.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cartId","coupons",":coupon"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":null}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cartId"},{"description":{"content":"<p>The coupon code</p>\n","type":"text/plain"},"type":"any","value":"gopro","key":"coupon"}]}},"response":[{"id":"cfdee644-73c2-4f71-9bf2-8735c7503c0d","name":"Remove coupon","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cartId/coupons/:coupon","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cartId","coupons",":coupon"],"variable":[{"key":"cartId","value":"","description":"The cart ID"},{"key":"coupon","value":"gopro","description":"The coupon code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"619"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 08 May 2025 09:00:30 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ed4565467c6c9847b6a3fcb6cec799e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"wby3P5qK-T0GD-pWMjNmIifyZi84THD10H68r54yCg24x820kpx0fQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"couponRemoved\": {\n            \"successful\": true,\n            \"cartId\": \"2d3d25df-6644-46fc-bf28-2a74f672e2a4\",\n            \"code\": \"gopro\"\n        },\n        \"cart\": {\n            \"id\": \"2d3d25df-6644-46fc-bf28-2a74f672e2a4\",\n            \"expiryTime\": \"2025-12-30T18:00:00+01:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"en\"\n        }\n    }\n}"}],"_postman_id":"070c8743-dda7-43ac-aad7-75780a74bb2a"},{"name":"Check and redeem coupon","event":[{"listen":"test","script":{"id":"bb9a3786-3611-4ee7-a365-5463adba848b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f462f598-f126-4800-b719-c8cd05f02650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/coupons/:coupon","description":"<p>This endpoint is used to add a coupon to the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>couponCode</code> (text, required): The code of the coupon to be added to the cart.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>couponReserved</code> (object):</p>\n<ul>\n<li><p><code>cartId</code> (string): The cart ID</p>\n</li>\n<li><p><code>code</code></p>\n</li>\n<li><p><code>registrationResult</code></p>\n</li>\n<li><p><code>affectedAssortments</code> (array):</p>\n</li>\n<li><p><code>codeType</code> (string)</p>\n</li>\n<li><p><code>reservation</code> (object)</p>\n</li>\n<li><p><code>article</code> (object)</p>\n</li>\n<li><p><code>apearance</code> (object)</p>\n</li>\n<li><p><code>organization</code> (object)</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): The full cart object</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","coupons",":coupon"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The coupon code</p>\n","type":"text/plain"},"type":"any","value":"gopro","key":"coupon"}]}},"response":[{"id":"c6faa60a-c7ca-40b7-bff8-d8e0a0c86e6d","name":"Check and redeem coupon","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/coupons/:coupon","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","coupons",":coupon"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"coupon","value":"gopro","description":"The coupon code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1711"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 13:47:41 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ed4565467c6c9847b6a3fcb6cec799e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"f4ZbBoE11PAGtwE35T-p9o9RLeYV13Zlw3ru-GU6y9aTtWMXWZPETg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"couponReserved\": {\n            \"cartId\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"code\": null,\n            \"registrationResult\": {\n                \"message\": \"OK\",\n                \"code\": \"OK\"\n            },\n            \"affectedAssortments\": [],\n            \"codeType\": \"Voucher\",\n            \"reservation\": {\n                \"id\": \"002fed8a-0000-0000-0000-000000000000\",\n                \"validUntil\": \"2025-04-24T16:47:40.7125375+02:00\"\n            },\n            \"article\": {\n                \"prices\": null,\n                \"articleGroup\": {\n                    \"id\": \"10457333-bc74-ef11-93d8-00155d96040a\",\n                    \"name\": \"Gutscheintickets\",\n                    \"description\": null,\n                    \"sort\": -1,\n                    \"isExpanded\": false,\n                    \"configuration\": {\n                        \"maxNumberOfTicketsPerSale\": null\n                    }\n                },\n                \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n                \"name\": \"e-voucher\",\n                \"internalName\": \"e-Gutschein\",\n                \"description\": null,\n                \"image\": {\n                    \"key\": \"Default.OneDayTicket\",\n                    \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:2a283eeb-88b3-ee11-93d1-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                    \"type\": \"Icon\"\n                },\n                \"sort\": 0,\n                \"isLegitimationRequired\": false,\n                \"legitimationCategory\": null,\n                \"type\": \"VisitorTicket\",\n                \"ticketValidity\": \"OneDay\",\n                \"articleNumber\": \"005\",\n                \"category\": \"VISITOR\",\n                \"amount\": {\n                    \"remaining\": 100\n                },\n                \"configuration\": {\n                    \"showRemainingAmount\": false,\n                    \"showRemainingAmountPerTimeslot\": false,\n                    \"showIfSoldOut\": false,\n                    \"soldOutText\": null,\n                    \"maxLengthOfDescription\": 250,\n                    \"maxNumberOfTicketsPerSale\": 3,\n                    \"minNumberOfTicketsPerSale\": null,\n                    \"isInvitationEmailAddressChangePossible\": false\n                },\n                \"timeslots\": []\n            },\n            \"appearance\": {\n                \"id\": \"a7c0a981-8312-ef11-93d7-00155d96040a\",\n                \"number\": \"M0003892\",\n                \"isIntern\": false,\n                \"welcomeText\": \"Visit us in Hall <strong>6</strong> at Stand <strong>G22</strong>\",\n                \"hasWelcomeBanner\": true\n            },\n            \"organization\": {\n                \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n                \"name\": \"GoPro\"\n            }\n        },\n        \"cart\": {\n            \"id\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002fed8a-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n                        \"name\": \"e-voucher\",\n                        \"internalName\": \"e-Gutschein\",\n                        \"description\": null,\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 0,\n                                    \"grossPrice\": 0,\n                                    \"tax\": 0,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 0,\n                                    \"grossPrice\": 0,\n                                    \"tax\": 0,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:2a283eeb-88b3-ee11-93d1-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"005\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"10457333-bc74-ef11-93d8-00155d96040a\",\n                            \"name\": \"Gutscheintickets\",\n                            \"sort\": -1,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": \"gopro\",\n                    \"price\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"002fed8a-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzEyOThdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsxMjk4XX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": null,\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": true,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"properties\": {\n                \"key\": \"value\"\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"f462f598-f126-4800-b719-c8cd05f02650"},{"name":"Get coupon information","event":[{"listen":"test","script":{"id":"bb9a3786-3611-4ee7-a365-5463adba848b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"dfaacdbf-0785-41ed-8def-3692295ce3dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/coupons/:coupon","description":"<p>This endpoint retrieves information about a specific coupon in the shopping cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>cart</code>: The identifier of the shopping cart (path parameter)</p>\n</li>\n<li><p><code>coupon</code>: The identifier of the coupon (path parameter)</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): The container for coupon information.</p>\n<ul>\n<li><p><code>article</code> (object): Details about the article.</p>\n<ul>\n<li><p><code>prices</code> (null): The prices of the article.</p>\n</li>\n<li><p><code>articleGroup</code> (object): Information about the article group.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the article group.</p>\n</li>\n<li><p><code>name</code> (string): The name of the article group.</p>\n</li>\n<li><p><code>description</code> (null): The description of the article group.</p>\n</li>\n<li><p><code>sort</code> (number): The sorting order of the article group.</p>\n</li>\n<li><p><code>isExpanded</code> (boolean): Indicates if the article group is expanded.</p>\n</li>\n<li><p><code>configuration</code> (object): Configuration details of the article group.</p>\n<ul>\n<li><code>maxNumberOfTicketsPerSale</code> (null): The maximum number of tickets per sale for the article group.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>id</code> (string): The ID of the article.</p>\n</li>\n<li><p><code>name</code> (string): The name of the article.</p>\n</li>\n<li><p><code>internalName</code> (string): The internal name of the article.</p>\n</li>\n<li><p><code>description</code> (null): The description of the article.</p>\n</li>\n<li><p><code>image</code> (object): Details about the article's image.</p>\n<ul>\n<li><p><code>key</code> (string): The key of the image.</p>\n</li>\n<li><p><code>uri</code> (string): The URI of the image.</p>\n</li>\n<li><p><code>type</code> (string): The type of the image.</p>\n</li>\n</ul>\n</li>\n<li><p><code>sort</code> (number): The sorting order of the article.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the article.</p>\n</li>\n<li><p><code>legitimationCategory</code> (null): The legitimation category of the article.</p>\n</li>\n<li><p><code>type</code> (string): The type of the article.</p>\n</li>\n<li><p><code>ticketValidity</code> (string): The validity of the ticket.</p>\n</li>\n<li><p><code>articleNumber</code> (string): The article number.</p>\n</li>\n<li><p><code>category</code> (string): The category of the article.</p>\n</li>\n<li><p><code>amount</code> (object): Details about the amount.</p>\n<ul>\n<li><code>remaining</code> (number): The remaining amount.</li>\n</ul>\n</li>\n<li><p><code>configuration</code> (object): Configuration details of the article.</p>\n<ul>\n<li><p><code>showRemainingAmount</code> (boolean): Indicates if the remaining amount is shown.</p>\n</li>\n<li><p><code>showRemainingAmountPerTimeslot</code> (boolean): Indicates if the remaining amount per timeslot is shown.</p>\n</li>\n<li><p><code>showIfSoldOut</code> (boolean): Indicates if sold out information is shown.</p>\n</li>\n<li><p><code>soldOutText</code> (null): The text displayed when sold out.</p>\n</li>\n<li><p><code>maxLengthOfDescription</code> (number): The maximum length of the description.</p>\n</li>\n<li><p><code>maxNumberOfTicketsPerSale</code> (number): The maximum number of tickets per sale.</p>\n</li>\n<li><p><code>minNumberOfTicketsPerSale</code> (null): The minimum number of tickets per sale.</p>\n</li>\n<li><p><code>isInvitationEmailAddressChangePossible</code> (boolean): Indicates if invitation email address change is possible.</p>\n</li>\n</ul>\n</li>\n<li><p><code>timeslots</code> (array): The timeslots of the article.</p>\n</li>\n</ul>\n</li>\n<li><p><code>appearance</code> (object): Details about the appearance.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the appearance.</p>\n</li>\n<li><p><code>number</code> (string): The number of the appearance.</p>\n</li>\n<li><p><code>isIntern</code> (boolean): Indicates if the appearance is internal.</p>\n</li>\n<li><p><code>welcomeText</code> (string): The welcome text.</p>\n</li>\n<li><p><code>hasWelcomeBanner</code> (boolean): Indicates if a welcome banner is present.</p>\n</li>\n</ul>\n</li>\n<li><p><code>organization</code> (object): Details about the organization.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the organization.</p>\n</li>\n<li><p><code>name</code> (string): The name of the organization.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","coupons",":coupon"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The coupon code</p>\n","type":"text/plain"},"type":"any","value":"gopro","key":"coupon"}]}},"response":[{"id":"2ddbfbe4-aea2-4683-903c-0018f5658c6b","name":"Get coupon information","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/coupons/:coupon","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","coupons",":coupon"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"coupon","value":"gopro","description":"The coupon code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"694"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 16:08:46 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"MhJnBuVdKtYNF9EBA29L9aI--w5WitwCwYDG65cdNgZiOCUnCnCv5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"article\": {\n            \"prices\": null,\n            \"articleGroup\": {\n                \"id\": \"10457333-bc74-ef11-93d8-00155d96040a\",\n                \"name\": \"Gutscheintickets\",\n                \"description\": null,\n                \"sort\": -1,\n                \"isExpanded\": false,\n                \"configuration\": {\n                    \"maxNumberOfTicketsPerSale\": null\n                }\n            },\n            \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n            \"name\": \"e-voucher\",\n            \"internalName\": \"e-Gutschein\",\n            \"description\": null,\n            \"image\": {\n                \"key\": \"Default.OneDayTicket\",\n                \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:2a283eeb-88b3-ee11-93d1-00155d96040a&language=en&foregroundColor=%2300A4CC\",\n                \"type\": \"Icon\"\n            },\n            \"sort\": 0,\n            \"isLegitimationRequired\": false,\n            \"legitimationCategory\": null,\n            \"type\": \"VisitorTicket\",\n            \"ticketValidity\": \"OneDay\",\n            \"articleNumber\": \"005\",\n            \"category\": \"VISITOR\",\n            \"amount\": {\n                \"remaining\": 100\n            },\n            \"configuration\": {\n                \"showRemainingAmount\": false,\n                \"showRemainingAmountPerTimeslot\": false,\n                \"showIfSoldOut\": false,\n                \"soldOutText\": null,\n                \"maxLengthOfDescription\": 250,\n                \"maxNumberOfTicketsPerSale\": 3,\n                \"minNumberOfTicketsPerSale\": null,\n                \"isInvitationEmailAddressChangePossible\": false\n            },\n            \"timeslots\": []\n        },\n        \"appearance\": {\n            \"id\": \"a7c0a981-8312-ef11-93d7-00155d96040a\",\n            \"number\": \"M0003892\",\n            \"isIntern\": false,\n            \"welcomeText\": \"Visit us in Hall <strong>6</strong> at Stand <strong>G22</strong>\",\n            \"hasWelcomeBanner\": true\n        },\n        \"organization\": {\n            \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n            \"name\": \"GoPro\"\n        }\n    }\n}"}],"_postman_id":"dfaacdbf-0785-41ed-8def-3692295ce3dd"}],"id":"c6ae6638-44c1-4f74-8e66-c401a2300df8","description":"<p>The <em>Coupons</em> endpoints are used for <strong>vouchers</strong> and <strong>promotion codes</strong>.</p>\n<h2 id=\"promotion-codes\">Promotion Codes</h2>\n<p>A promotion code grants a discount on a sales item. A promotion code can be redeemed for a discount on exactly one item.<br />It is also possible to use promotion codes to activate items for purchase in the visitor portal that are not visible without entering the promotion code.</p>\n<h2 id=\"vouchers\">Vouchers</h2>\n<p>Vouchers can grant free articles. They are treated as coupons that reduce the price of an article to zero.</p>\n","_postman_id":"c6ae6638-44c1-4f74-8e66-c401a2300df8","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Registration","item":[{"name":"Update item's registration","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f47d7791-4baa-4934-a0cd-9200109e0d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"self\",\r\n  \"answers\": [\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\r\n        \"value\": \"Frau\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].LastName\",\r\n        \"value\": \"Musterfrau\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].FirstName\",\r\n        \"value\": \"Martina\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].Info1\",\r\n        \"value\": \"ADITUS GMBH\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].Street\",\r\n        \"value\": \"Straße der Nationen\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\r\n        \"value\": \"12345\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].City\",\r\n        \"value\": \"Hannover\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\r\n        \"value\": \"5\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\r\n        \"value\": \"DE\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/registration?$expand","description":"<p>This endpoint is used to update the registration of an item in the cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>cart</code>: The cart ID</p>\n</li>\n<li><p><code>item</code>: The item ID</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request body</h3>\n<ul>\n<li><p><code>type</code></p>\n</li>\n<li><p><code>answers</code>:</p>\n<ul>\n<li><p><code>binding member</code></p>\n</li>\n<li><p><code>value</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): Contains the updated registration information and the cart details.</p>\n<ul>\n<li><p><code>registrationUpdated</code> (object): Contains the updated registration details.</p>\n<ul>\n<li><p><code>cartId</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the registration.</p>\n</li>\n<li><p><code>registration</code> (object): Contains the updated registration information.</p>\n<ul>\n<li><p><code>type</code> (string): The type of registration.</p>\n</li>\n<li><p><code>referencedSurveyResponse</code> (null): The referenced survey response.</p>\n</li>\n<li><p><code>answers</code> (array): List of answers for the registration.</p>\n<ul>\n<li><p><code>isReadOnly</code> (boolean): Indicates if the answer is read-only.</p>\n</li>\n<li><p><code>bindingMember</code> (string): The binding member for the answer.</p>\n</li>\n<li><p><code>value</code> (string): The value of the answer.</p>\n</li>\n</ul>\n</li>\n<li><p><code>hasInformation</code> (boolean): Indicates if the registration has information.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): Contains the details of the cart.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items",":item","registration"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":null}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The item ID</p>\n","type":"text/plain"},"type":"any","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","key":"item"}]}},"response":[{"id":"3e6598b1-f1cf-4ebc-967d-74030be16569","name":"Update item's registration","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"self\",\r\n  \"answers\": [\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\r\n        \"value\": \"Frau\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].LastName\",\r\n        \"value\": \"Musterfrau\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].FirstName\",\r\n        \"value\": \"Martina\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.Persons].Info1\",\r\n        \"value\": \"ADITUS GMBH\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].Street\",\r\n        \"value\": \"Straße der Nationen\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\r\n        \"value\": \"12345\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].City\",\r\n        \"value\": \"Hannover\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\r\n        \"value\": \"5\"\r\n    },\r\n    {\r\n        \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\r\n        \"value\": \"DE\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:id/items/:item/registration","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":id","items",":item","registration"],"variable":[{"key":"id","value":""},{"key":"item","value":"a14c213c-c2d1-ef11-93d9-00155d96040a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1866"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 13:31:03 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 adc51edbb4dc468fb382e40b115a2f62.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"R-RAzHnbEAQuMA0TnnXT6RPshh0orbU8-BBpcGvCgIjrrmkHFehgrA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"registrationUpdated\": {\n            \"cartId\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"id\": \"002dbee2-0000-0000-0000-000000000000\",\n            \"registration\": {\n                \"type\": \"self\",\n                \"referencedSurveyResponse\": null,\n                \"answers\": [\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                        \"value\": \"Frau\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.Persons].LastName\",\n                        \"value\": \"Musterfrau\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.Persons].FirstName\",\n                        \"value\": \"Martina\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.Persons].Info1\",\n                        \"value\": \"ADITUS GMBH\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                        \"value\": \"Straße der Nationen\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                        \"value\": \"12345\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                        \"value\": \"Hannover\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                        \"value\": \"5\"\n                    },\n                    {\n                        \"isReadOnly\": false,\n                        \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                        \"value\": \"DE\"\n                    }\n                ],\n                \"hasInformation\": true\n            }\n        },\n        \"cart\": {\n            \"id\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee2-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2208,\n                                \"name\": \"RegistrationResponseValidationFailed\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The given response for the registration of the item is not valid\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee2-0000-0000-0000-000000000000\",\n                                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                    \"errors\": [\n                                        \"The question 'Mobil-Nr.' must be answered!\",\n                                        \"The question 'Firmenbranche' must be answered!\",\n                                        \"The question 'Berufsbezeichnung' must be answered!\",\n                                        \"The question 'Verantwortungsbereich' must be answered!\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"associatedPerson\": {\n                        \"salutation\": \"Frau\",\n                        \"firstName\": \"Martina\",\n                        \"lastName\": \"Musterfrau\",\n                        \"email\": null\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"f47d7791-4baa-4934-a0cd-9200109e0d2a"},{"name":"Update item's timeslots","event":[{"listen":"test","script":{"id":"f6d17f08-768a-4c5e-b323-af8eaa1e7aa1","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fb606ea7-a5fc-43af-8924-ec48e54d3ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bookings\":[\r\n    {\r\n        \"day\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\r\n        \"timeRange\": \"150b242b-97d2-ef11-93d9-00155d96040a\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/timeslots?$expand=AssociatedPersonOnItems&$expand=AvailableTimeslotsOnItems","description":"<p>This endpoint is used to update the timeslots for a specific item in the user's shopping cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>bookings</code> (array of objects) - An array containing the booking details for the item.</p>\n<ul>\n<li><p><code>day</code> (string) - The unique identifier for the day of the booking.</p>\n</li>\n<li><p><code>timeRange</code> (string) - The unique identifier for the time range of the booking.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response returns a JSON object with the following fields:</p>\n<ul>\n<li><p><code>timeslotsBooked</code> (object) - Object containing the booked timeslots information.</p>\n<ul>\n<li><p><code>bookings</code> (array of objects) - Array of booked timeslots.</p>\n<ul>\n<li><p><code>id</code> (string) - The unique identifier for the booking.</p>\n</li>\n<li><p><code>date</code> (string) - The date of the booking.</p>\n</li>\n<li><p><code>printText</code> (string) - The text to be printed for the booking.</p>\n</li>\n<li><p><code>timeRange</code> (object) - Object containing the time range information.</p>\n<ul>\n<li><p><code>id</code> (string) - The unique identifier for the time range.</p>\n</li>\n<li><p><code>start</code> (string) - The start time of the time range.</p>\n</li>\n<li><p><code>end</code> (string) - The end time of the time range.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object) - Object containing the updated cart information.</p>\n<ul>\n<li>Various cart details including ID, expiry time, user information, event details, promotion codes, items, totals, buyer person details, and status.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items",":item","timeslots"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"$expand","value":"AssociatedPersonOnItems"},{"key":"$expand","value":"AvailableTimeslotsOnItems"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The item ID</p>\n","type":"text/plain"},"type":"any","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","key":"item"}]}},"response":[{"id":"1ec5f639-66fd-47a7-895a-d998063ec5bb","name":"Update item's timeslots","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"bookings\":[\r\n    {\r\n        \"day\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\r\n        \"timeRange\": \"150b242b-97d2-ef11-93d9-00155d96040a\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/timeslots","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items",":item","timeslots"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"item","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","description":"The item ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2217"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 15 May 2025 13:37:35 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 00746b020527dcdbeca0dab6f6de299a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"SZu_hkgXs_FDGnjO8H9b7HoeX_Xy6gyBjYnLJdMCtSRQN0b0SJxukw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"timeslotsBooked\": {\n            \"bookings\": [\n                {\n                    \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                    \"date\": \"2025-12-24\",\n                    \"printText\": \"Mi., 24.12.2025 08:00-18:00\",\n                    \"timeRange\": {\n                        \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                        \"start\": \"08:00\",\n                        \"end\": \"18:00\"\n                    }\n                }\n            ]\n        },\n        \"cart\": {\n            \"id\": \"7b84f81c-a6bd-43e9-a687-44ba94520db9\",\n            \"expiryTime\": \"2025-12-31T18:00:00+01:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbf03-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2208,\n                                \"name\": \"RegistrationResponseValidationFailed\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The given response for the registration of the item is not valid\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbf03-0000-0000-0000-000000000000\",\n                                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                    \"errors\": [\n                                        \"The question 'Mobil-Nr.' must be answered!\",\n                                        \"The question 'Firmenbranche' must be answered!\",\n                                        \"The question 'Berufsbezeichnung' must be answered!\",\n                                        \"The question 'Verantwortungsbereich' must be answered!\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"associatedPerson\": {\n                        \"salutation\": \"Frau\",\n                        \"firstName\": \"Martina\",\n                        \"lastName\": \"Musterfrau\",\n                        \"email\": null\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": true,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": [\n                            {\n                                \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                                \"date\": \"2025-12-24\",\n                                \"printText\": \"Mi., 24.12.2025 08:00-18:00\",\n                                \"timeRange\": {\n                                    \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                                    \"start\": \"08:00\",\n                                    \"end\": \"18:00\"\n                                }\n                            }\n                        ],\n                        \"days\": [\n                            {\n                                \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                                \"date\": \"2024-12-21\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false,\n                                \"timeRanges\": [\n                                    {\n                                        \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                                        \"start\": \"10:30\",\n                                        \"end\": \"12:00\",\n                                        \"isAvailableForBooking\": false,\n                                        \"isBookingLimited\": false,\n                                        \"isExpired\": true,\n                                        \"isSoldOut\": false\n                                    },\n                                    {\n                                        \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                                        \"start\": \"12:00\",\n                                        \"end\": \"13:30\",\n                                        \"isAvailableForBooking\": false,\n                                        \"isBookingLimited\": false,\n                                        \"isExpired\": true,\n                                        \"isSoldOut\": false\n                                    }\n                                ]\n                            },\n                            {\n                                \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                                \"date\": \"2024-12-22\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            },\n                            {\n                                \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                                \"date\": \"2024-12-25\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false,\n                                \"timeRanges\": [\n                                    {\n                                        \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                                        \"start\": \"08:00\",\n                                        \"end\": \"18:00\",\n                                        \"isAvailableForBooking\": false,\n                                        \"isBookingLimited\": false,\n                                        \"isExpired\": true,\n                                        \"isSoldOut\": false\n                                    }\n                                ]\n                            },\n                            {\n                                \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                                \"date\": \"2025-03-01\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            },\n                            {\n                                \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                                \"date\": \"2025-03-02\",\n                                \"isAvailableForBooking\": false,\n                                \"isBookingLimited\": false,\n                                \"isExpired\": true,\n                                \"isSoldOut\": false\n                            },\n                            {\n                                \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                                \"date\": \"2025-12-24\",\n                                \"isAvailableForBooking\": true,\n                                \"isBookingLimited\": true,\n                                \"remainingAmount\": 671,\n                                \"isExpired\": false,\n                                \"isSoldOut\": false,\n                                \"timeRanges\": [\n                                    {\n                                        \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                                        \"start\": \"08:00\",\n                                        \"end\": \"18:00\",\n                                        \"isAvailableForBooking\": true,\n                                        \"isBookingLimited\": true,\n                                        \"remainingAmount\": 671,\n                                        \"isExpired\": false,\n                                        \"isSoldOut\": false\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"company\": \"ADITUS GmbH\",\n                \"salutation\": \"Mr.\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"fb606ea7-a5fc-43af-8924-ec48e54d3ecf"},{"name":"Get item registration prefill data","event":[{"listen":"test","script":{"id":"da8e26a5-b662-4412-9577-5c8ebae94366","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f2da5e6-34d8-4ac6-9fdf-ae42686e3bd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/registration/self/prefill-data","description":"<p>The endpoint retrieves pre-filled registration data for a specific item in the cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not have a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The <code>data</code> object contains:</p>\n<ul>\n<li><p><code>registrationType</code> (string): The type of registration being pre-filled.</p>\n</li>\n<li><p><code>answers</code> (array): An array of pre-filled answers for the registration, each containing:</p>\n<ul>\n<li><p><code>isReadOnly</code> (boolean): Indicates if the answer is read-only.</p>\n</li>\n<li><p><code>bindingMember</code> (string): The binding member for the answer.</p>\n</li>\n<li><p><code>value</code> (string): The pre-filled value for the answer.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items",":item","registration","self","prefill-data"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The item ID</p>\n","type":"text/plain"},"type":"any","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","key":"item"}]}},"response":[{"id":"9520527f-7660-49f8-a6f8-e8d6fbf68ce2","name":"Get item registration prefill data","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/registration/self/prefill-data","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items",":item","registration","self","prefill-data"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"item","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","description":"The item ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"288"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 11:53:27 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"uh0dtd3jbnNeyhPE5vZpz4r7KttQcjvzM_H4QBQQz_VeyE5qnToFcw=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"registrationType\": \"self\",\n        \"answers\": [\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                \"value\": \"Herr\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.Persons].FirstName\",\n                \"value\": \"Max\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.Persons].LastName\",\n                \"value\": \"Mustermann\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.Persons].Info1\",\n                \"value\": \"ADITUS GmbH\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                \"value\": \"DE\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                \"value\": \"Straße der Nationen\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                \"value\": \"5\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                \"value\": \"30539\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                \"value\": \"Hannover\"\n            },\n            {\n                \"isReadOnly\": false,\n                \"bindingMember\": \"[CRM.PartyAddresses].County\",\n                \"value\": \"Niedersachsen\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8f2da5e6-34d8-4ac6-9fdf-ae42686e3bd9"},{"name":"Get item's timeslots information","event":[{"listen":"test","script":{"id":"da8e26a5-b662-4412-9577-5c8ebae94366","exec":[""],"type":"text/javascript","packages":{}}}],"id":"53ca1527-fe4f-4c41-ba23-66bf19ccfa72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/timeslots","description":"<p>This endpoint retrieves the available timeslots for a specific item in the cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>No request body is required for this endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response includes the following fields:</p>\n<ul>\n<li><p><code>isEnabled</code> (boolean): Indicates whether the timeslots are enabled.</p>\n</li>\n<li><p><code>isValid</code> (boolean): Indicates the validity of the timeslots.</p>\n</li>\n<li><p><code>minimumNumberOfBookings</code> (number): The minimum number of bookings allowed.</p>\n</li>\n<li><p><code>maximumNumberOfBookings</code> (number): The maximum number of bookings allowed.</p>\n</li>\n<li><p><code>bookings</code> (array): Contains any existing bookings for the item. Each booking object within the array includes the following fields:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the booking.</p>\n</li>\n<li><p><code>date</code> (string): The date of the booking.</p>\n</li>\n<li><p><code>isAvailableForBooking</code> (boolean): Indicates whether the timeslot is available for booking.</p>\n</li>\n<li><p><code>isBookingLimited</code> (boolean): Indicates if the booking is limited.</p>\n</li>\n<li><p><code>isExpired</code> (boolean): Indicates if the booking is expired.</p>\n</li>\n<li><p><code>isSoldOut</code> (boolean): Indicates if the booking is sold out.</p>\n</li>\n<li><p><code>timeRanges</code> (array): Contains the time ranges available for booking. Each time range object within the array includes the following fields:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the time range.</p>\n</li>\n<li><p><code>start</code> (string): The start time of the time range.</p>\n</li>\n<li><p><code>end</code> (string): The end time of the time range.</p>\n</li>\n<li><p><code>isAvailableForBooking</code> (boolean): Indicates whether the time range is available for booking.</p>\n</li>\n<li><p><code>isBookingLimited</code> (boolean): Indicates if the time range booking is limited.</p>\n</li>\n<li><p><code>isExpired</code> (boolean): Indicates if the time range booking is expired.</p>\n</li>\n<li><p><code>isSoldOut</code> (boolean): Indicates if the time range booking is sold out.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","items",":item","timeslots"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The item ID</p>\n","type":"text/plain"},"type":"any","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","key":"item"}]}},"response":[{"id":"8c832431-2e27-4d9a-b1f8-67f1606d3911","name":"Get item's timeslots information","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/items/:item/timeslots","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","items",":item","timeslots"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"item","value":"a14c213c-c2d1-ef11-93d9-00155d96040a","description":"The item ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"406"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 15 May 2025 13:36:17 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6fd3ab2be93b19c970fb371964d46d94.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Mm-I3muDHwv6RcuDDXiFdhp2iOA393vdn1OPMGFVPB8vK4DerqYKAw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"isEnabled\": true,\n        \"isValid\": false,\n        \"minimumNumberOfBookings\": 1,\n        \"maximumNumberOfBookings\": 1,\n        \"bookings\": [],\n        \"days\": [\n            {\n                \"id\": \"b61799fa-39a7-ef11-93d8-00155d96040a\",\n                \"date\": \"2024-12-21\",\n                \"isAvailableForBooking\": false,\n                \"isBookingLimited\": false,\n                \"isExpired\": true,\n                \"isSoldOut\": false,\n                \"timeRanges\": [\n                    {\n                        \"id\": \"b71799fa-39a7-ef11-93d8-00155d96040a\",\n                        \"start\": \"10:30\",\n                        \"end\": \"12:00\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    },\n                    {\n                        \"id\": \"a54cde34-f5bd-ef11-93d9-00155d96040a\",\n                        \"start\": \"12:00\",\n                        \"end\": \"13:30\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    }\n                ]\n            },\n            {\n                \"id\": \"b321f259-f5bd-ef11-93d9-00155d96040a\",\n                \"date\": \"2024-12-22\",\n                \"isAvailableForBooking\": false,\n                \"isBookingLimited\": false,\n                \"isExpired\": true,\n                \"isSoldOut\": false\n            },\n            {\n                \"id\": \"45cde1df-17be-ef11-93d9-00155d96040a\",\n                \"date\": \"2024-12-25\",\n                \"isAvailableForBooking\": false,\n                \"isBookingLimited\": false,\n                \"isExpired\": true,\n                \"isSoldOut\": false,\n                \"timeRanges\": [\n                    {\n                        \"id\": \"67ef2303-21be-ef11-93d9-00155d96040a\",\n                        \"start\": \"08:00\",\n                        \"end\": \"18:00\",\n                        \"isAvailableForBooking\": false,\n                        \"isBookingLimited\": false,\n                        \"isExpired\": true,\n                        \"isSoldOut\": false\n                    }\n                ]\n            },\n            {\n                \"id\": \"8752a2c6-71e8-ef11-93da-00155d96040a\",\n                \"date\": \"2025-03-01\",\n                \"isAvailableForBooking\": false,\n                \"isBookingLimited\": false,\n                \"isExpired\": true,\n                \"isSoldOut\": false\n            },\n            {\n                \"id\": \"9352a2c6-71e8-ef11-93da-00155d96040a\",\n                \"date\": \"2025-03-02\",\n                \"isAvailableForBooking\": false,\n                \"isBookingLimited\": false,\n                \"isExpired\": true,\n                \"isSoldOut\": false\n            },\n            {\n                \"id\": \"c64340f4-96d2-ef11-93d9-00155d96040a\",\n                \"date\": \"2025-12-24\",\n                \"isAvailableForBooking\": true,\n                \"isBookingLimited\": true,\n                \"remainingAmount\": 672,\n                \"isExpired\": false,\n                \"isSoldOut\": false,\n                \"timeRanges\": [\n                    {\n                        \"id\": \"150b242b-97d2-ef11-93d9-00155d96040a\",\n                        \"start\": \"08:00\",\n                        \"end\": \"18:00\",\n                        \"isAvailableForBooking\": true,\n                        \"isBookingLimited\": true,\n                        \"remainingAmount\": 672,\n                        \"isExpired\": false,\n                        \"isSoldOut\": false\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"53ca1527-fe4f-4c41-ba23-66bf19ccfa72"}],"id":"57eb0566-d3b2-480c-863c-76224910b4f5","description":"<p>The <em>Registration</em> endpoints are used to register items and to select timeslots if it is required.</p>\n<p>It is still possible to to change the registration data and the timeslots after the order is completed. This is done via <em>Get cart from order</em>. Afterwards, the cart goes through the checkout again.</p>\n","_postman_id":"57eb0566-d3b2-480c-863c-76224910b4f5","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Legitimation","item":[{"name":"Add legitimation","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0accad31-da22-43f2-841d-6a9cae72f277","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"proofs\": [\r\n        {\r\n            \"typeId\": \"{{PROOF_TYPE_ID}}\",\r\n            \"documentType\" : \"Text\",\r\n            \"value\": \"Text\"\r\n         }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation","description":"<p>This endpoint is used to submit legitimation proofs for a specific cart and legitimation.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>proofs</code> (array of objects)</p>\n<ul>\n<li><p><code>typeId</code> (string): The ID of the proof type</p>\n</li>\n<li><p><code>documentType</code> (string): Type of the document, e.g., passport, driver's license</p>\n</li>\n<li><p><code>value</code> (string): Value of the document, e.g., document number, ID</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful submission, the response will contain the following data:</p>\n<ul>\n<li><p><code>legitimationAdded</code> (object)</p>\n<ul>\n<li><p><code>successful</code> (boolean): Indicates if the legitimation proof submission was successful</p>\n</li>\n<li><p><code>cartId</code> (string): The ID of the cart</p>\n</li>\n<li><p><code>legitimationIdentifier</code> (object)</p>\n<ul>\n<li><p><code>legitimationCategoryId</code> (string): The ID of the legitimation category</p>\n</li>\n<li><p><code>identifier</code> (string): Identifier of the legitimation</p>\n</li>\n<li><p><code>type</code> (string): Type of the legitimation</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code> (object): detailed information about the cart, including user details, event details, items in the cart, buyer information, legitimation details, and more.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","legitimation",":legitimation"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The legitimation ID</p>\n","type":"text/plain"},"type":"any","value":"-","key":"legitimation"}]}},"response":[{"id":"beb98733-d9b9-4201-9c60-ffe742a29277","name":"Add legitimation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"proofs\": [\r\n        {\r\n            \"typeId\": \"{{PROOF_TYPE_ID}}\",\r\n            \"documentType\" : \"Text\",\r\n            \"value\": \"Text\"\r\n         }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","legitimation",":legitimation"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"legitimation","value":"-","description":"The legitimation ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2124"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 14:50:56 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 59439a13f6db75e801a63663b4f79372.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"v41QcZZBK9kGqsdKoKkmm7DyyZnobdWSTEdZ1Ktif-LMG56I2x6RPQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"legitimationAdded\": {\n            \"successful\": true,\n            \"cartId\": \"0215c083-6e11-479e-a107-46da38760796\",\n            \"legitimationIdentifier\": {\n                \"legitimationCategoryId\": \"b2ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                \"identifier\": \"a.greve@aditus.de\",\n                \"type\": \"Email\"\n            }\n        },\n        \"cart\": {\n            \"id\": \"0215c083-6e11-479e-a107-46da38760796\",\n            \"expiryTime\": \"2025-08-31T23:59:00+02:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"a.greve@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"f32adbb6-3c9c-ef11-93d8-00155d96040a\",\n                \"name\": \"Futurama\",\n                \"year\": \"2025\",\n                \"number\": \"0815\",\n                \"slug\": \"fr25\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"004930c8-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"12b5a1e1-9304-f011-93dd-00155d96040a\",\n                        \"name\": \"Futurama Legitimationsticket\",\n                        \"internalName\": \"Futurama Legitimationsticket\",\n                        \"description\": null,\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 12.61,\n                                    \"grossPrice\": 15,\n                                    \"tax\": 2.39,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 12.61,\n                                    \"grossPrice\": 15,\n                                    \"tax\": 2.39,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.ExhibitorTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/ExhibitorTicket?context=article:12b5a1e1-9304-f011-93dd-00155d96040a&language=de&foregroundColor=%23C32826\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"820\",\n                        \"category\": null,\n                        \"legitimationCategory\": {\n                            \"id\": \"b2ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                            \"name\": \"Fachbesucher\",\n                            \"description\": \"Legitimation von Fachbesuchern\",\n                            \"availableProofTypes\": [\n                                {\n                                    \"id\": \"7f2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Persönliche Fachbesucherlegitimation\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"7b2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Gewerbeanmeldung\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"802e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Studentenausweis/Immatrikulation\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"7d2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Legitimation\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"792e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Arbeitsvertrag\",\n                                    \"description\": \"Beschreibung Arbeitsvertrag\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"File\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"7e2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Mitarbeiterlegitimation\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"7a2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Gehaltsabrechnung\",\n                                    \"description\": \"Beschreibung Gehaltsabrechnung\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                },\n                                {\n                                    \"id\": \"7c2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                    \"name\": \"Handelsregister\",\n                                    \"description\": \"\",\n                                    \"isRequired\": false,\n                                    \"availableDocumentTypes\": [\n                                        \"Url\",\n                                        \"File\",\n                                        \"Text\"\n                                    ]\n                                }\n                            ],\n                            \"proofUploadLimit\": 3\n                        },\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"d4b0cf77-dd0a-f011-93dd-00155d96040a\",\n                            \"name\": \"Futurama Special - Allgemein\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 12.61,\n                        \"grossPrice\": 15,\n                        \"tax\": 2.39,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info10\",\n                                    \"value\": \"0167\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].County\",\n                                    \"value\": \"011\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": true,\n                        \"problems\": [],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTEzLCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzU4XX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjExMywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjc1OF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": true,\n                        \"isIncomplete\": false,\n                        \"id\": \"eyJMZWdpdGltYXRpb25DYXRlZ29yeUlkIjoiYjJlZTc1ZWItZjFlMS1lZTExLTkzZDUtMDAxNTVkOTYwNDBhIiwiSWRlbnRpZmllciI6ImEuZ3JldmVAYWRpdHVzLmRlIiwiVHlwZSI6MX0=\"\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 12.61,\n                        \"grossPrice\": 15,\n                        \"tax\": 2.39,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 12.61,\n                    \"grossPrice\": 15,\n                    \"tax\": 2.39,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": true,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": \"a.greve@aditus.de\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"company\": \"ADITUS GMBH\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"12345\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"011\",\n                    \"country\": \"DE\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjExMywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbXX0=\",\n                \"isValid\": true\n            },\n            \"legitimations\": [\n                {\n                    \"id\": \"eyJMZWdpdGltYXRpb25DYXRlZ29yeUlkIjoiYjJlZTc1ZWItZjFlMS1lZTExLTkzZDUtMDAxNTVkOTYwNDBhIiwiSWRlbnRpZmllciI6ImEuZ3JldmVAYWRpdHVzLmRlIiwiVHlwZSI6MX0=\",\n                    \"category\": {\n                        \"id\": \"b2ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                        \"name\": \"Fachbesucher\",\n                        \"description\": \"Legitimation von Fachbesuchern\",\n                        \"availableProofTypes\": [\n                            {\n                                \"id\": \"7f2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Persönliche Fachbesucherlegitimation\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"7b2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Gewerbeanmeldung\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"802e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Studentenausweis/Immatrikulation\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"7d2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Legitimation\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"792e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Arbeitsvertrag\",\n                                \"description\": \"Beschreibung Arbeitsvertrag\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"File\"\n                                ]\n                            },\n                            {\n                                \"id\": \"7e2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Mitarbeiterlegitimation\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"7a2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Gehaltsabrechnung\",\n                                \"description\": \"Beschreibung Gehaltsabrechnung\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            },\n                            {\n                                \"id\": \"7c2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                                \"name\": \"Handelsregister\",\n                                \"description\": \"\",\n                                \"isRequired\": false,\n                                \"availableDocumentTypes\": [\n                                    \"Url\",\n                                    \"File\",\n                                    \"Text\"\n                                ]\n                            }\n                        ],\n                        \"proofUploadLimit\": 3\n                    },\n                    \"associatedPerson\": {\n                        \"salutation\": null,\n                        \"firstName\": null,\n                        \"lastName\": null,\n                        \"email\": \"a.greve@aditus.de\"\n                    },\n                    \"proofs\": [\n                        {\n                            \"typeId\": \"7d2e14d5-d5fb-ee11-93d5-00155d96040a\",\n                            \"documentType\": \"Text\",\n                            \"value\": \"Text\"\n                        }\n                    ]\n                }\n            ],\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"0accad31-da22-43f2-841d-6a9cae72f277"},{"name":"Add legitimation document","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":["pm.environment.set(\"DOCUMENT_ID\", pm.response.json().data.documentId);"],"type":"text/javascript","packages":{}}}],"id":"c3a42396-c7a2-49c9-81f6-96c1eb12d3c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eef67f1-f8e4-4100-b6eb-cedb17c14f7c"}]},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation/document","description":"<h2 id=\"request-body\">Request Body</h2>\n<p>The request should be sent as a form-data with the following parameter:</p>\n<ul>\n<li><code>file</code> (file): The document file to be added.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful addition of the document to the cart legitimation, the response will include the following details:</p>\n<ul>\n<li><p><code>cartId</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>documentId</code> (string): The ID of the added document.</p>\n</li>\n<li><p><code>legitimationId</code> (string): The ID of the legitimation.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","legitimation",":legitimation","document"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The legitimation ID</p>\n","type":"text/plain"},"type":"any","value":"-","key":"legitimation"}]}},"response":[{"id":"d888a5c6-da98-4603-924d-0c544171feb4","name":"Add legitimation document","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eef67f1-f8e4-4100-b6eb-cedb17c14f7c"}]},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation/document","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","legitimation",":legitimation","document"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"legitimation","value":"-","description":"The legitimation ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 15:14:36 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 474733f16f494ddb794b4f7dfd7de966.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"Zy3pive0aYuUFX3XgMOTAfC-AgV1yAqZdRB-kO3kZJvBtr_942uoAg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"cartId\": \"0215c083-6e11-479e-a107-46da38760796\",\n        \"documentId\": \"LegitimationProof:41dd6de1-9c48-4517-8079-812a786eab9d\",\n        \"legitimationId\": \"eyJMZWdpdGltYXRpb25DYXRlZ29yeUlkIjoiYjJlZTc1ZWItZjFlMS1lZTExLTkzZDUtMDAxNTVkOTYwNDBhIiwiSWRlbnRpZmllciI6ImEuZ3JldmVAYWRpdHVzLmRlIiwiVHlwZSI6MX0=\"\n    }\n}"}],"_postman_id":"c3a42396-c7a2-49c9-81f6-96c1eb12d3c2"},{"name":"Remove legitimation document","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"78de647d-d1fe-46a7-b951-18607c08c991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation/document/:document","description":"<p>This endpoint is used to delete a specific document related to a legitimation in a user's shopping cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response does not include a body.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","legitimation",":legitimation","document",":document"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"},{"description":{"content":"<p>The legitimation ID</p>\n","type":"text/plain"},"type":"any","value":"-","key":"legitimation"},{"description":{"content":"<p>The document ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"document"}]}},"response":[{"id":"098b7943-0be2-4a35-b24c-1d317d4a6d86","name":"Remove legitimation document","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/legitimation/:legitimation/document/:document","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","legitimation",":legitimation","document",":document"],"variable":[{"key":"cart","value":"","description":"The cart ID"},{"key":"legitimation","value":"-","description":"The legitimation ID"},{"key":"document","value":"","description":"The document ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 15:14:56 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 474733f16f494ddb794b4f7dfd7de966.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"BHoPt-boE9xuBRHr-nEWw5mxFkAgtVTeA6BtQt0BdH_OHY6snyo7Mg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"78de647d-d1fe-46a7-b951-18607c08c991"}],"id":"27fa021e-c3c3-419b-83e0-4b26a25e208f","description":"<h3 id=\"the-legitimation-process\">The legitimation process:</h3>\n<ul>\n<li><p>Create cart</p>\n</li>\n<li><p>Add article requiring legitimation</p>\n</li>\n<li><p>Set registration and/or buyer data</p>\n</li>\n<li><p>Set legitimation data</p>\n</li>\n<li><p>Checkout</p>\n</li>\n</ul>\n<p>Now the legitimation has to be granted. This is done in the Terp V5. After that, the customer can proceed as follows:</p>\n<ul>\n<li><p>Payment if necessary</p>\n</li>\n<li><p>Checkout</p>\n</li>\n</ul>\n","_postman_id":"27fa021e-c3c3-419b-83e0-4b26a25e208f","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Billing","item":[{"name":"Set buyer","event":[{"listen":"test","script":{"id":"82b47e04-049b-4401-9c25-876d2b93c223","exec":[""],"type":"text/javascript","packages":{}}}],"id":"2ea08f08-8cec-4d46-bd16-2268dc94e7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salutation\": \"Mr.\",\r\n    \"firstName\": \"Max\",\r\n    \"lastName\": \"Mustermann\",\r\n    \"email\": \"m.mustermann@aditus-demo.de\",\r\n    \"company\": \"ADITUS GmbH\",\r\n    \"address\": {\r\n        \"street\": \"Straße der Nationen\",\r\n        \"houseNumber\": \"5\",\r\n        \"postalCode\": \"30539\",\r\n        \"city\": \"Hannover\",\r\n        \"county\": \"Niedersachsen\",\r\n        \"country\": \"Germany\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:id/buyer","description":"<p>This endpoint is used to update the buyer information for a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>cart</code> (path): The ID of the cart to be updated.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>firstName</code>: (text) The first name of the buyer.</p>\n</li>\n<li><p><code>lastName</code>: (text) The last name of the buyer.</p>\n</li>\n<li><p><code>company</code>: (text) The company name of the buyer.</p>\n</li>\n<li><p><code>salutation</code>: (text) The salutation of the buyer.</p>\n</li>\n<li><p><code>vatId</code>: The VAT ID of the buyer.</p>\n</li>\n<li><p><code>address</code>: The address object containing the street, house number, postal code, city, county, and country of the buyer.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>buyerSet</code>: The buyer set object with successful status and buyer person details.</p>\n<ul>\n<li><p><code>successful</code>: A boolean indicating the success status of the buyer set.</p>\n</li>\n<li><p><code>cartId</code>: The ID of the cart.</p>\n</li>\n<li><p><code>buyerPerson</code>: The buyer person object with salutation, first name, last name, email, company, address, VAT ID, isPrefilled, survey ID, and validity status.</p>\n</li>\n</ul>\n</li>\n<li><p><code>cart</code>: The cart object containing details about the cart, user, event, promotion codes, items, totals, immutability status, buyer person, status, and culture.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":id","buyer"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"839d9507-9d73-43c1-b600-e64bbcdcfa4d","name":"Set buyer","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salutation\": \"Mr.\",\r\n    \"firstName\": \"Max\",\r\n    \"lastName\": \"Mustermann\",\r\n    \"email\": \"m.mustermann@aditus-demo.de\",\r\n    \"company\": \"ADITUS GmbH\",\r\n    \"address\": {\r\n        \"street\": \"Straße der Nationen\",\r\n        \"houseNumber\": \"5\",\r\n        \"postalCode\": \"30539\",\r\n        \"city\": \"Hannover\",\r\n        \"county\": \"Niedersachsen\",\r\n        \"country\": \"Germany\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:id/buyer","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":id","buyer"],"variable":[{"key":"id","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"747"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 15 May 2025 13:10:44 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fd4a8fa7c304171992e7f22fc8894904.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"bebBbbdSqJxBlyzwl2VOuTQ-epsykWrcYWD6Sm-TsSIlakeXcn2hDQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"buyerSet\": {\n            \"successful\": true,\n            \"cartId\": \"7b84f81c-a6bd-43e9-a687-44ba94520db9\",\n            \"buyerPerson\": {\n                \"salutation\": \"Mr.\",\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"email\": \"m.mustermann@aditus-demo.de\",\n                \"company\": \"ADITUS GmbH\",\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"vatId\": null\n            }\n        },\n        \"cart\": {\n            \"id\": \"7b84f81c-a6bd-43e9-a687-44ba94520db9\",\n            \"expiryTime\": \"2025-12-31T18:00:00+01:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 0,\n                        \"grossPrice\": 0,\n                        \"tax\": 0,\n                        \"taxRate\": 0,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 0,\n                    \"grossPrice\": 0,\n                    \"tax\": 0,\n                    \"taxRate\": 0,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": false,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": false,\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"company\": \"ADITUS GmbH\",\n                \"salutation\": \"Mr.\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"2ea08f08-8cec-4d46-bd16-2268dc94e7aa"},{"name":"Set billing","event":[{"listen":"test","script":{"id":"82b47e04-049b-4401-9c25-876d2b93c223","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f601e28f-dec5-468f-9304-0933e9acf13d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"salutation\": \"Mr.\",\r\n        \"firstName\": \"Max\",\r\n        \"lastName\": \"Mustermann\",\r\n        \"email\": \"m.mustermann@aditus-demo.de\",\r\n        \"company\": \"ADITUS GmbH\",\r\n        \"address\": {\r\n            \"street\": \"Straße der Nationen\",\r\n            \"houseNumber\": \"5\",\r\n            \"postalCode\": \"30539\",\r\n            \"city\": \"Hannover\",\r\n            \"county\": \"Niedersachsen\",\r\n            \"country\": \"Germany\"\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/billing","description":"<p>This endpoint is used to update the billing information for a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>cart</code> (path): The ID of the cart to be updated.</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>salutation</code> (string): The salutation of the customer.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the customer.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the customer.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>company</code> (string): The company name of the customer.</p>\n</li>\n<li><p><code>address</code> (object): The address details of the customer.</p>\n<ul>\n<li><p><code>street</code> (string): The street name in the address.</p>\n</li>\n<li><p><code>houseNumber</code> (string): The house number in the address.</p>\n</li>\n<li><p><code>postalCode</code> (string): The postal code in the address.</p>\n</li>\n<li><p><code>city</code> (string): The city in the address.</p>\n</li>\n<li><p><code>county</code> (string): The county in the address.</p>\n</li>\n<li><p><code>country</code> (string): The country in the address.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>userID</code> (string): The ID of the user associated with the cart.</p>\n</li>\n<li><p><code>verificationStatus</code> (string): The verification status of the user associated with the cart.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user associated with the cart.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","billing"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"769b4295-4c41-47dd-b4ea-946f02b378d6","name":"Set billing","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n        \"salutation\": \"Mr.\",\r\n        \"firstName\": \"Max\",\r\n        \"lastName\": \"Mustermann\",\r\n        \"email\": \"m.mustermann@aditus-demo.de\",\r\n        \"company\": \"ADITUS GmbH\",\r\n        \"address\": {\r\n            \"street\": \"Straße der Nationen\",\r\n            \"houseNumber\": \"5\",\r\n            \"postalCode\": \"30539\",\r\n            \"city\": \"Hannover\",\r\n            \"county\": \"Niedersachsen\",\r\n            \"country\": \"Germany\"\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/billing","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","billing"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2247"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:16:45 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8c08c39035033b8c904aa0e3f734d6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"XKa58IIeqM5smlm3-oo2jTnqi1v3eDrd2d1mDGW-noQ0jIZaOeqbDQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"billingSet\": {\n            \"successful\": true,\n            \"cartId\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\",\n            \"billingPerson\": {\n                \"salutation\": \"Mr.\",\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"email\": \"m.mustermann@aditus-demo.de\",\n                \"company\": \"ADITUS GmbH\",\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"vatId\": null\n            }\n        },\n        \"cart\": {\n            \"id\": \"64ed9b39-6455-4df4-885a-1e7d6f4cadb3\",\n            \"expiryTime\": \"2025-04-29T18:00:00+02:00\",\n            \"user\": {\n                \"id\": \"00000000-0000-0000-0000-000000000000\",\n                \"isVerified\": true,\n                \"eMail\": null\n            },\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"number\": \"01\",\n                \"slug\": \"ed24\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"002dbee1-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                        \"name\": \"Day Pass\",\n                        \"internalName\": \"Day Pass\",\n                        \"description\": \"Das Tagesticket berechtigt Sie zum <strong>einmaligen Besuch</strong> der Experience Days an einem beliebigen Veranstaltungstag.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 16.81,\n                                    \"grossPrice\": 20,\n                                    \"tax\": 3.19,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=de&foregroundColor=%2300A4CC\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"01\",\n                        \"category\": \"VISITOR\",\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 3,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": false\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                            \"name\": \"Messetickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": {\n                            \"type\": \"self\",\n                            \"referencedSurveyResponse\": null,\n                            \"answers\": [\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                    \"value\": \"Frau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].LastName\",\n                                    \"value\": \"Musterfrau\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                    \"value\": \"Martina\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.Persons].Info1\",\n                                    \"value\": \"ADITUS GMBH\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].Street\",\n                                    \"value\": \"Straße der Nationen\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].PostalCode\",\n                                    \"value\": \"12345\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].City\",\n                                    \"value\": \"Hannover\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].StreetNumber\",\n                                    \"value\": \"5\"\n                                },\n                                {\n                                    \"isReadOnly\": false,\n                                    \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                    \"value\": \"DE\"\n                                }\n                            ],\n                            \"hasInformation\": true\n                        },\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2208,\n                                \"name\": \"RegistrationResponseValidationFailed\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The given response for the registration of the item is not valid\",\n                                \"details\": {\n                                    \"affectedItem\": \"002dbee1-0000-0000-0000-000000000000\",\n                                    \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                    \"errors\": [\n                                        \"The question 'Mobil-Nr.' must be answered!\",\n                                        \"The question 'Firmenbranche' must be answered!\",\n                                        \"The question 'Berufsbezeichnung' must be answered!\",\n                                        \"The question 'Verantwortungsbereich' must be answered!\"\n                                    ]\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6NTYsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6WzI1NF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNTRdfQ==\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": true,\n                        \"isValid\": false,\n                        \"minimumNumberOfBookings\": 1,\n                        \"maximumNumberOfBookings\": 1,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 16.81,\n                        \"grossPrice\": 20,\n                        \"tax\": 3.19,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"paymentProvider\": {\n                \"expiresAt\": \"2025-04-25T14:16:33.9634022+00:00\",\n                \"redirectUrl\": \"https://webfilesdev.blob.core.windows.net/comps/CMI/hosted.html?source=ADITUS_01-2024-1411793_DWTC&reference=ac877ed4-40b3-47bd-a77f-a19dfe0b4dec&rand=944485\",\n                \"redirectRequired\": true,\n                \"transactionToken\": null,\n                \"isExpressCheckoutInitialized\": false,\n                \"id\": \"ffe35c40-9bf9-ef11-93dd-00155d96040a\",\n                \"name\": \"DWTC-Paymentgateway\",\n                \"description\": null,\n                \"paymentMethods\": [\n                    {\n                        \"methodType\": \"Visa\"\n                    },\n                    {\n                        \"methodType\": \"Mastercard\"\n                    },\n                    {\n                        \"methodType\": \"Amex\"\n                    }\n                ],\n                \"configuration\": {\n                    \"useSandbox\": \"True\"\n                },\n                \"sort\": 0,\n                \"isDefault\": false,\n                \"isExpressCheckoutSupported\": false\n            },\n            \"buyerPerson\": {\n                \"email\": null,\n                \"firstName\": null,\n                \"lastName\": null,\n                \"company\": null,\n                \"salutation\": null,\n                \"vatId\": null,\n                \"address\": null,\n                \"isPrefilled\": false,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n                \"isValid\": false\n            },\n            \"billingPerson\": {\n                \"salutation\": \"Mr.\",\n                \"firstName\": \"Max\",\n                \"lastName\": \"Mustermann\",\n                \"email\": \"m.mustermann@aditus-demo.de\",\n                \"company\": \"ADITUS GmbH\",\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"30539\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"Germany\"\n                },\n                \"vatId\": null\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"f601e28f-dec5-468f-9304-0933e9acf13d"}],"id":"f19b3b92-b5d7-4aec-b7a4-1a6d83b0cb96","description":"<p>The <strong>buyer</strong> data does not have to be set, if the customer already registered the tickets for themselves.</p>\n<p>The <strong>billing</strong> data only has to be set if it differs from the buyer data.</p>\n","_postman_id":"f19b3b92-b5d7-4aec-b7a4-1a6d83b0cb96","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Recommendations","item":[{"name":"Get recommendations","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1323f2ce-759a-40ef-ae51-2596b46c36a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/recommendations","description":"<p>This endpoint retrieves recommendations for up-selling and cross-selling items related to the specified cart.</p>\n<h2 id=\"request\">Request</h2>\n<p>Thes endpoint does not require ar request body.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): The main data container for the recommendations.</p>\n<ul>\n<li><p><code>upSellings</code> (array): An array of recommended products for up-selling.</p>\n<ul>\n<li><p><code>article</code> (object): Details of the recommended product.</p>\n<ul>\n<li><p><code>prices</code> (array): An array of prices for the product.</p>\n</li>\n<li><p><code>recommendationImageUri</code> (string): The URI for the recommendation image.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the recommended product.</p>\n</li>\n<li><p><code>name</code> (string): The name of the recommended product.</p>\n</li>\n<li><p><code>description</code> (string): The description of the recommended product.</p>\n</li>\n<li><p><code>image</code> (object): Details of the product image.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the product.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the product.</p>\n</li>\n<li><p><code>type</code> (string): The type of the product.</p>\n</li>\n<li><p><code>ticketValidity</code> (string): The validity of the ticket for the product.</p>\n</li>\n<li><p><code>articleNumber</code> (string): The article number of the product.</p>\n</li>\n<li><p><code>amount</code> (object): Details of the product amount.</p>\n</li>\n<li><p><code>configuration</code> (object): Configuration details for the product.</p>\n</li>\n<li><p><code>timeslots</code> (array): An array of timeslots for the product.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>crossSellings</code> (array): An array of recommended products for cross-selling.</p>\n<ul>\n<li><code>article</code> (object): Details of the recommended product (similar structure as in <code>upSellings</code>).</li>\n</ul>\n</li>\n<li><p><code>description</code> (string): The description of the recommendations.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","recommendations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"2927fb1f-1c8a-487f-9c69-60b5ab7e2fa1","name":"Get recommendations","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/recommendations","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","recommendations"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1766"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 11:48:26 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bafea69ec4368ee11760779ffcfbd4fc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"tnXH6Y5pqUuvFPRiJavHmFAtsvICrv7GRt3in06qqUq7AQLLKsVyAQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"upSellings\": [\n            {\n                \"article\": {\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            }\n                        }\n                    ],\n                    \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&v=742020a5a86a79ee1bd089b224c94ee70f75331e6cef36b006ae6ec1be47879a\",\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"sort\": 0,\n                    \"isLegitimationRequired\": false,\n                    \"legitimationCategory\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"amount\": {\n                        \"remaining\": 6947\n                    },\n                    \"configuration\": {\n                        \"showRemainingAmount\": true,\n                        \"showRemainingAmountPerTimeslot\": true,\n                        \"showIfSoldOut\": true,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": null,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true\n                    },\n                    \"timeslots\": []\n                },\n                \"items\": [\n                    \"0043a550-0000-0000-0000-000000000000\"\n                ],\n                \"recommendations\": [\n                    {\n                        \"weight\": 2,\n                        \"article\": {\n                            \"prices\": [\n                                {\n                                    \"price\": {\n                                        \"price\": 5.8,\n                                        \"grossPrice\": 6.9,\n                                        \"tax\": 1.1,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    },\n                                    \"originalPrice\": {\n                                        \"price\": 5.8,\n                                        \"grossPrice\": 6.9,\n                                        \"tax\": 1.1,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    }\n                                }\n                            ],\n                            \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:11a2c2fd-6005-f011-93dd-00155d96040a&language=de&v=bd8ecdf0e28a7560589b740885cab2be5d42413d6808a321974a6fa452f6a352\",\n                            \"id\": \"11a2c2fd-6005-f011-93dd-00155d96040a\",\n                            \"name\": \"Nebel-Entdecker 🌌🔭\",\n                            \"internalName\": \"Nebula Explorer 🌌🔭\",\n                            \"description\": \"Zwei Tage kosmische Erkundung erwarten dich! Entdecke neue Welten, Technologien und Zivilisationen.\",\n                            \"image\": {\n                                \"key\": \"Default.TwoDayTicket\",\n                                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/TwoDayTicket?context=article:11a2c2fd-6005-f011-93dd-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                                \"type\": \"Icon\"\n                            },\n                            \"sort\": 1,\n                            \"isLegitimationRequired\": false,\n                            \"legitimationCategory\": null,\n                            \"type\": \"VisitorTicket\",\n                            \"ticketValidity\": \"MultipleDays\",\n                            \"articleNumber\": \"667\",\n                            \"category\": null,\n                            \"amount\": {\n                                \"remaining\": 2493\n                            },\n                            \"configuration\": {\n                                \"showRemainingAmount\": true,\n                                \"showRemainingAmountPerTimeslot\": true,\n                                \"showIfSoldOut\": true,\n                                \"soldOutText\": null,\n                                \"maxLengthOfDescription\": 250,\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"minNumberOfTicketsPerSale\": null,\n                                \"isInvitationEmailAddressChangePossible\": true\n                            },\n                            \"timeslots\": []\n                        }\n                    },\n                    {\n                        \"weight\": 3,\n                        \"article\": {\n                            \"prices\": [\n                                {\n                                    \"price\": {\n                                        \"price\": 7.14,\n                                        \"grossPrice\": 8.5,\n                                        \"tax\": 1.36,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    },\n                                    \"originalPrice\": {\n                                        \"price\": 7.14,\n                                        \"grossPrice\": 8.5,\n                                        \"tax\": 1.36,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    }\n                                }\n                            ],\n                            \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:ffe19f42-6805-f011-93dd-00155d96040a&language=de&v=670b5af14f910c0ea8c6c0f334dfcb9f918722bdfd95acd0fdad958fe846b1b8\",\n                            \"id\": \"ffe19f42-6805-f011-93dd-00155d96040a\",\n                            \"name\": \"Galaktischer Reisender 🚀🌠\",\n                            \"internalName\": \"Galactic Voyager 🚀🌠\",\n                            \"description\": \"Drei Tage interstellares Abenteuer! Tauche ein in die Wunder des Universums.\",\n                            \"image\": {\n                                \"key\": \"Default.ThreeDayTicket\",\n                                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/ThreeDayTicket?context=article:ffe19f42-6805-f011-93dd-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                                \"type\": \"Icon\"\n                            },\n                            \"sort\": 2,\n                            \"isLegitimationRequired\": false,\n                            \"legitimationCategory\": null,\n                            \"type\": \"VisitorTicket\",\n                            \"ticketValidity\": \"MultipleDays\",\n                            \"articleNumber\": \"668\",\n                            \"category\": null,\n                            \"amount\": {\n                                \"remaining\": 2497\n                            },\n                            \"configuration\": {\n                                \"showRemainingAmount\": true,\n                                \"showRemainingAmountPerTimeslot\": true,\n                                \"showIfSoldOut\": true,\n                                \"soldOutText\": null,\n                                \"maxLengthOfDescription\": 250,\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"minNumberOfTicketsPerSale\": null,\n                                \"isInvitationEmailAddressChangePossible\": true\n                            },\n                            \"timeslots\": []\n                        }\n                    },\n                    {\n                        \"weight\": 4,\n                        \"article\": {\n                            \"prices\": [\n                                {\n                                    \"price\": {\n                                        \"price\": 16.81,\n                                        \"grossPrice\": 20,\n                                        \"tax\": 3.19,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    },\n                                    \"originalPrice\": {\n                                        \"price\": 16.81,\n                                        \"grossPrice\": 20,\n                                        \"tax\": 3.19,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    }\n                                }\n                            ],\n                            \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:969040f9-6805-f011-93dd-00155d96040a&language=de&v=f195a77489446bed0144b2b3351353cd86dbc76d4f026eee5287100bc8b42ec3\",\n                            \"id\": \"969040f9-6805-f011-93dd-00155d96040a\",\n                            \"name\": \"Ewiger Bürger 🏛️🪐\",\n                            \"internalName\": \"Eternal Citizen 🏛️🪐\",\n                            \"description\": \"Werde ein ewiger Bürger des Kosmos! Unbegrenzter Zugang zur Messe für wahre Weltraumpioniere. Selbst falls du unsterblich bist: Dieses Ticket bleibt dir über <b>Jahrhunderte</b> erhalten, denn auch Jahrhunderte sind im kosmischen Maßstab nichts.\",\n                            \"image\": {\n                                \"key\": \"Default.PermanentTicket\",\n                                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/PermanentTicket?context=article:969040f9-6805-f011-93dd-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                                \"type\": \"Icon\"\n                            },\n                            \"sort\": 3,\n                            \"isLegitimationRequired\": false,\n                            \"legitimationCategory\": null,\n                            \"type\": \"VisitorTicket\",\n                            \"ticketValidity\": \"AllDays\",\n                            \"articleNumber\": \"669\",\n                            \"category\": null,\n                            \"amount\": {\n                                \"remaining\": 2495\n                            },\n                            \"configuration\": {\n                                \"showRemainingAmount\": true,\n                                \"showRemainingAmountPerTimeslot\": true,\n                                \"showIfSoldOut\": true,\n                                \"soldOutText\": null,\n                                \"maxLengthOfDescription\": 250,\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"minNumberOfTicketsPerSale\": null,\n                                \"isInvitationEmailAddressChangePossible\": true\n                            },\n                            \"timeslots\": []\n                        }\n                    }\n                ],\n                \"description\": \"Warum nur nach zwei, drei Sternen ⭐⭐ streben, wenn es das <b>ganze Universum</b> zu erkunden gibt? ✨✨ Sichere dir doch lieber eines der folgenden Tickets, um noch mehr zu erleben! \"\n            }\n        ],\n        \"crossSellings\": [\n            {\n                \"article\": {\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            },\n                            \"originalPrice\": {\n                                \"price\": 3.53,\n                                \"grossPrice\": 4.2,\n                                \"tax\": 0.67,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            }\n                        }\n                    ],\n                    \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&v=742020a5a86a79ee1bd089b224c94ee70f75331e6cef36b006ae6ec1be47879a\",\n                    \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                    \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                    \"internalName\": \"Starfarer Pass 🌟🛸\",\n                    \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                        \"type\": \"Icon\"\n                    },\n                    \"sort\": 0,\n                    \"isLegitimationRequired\": false,\n                    \"legitimationCategory\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"420\",\n                    \"category\": null,\n                    \"amount\": {\n                        \"remaining\": 6947\n                    },\n                    \"configuration\": {\n                        \"showRemainingAmount\": true,\n                        \"showRemainingAmountPerTimeslot\": true,\n                        \"showIfSoldOut\": true,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": null,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": true\n                    },\n                    \"timeslots\": []\n                },\n                \"items\": [\n                    \"0043a550-0000-0000-0000-000000000000\"\n                ],\n                \"recommendations\": [\n                    {\n                        \"weight\": 1,\n                        \"article\": {\n                            \"prices\": [\n                                {\n                                    \"price\": {\n                                        \"price\": 5.8,\n                                        \"grossPrice\": 6.9,\n                                        \"tax\": 1.1,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    },\n                                    \"originalPrice\": {\n                                        \"price\": 5.8,\n                                        \"grossPrice\": 6.9,\n                                        \"tax\": 1.1,\n                                        \"taxRate\": 19,\n                                        \"currency\": \"EUR\"\n                                    }\n                                }\n                            ],\n                            \"recommendationImageUri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ARTICLE_RECOMMENDATION_IMAGE?context=article:11a2c2fd-6005-f011-93dd-00155d96040a&language=de&v=bd8ecdf0e28a7560589b740885cab2be5d42413d6808a321974a6fa452f6a352\",\n                            \"id\": \"11a2c2fd-6005-f011-93dd-00155d96040a\",\n                            \"name\": \"Nebel-Entdecker 🌌🔭\",\n                            \"internalName\": \"Nebula Explorer 🌌🔭\",\n                            \"description\": \"Zwei Tage kosmische Erkundung erwarten dich! Entdecke neue Welten, Technologien und Zivilisationen.\",\n                            \"image\": {\n                                \"key\": \"Default.TwoDayTicket\",\n                                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/TwoDayTicket?context=article:11a2c2fd-6005-f011-93dd-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                                \"type\": \"Icon\"\n                            },\n                            \"sort\": 1,\n                            \"isLegitimationRequired\": false,\n                            \"legitimationCategory\": null,\n                            \"type\": \"VisitorTicket\",\n                            \"ticketValidity\": \"MultipleDays\",\n                            \"articleNumber\": \"667\",\n                            \"category\": null,\n                            \"amount\": {\n                                \"remaining\": 2493\n                            },\n                            \"configuration\": {\n                                \"showRemainingAmount\": true,\n                                \"showRemainingAmountPerTimeslot\": true,\n                                \"showIfSoldOut\": true,\n                                \"soldOutText\": null,\n                                \"maxLengthOfDescription\": 250,\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"minNumberOfTicketsPerSale\": null,\n                                \"isInvitationEmailAddressChangePossible\": true\n                            },\n                            \"timeslots\": []\n                        }\n                    }\n                ],\n                \"description\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"1323f2ce-759a-40ef-ae51-2596b46c36a4"},{"name":"Apply recommendations","event":[{"listen":"test","script":{"id":"36965b8a-beae-4cfe-93f5-a4dc510bea38","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d0703608-93ab-423b-8855-0de1e38bb8d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"upsellings\":\r\n    [\r\n        {\r\n            \"article\": \"fa94184d-55e9-ef11-93da-00155d96040a\", // articleId \r\n            \"items\": [ // item ids\r\n                \"0043a550-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"article\": \"11a2c2fd-6005-f011-93dd-00155d96040a\", // articleId \r\n            \"items\": []\r\n        }\r\n    ],\r\n    \"crossSellings\":\r\n    [ // article ids of items to add \r\n        {\r\n            \"article\": \"fa94184d-55e9-ef11-93da-00155d96040a\", // articleId \r\n            \"items\": [ // // item ids\r\n                \"0043a550-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"article\": \"11a2c2fd-6005-f011-93dd-00155d96040a\", // articleId \r\n            \"items\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/recommendations","description":"<p>This endpoint is used to add recommendations to a specific cart.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request body</h3>\n<ul>\n<li><p><code>upsellings</code>: An array of objects containing the article and items for upselling.</p>\n<ul>\n<li><p><code>article</code>: The unique identifier for the upselling article.</p>\n</li>\n<li><p><code>items</code>: An array of item identifiers for upselling.</p>\n</li>\n</ul>\n</li>\n<li><p><code>crossSellings</code>: An array of objects containing the article and items for cross-selling.</p>\n<ul>\n<li><p><code>article</code>: The unique identifier for the cross-selling article.</p>\n</li>\n<li><p><code>items</code>: An array of item identifiers for cross-selling.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response body will include the following fields:</p>\n<ul>\n<li><p><code>recommendationsApplied</code> (object): Details of the recommendations applied to the cart, including added articles, removed items, and problems.</p>\n</li>\n<li><p><code>cart</code> (object): Details of the cart, including ID, expiry time, user, event, promotion codes, items, totals, and buyer person.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","cart",":cart","recommendations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"$expand","value":"All"}],"variable":[{"description":{"content":"<p>The cart ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"cart"}]}},"response":[{"id":"c422ec41-875b-48c6-8f67-98cf909274d5","name":"Apply recommendations","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"upsellings\":\r\n    [\r\n        {\r\n            \"article\": \"fa94184d-55e9-ef11-93da-00155d96040a\", // articleId \r\n            \"items\": [ // item ids\r\n                \"0043a550-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"article\": \"11a2c2fd-6005-f011-93dd-00155d96040a\", // articleId \r\n            \"items\": []\r\n        }\r\n    ],\r\n    \"crossSellings\":\r\n    [ // article ids of items to add \r\n        {\r\n            \"article\": \"fa94184d-55e9-ef11-93da-00155d96040a\", // articleId \r\n            \"items\": [ // // item ids\r\n                \"0043a550-0000-0000-0000-000000000000\"\r\n            ]\r\n        },\r\n        {\r\n            \"article\": \"11a2c2fd-6005-f011-93dd-00155d96040a\", // articleId \r\n            \"items\": []\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/cart/:cart/recommendations","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","cart",":cart","recommendations"],"variable":[{"key":"cart","value":"","description":"The cart ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1952"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 11:55:15 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 474733f16f494ddb794b4f7dfd7de966.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"Z5eA0oLO03hf2B1CDkZ7x0SEp6g_RFhe78oFtK3UbeKBuCXn1gEZ6A=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"recommendationsApplied\": {\n            \"cartId\": \"1cfc5b4f-6576-44f8-9595-705922c88c25\",\n            \"addedArticles\": [\n                {\n                    \"reservation\": {\n                        \"id\": \"0043a552-0000-0000-0000-000000000000\",\n                        \"validUntil\": \"2025-06-02T13:55:16.1646415+02:00\"\n                    },\n                    \"item\": {\n                        \"id\": \"0043a552-0000-0000-0000-000000000000\"\n                    }\n                },\n                {\n                    \"reservation\": {\n                        \"id\": \"0043a553-0000-0000-0000-000000000000\",\n                        \"validUntil\": \"2025-06-02T13:55:16.3214544+02:00\"\n                    },\n                    \"item\": {\n                        \"id\": \"0043a553-0000-0000-0000-000000000000\"\n                    }\n                }\n            ],\n            \"removedItems\": [\n                {\n                    \"itemId\": \"0043a550-0000-0000-0000-000000000000\",\n                    \"successful\": true,\n                    \"article\": {\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"articleGroup\": {\n                            \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                            \"name\": \"Standard Eintrittstickets\",\n                            \"description\": null,\n                            \"sort\": 0,\n                            \"isExpanded\": false,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null\n                            }\n                        },\n                        \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                        \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                        \"internalName\": \"Starfarer Pass 🌟🛸\",\n                        \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                            \"type\": \"Icon\"\n                        },\n                        \"sort\": 0,\n                        \"isLegitimationRequired\": false,\n                        \"legitimationCategory\": null,\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"420\",\n                        \"category\": null,\n                        \"amount\": {\n                            \"remaining\": 6947\n                        },\n                        \"configuration\": {\n                            \"showRemainingAmount\": true,\n                            \"showRemainingAmountPerTimeslot\": true,\n                            \"showIfSoldOut\": true,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"timeslots\": []\n                    }\n                }\n            ],\n            \"problems\": []\n        },\n        \"cart\": {\n            \"id\": \"1cfc5b4f-6576-44f8-9595-705922c88c25\",\n            \"expiryTime\": \"3175-12-31T04:20:00+01:00\",\n            \"user\": {\n                \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n                \"isVerified\": true,\n                \"eMail\": \"a.greve@aditus.de\"\n            },\n            \"event\": {\n                \"id\": \"10b992c5-53e9-ef11-93da-00155d96040a\",\n                \"name\": \"Galaxio Messe\",\n                \"year\": \"2050\",\n                \"number\": \"6666\",\n                \"slug\": \"GalaxioExpo2050\"\n            },\n            \"promotionCodes\": [],\n            \"items\": [\n                {\n                    \"id\": \"0043a552-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                        \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                        \"internalName\": \"Starfarer Pass 🌟🛸\",\n                        \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"420\",\n                        \"category\": null,\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 20,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                            \"name\": \"Standard Eintrittstickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 3.53,\n                        \"grossPrice\": 4.2,\n                        \"tax\": 0.67,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"0043a552-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                },\n                {\n                    \"id\": \"0043a553-0000-0000-0000-000000000000\",\n                    \"article\": {\n                        \"id\": \"fa94184d-55e9-ef11-93da-00155d96040a\",\n                        \"name\": \"Sternenreisender-Pass 🌟🛸\",\n                        \"internalName\": \"Starfarer Pass 🌟🛸\",\n                        \"description\": \"Begib dich auf eine Reise durch die Sterne! Dieser Pass gewährt dir 1-tägigen Zugang zur ultimativen intergalaktischen Messe.\",\n                        \"sort\": 0,\n                        \"prices\": [\n                            {\n                                \"price\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                },\n                                \"originalPrice\": {\n                                    \"price\": 3.53,\n                                    \"grossPrice\": 4.2,\n                                    \"tax\": 0.67,\n                                    \"taxRate\": 19,\n                                    \"currency\": \"EUR\"\n                                }\n                            }\n                        ],\n                        \"image\": {\n                            \"key\": \"Default.OneDayTicket\",\n                            \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:fa94184d-55e9-ef11-93da-00155d96040a&language=de&foregroundColor=%23C000C0\",\n                            \"type\": \"Icon\"\n                        },\n                        \"type\": \"VisitorTicket\",\n                        \"ticketValidity\": \"OneDay\",\n                        \"articleNumber\": \"420\",\n                        \"category\": null,\n                        \"legitimationCategory\": null,\n                        \"configuration\": {\n                            \"showRemainingAmount\": false,\n                            \"showRemainingAmountPerTimeslot\": false,\n                            \"showIfSoldOut\": false,\n                            \"soldOutText\": null,\n                            \"maxLengthOfDescription\": 250,\n                            \"maxNumberOfTicketsPerSale\": 20,\n                            \"minNumberOfTicketsPerSale\": null,\n                            \"isInvitationEmailAddressChangePossible\": true\n                        },\n                        \"articleGroup\": {\n                            \"id\": \"ec2a3c84-7d05-f011-93dd-00155d96040a\",\n                            \"name\": \"Standard Eintrittstickets\",\n                            \"sort\": 0,\n                            \"configuration\": {\n                                \"maxNumberOfTicketsPerSale\": null,\n                                \"isExclusiveAssortment\": false\n                            }\n                        }\n                    },\n                    \"promotionCodes\": [],\n                    \"voucherCode\": null,\n                    \"price\": {\n                        \"price\": 3.53,\n                        \"grossPrice\": 4.2,\n                        \"tax\": 0.67,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"registration\": {\n                        \"data\": null,\n                        \"isValid\": false,\n                        \"problems\": [\n                            {\n                                \"code\": 2205,\n                                \"name\": \"ItemRequiresRegistrationResult\",\n                                \"category\": \"Registration\",\n                                \"message\": \"The item requires a registration but no registration information was provided\",\n                                \"details\": {\n                                    \"affectedItem\": \"0043a553-0000-0000-0000-000000000000\"\n                                }\n                            }\n                        ],\n                        \"isRequired\": true,\n                        \"isPossible\": true,\n                        \"types\": {\n                            \"self\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlNlbGYiLCJUZXJtaW5hbFNldElkIjpudWxsLCJGYWlyZXZlbnRJZCI6MTM3LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOlsyNzAwXX0=\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            },\n                            \"thirdPerson\": {\n                                \"isPossible\": true,\n                                \"survey\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuUmVnaXN0cmF0aW9uLlRoaXJkUGVyc29uQnlIaW1zZWxmIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbMjcwMF19\",\n                                \"hasToBeCompletedByTicketOwnerHimself\": true\n                            }\n                        }\n                    },\n                    \"legitimation\": {\n                        \"isRequired\": false,\n                        \"isIncomplete\": false\n                    },\n                    \"timeslots\": {\n                        \"isEnabled\": false,\n                        \"isValid\": true,\n                        \"bookings\": []\n                    }\n                }\n            ],\n            \"totals\": [\n                {\n                    \"original\": {\n                        \"price\": 7.06,\n                        \"grossPrice\": 8.4,\n                        \"tax\": 1.34,\n                        \"taxRate\": 19,\n                        \"currency\": \"EUR\"\n                    },\n                    \"price\": 7.06,\n                    \"grossPrice\": 8.4,\n                    \"tax\": 1.34,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                }\n            ],\n            \"isImmutable\": false,\n            \"isPaymentImmutable\": false,\n            \"isLegitimationImmutable\": false,\n            \"isRegistrationImmutable\": false,\n            \"isAmountImmutable\": false,\n            \"isRegistrationOnly\": false,\n            \"isRegistrationRequired\": true,\n            \"isLegitimationRequired\": false,\n            \"isPaymentRequired\": true,\n            \"buyerPerson\": {\n                \"email\": \"m.musterfrau@aditus.de\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"company\": \"ADITUS GMBH\",\n                \"salutation\": \"Frau\",\n                \"vatId\": null,\n                \"address\": {\n                    \"street\": \"Straße der Nationen\",\n                    \"houseNumber\": \"5\",\n                    \"postalCode\": \"12345\",\n                    \"city\": \"Hannover\",\n                    \"county\": \"Niedersachsen\",\n                    \"country\": \"DE\"\n                },\n                \"isPrefilled\": true,\n                \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEzNywiUm9sZUlkIjpudWxsLCJBcnRpY2xlSWRzIjpbXX0=\",\n                \"isValid\": true\n            },\n            \"status\": \"Active\",\n            \"culture\": \"de\"\n        }\n    }\n}"}],"_postman_id":"d0703608-93ab-423b-8855-0de1e38bb8d1"}],"id":"491aa463-24b7-4abc-b41e-2068233cc8e0","description":"<p><em>Recommendations are available from Release Version 118 onwards.</em></p>\n<p>These endpoints allow to offer additional articles in a ticket shop through cross-selling and up-selling. These offers are suggested to the user when purchasing a ticket. The suggestions can include various items such as additional tickets or services that increase or complement the value of the original purchase.</p>\n<p>Up-selling: When a user selects a ticket, more expensive or enhanced ticket options (e.g., \"Go Green Day Ticket XL\") can be offered as an up-sell.</p>\n<p>Cross-selling: Users are offered related products that they can purchase additionally (e.g., parking tickets that can be booked together with a ticket).</p>\n","_postman_id":"491aa463-24b7-4abc-b41e-2068233cc8e0","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}}],"id":"eb3f583a-9499-4657-8021-176194c84af3","description":"<p>The Cart section is responsible for managing the shopping cart functionality. The API is designed to streamline the process of integrating the shopping cart functionality into your application. It provides a straightforward way to retrieve and manipulate cart data, making it easy to build features like adding items to the cart, updating quantities, or removing items.</p>\n<p>Whether you are a developer looking to integrate the shopping cart functionality into your application or a non-technical role seeking an understanding of how the cart works, the Cart API section provides clear documentation and straightforward functionality to make your integration process seamless.</p>\n<p>If a response includes a cart, the according request can be modified by an <em>expand</em> parameter. The <em>expand</em> parameter specifies which additional information should be included in the cart.</p>\n<p>Available <em>expand parameters:</em></p>\n<ul>\n<li><p>All below</p>\n</li>\n<li><p>AssociatedPersonOnItems</p>\n</li>\n<li><p>AvailableTimeslotsOnItems</p>\n</li>\n<li><p>Actions</p>\n</li>\n<li><p>Problems</p>\n</li>\n</ul>\n","_postman_id":"eb3f583a-9499-4657-8021-176194c84af3","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"User","item":[{"name":"Carts","item":[{"name":"Get carts","id":"6fe1d6dc-3057-4980-ab41-8a4f1a2acc27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/carts?event=ed24","description":"<p>This API endpoint retrieves the carts associated with a specific user, optionally filtered by a provided event.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>user</code> (path parameter): The user for whom the carts are being retrieved.</p>\n</li>\n<li><p><code>event</code> (optional): The specific event for which the carts are being retrieved.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will include an array of carts.</p>\n<ul>\n<li><p><code>carts</code> (array):</p>\n<ul>\n<li><p><code>id</code>: The unique identifier for the cart.</p>\n</li>\n<li><p><code>status</code>: The current status of the cart.</p>\n</li>\n<li><p><code>event</code>: An object containing details of the associated event, including its ID, name, year, number, and slug.</p>\n</li>\n<li><p><code>user</code>: An object containing details of the user associated with the cart, including the user's ID, verification status, and email.</p>\n</li>\n<li><p><code>order</code>: Details of the order associated with the cart, if any.</p>\n</li>\n<li><p><code>createdAt</code>: The timestamp indicating when the cart was created.</p>\n</li>\n<li><p><code>updatedAt</code>: The timestamp indicating when the cart was last updated.</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","carts"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"key":"event","value":"ed24"}],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"989be15f-97ee-4a95-a258-ebd9c28d2a70","name":"Get carts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/carts?event=ed24","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","carts"],"query":[{"key":"event","value":"ed24","description":"The event slug"}],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1352"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 08 May 2025 12:48:53 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ed4565467c6c9847b6a3fcb6cec799e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"FAoGzI1NbdDQzELmx6qArj3z_Y2PKef9ffIRh5YJ9OMmXVe0XwgDTw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"carts\": [\n            {\n                \"id\": \"0e8e2d0f-d373-4dee-ad40-185870fc5dd2\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-05-05T11:39:04.6990516+02:00\",\n                \"updatedAt\": \"2025-05-05T14:40:46.121984+02:00\"\n            },\n            {\n                \"id\": \"4a077e39-82f5-49ee-819f-1d25130c0750\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-03-20T08:44:46.5629602+01:00\",\n                \"updatedAt\": \"2025-03-20T08:44:46.5629602+01:00\"\n            },\n            {\n                \"id\": \"e22ab31a-173c-4af9-aab4-212b96dcfe4b\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2024-01-02T15:57:23.8087661+01:00\",\n                \"updatedAt\": \"2024-01-02T15:57:23.8087661+01:00\"\n            },\n            {\n                \"id\": \"2d3d25df-6644-46fc-bf28-2a74f672e2a4\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-05-08T10:59:59.6673956+02:00\",\n                \"updatedAt\": \"2025-05-08T11:00:30.8438225+02:00\"\n            },\n            {\n                \"id\": \"c03d22e2-679d-4e50-b5bd-31d511bc6046\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2024-08-21T10:25:46.9254038+02:00\",\n                \"updatedAt\": \"2024-08-21T10:25:46.9254038+02:00\"\n            },\n            {\n                \"id\": \"6607c9f8-ca58-42b3-9b65-443a0a87f758\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-28T13:36:59.6038004+02:00\",\n                \"updatedAt\": \"2025-04-28T13:36:59.6038004+02:00\"\n            },\n            {\n                \"id\": \"d0e0259f-ed49-48c6-8df8-4f11f31b6167\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-05-05T15:27:49.0628812+02:00\",\n                \"updatedAt\": \"2025-05-05T15:28:29.2811277+02:00\"\n            },\n            {\n                \"id\": \"974634fa-ab14-4f60-ac8e-5d3d8c801a79\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2024-08-21T12:02:37.0363446+02:00\",\n                \"updatedAt\": \"2024-08-28T09:54:36.9910597+02:00\"\n            },\n            {\n                \"id\": \"592ee39c-6c8d-450b-958d-5fe1a28d21e1\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2024-12-05T09:18:19.3912811+01:00\",\n                \"updatedAt\": \"2024-12-05T09:18:19.3912811+01:00\"\n            },\n            {\n                \"id\": \"c1a8ec26-3944-4199-aaee-7985f03fada7\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-05-05T15:39:50.0344974+02:00\",\n                \"updatedAt\": \"2025-05-05T17:27:23.1599487+02:00\"\n            },\n            {\n                \"id\": \"b27ca4f8-7d0e-49b6-b17d-7a54fbf79837\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-28T13:37:48.203965+02:00\",\n                \"updatedAt\": \"2025-05-05T08:30:59.3160627+02:00\"\n            },\n            {\n                \"id\": \"8461fc8a-9594-4c61-aef6-82b165869fcd\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-03-07T16:33:57.0085956+01:00\",\n                \"updatedAt\": \"2025-03-07T16:34:24.2570855+01:00\"\n            },\n            {\n                \"id\": \"43cccafc-aecb-4ca8-a531-91f9b58d0ff4\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-28T13:33:37.7890494+02:00\",\n                \"updatedAt\": \"2025-04-28T13:33:37.7890494+02:00\"\n            },\n            {\n                \"id\": \"9d308a79-095c-4797-9fed-985664f4546b\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-24T16:19:41.8873457+02:00\",\n                \"updatedAt\": \"2025-04-24T16:19:46.8957133+02:00\"\n            },\n            {\n                \"id\": \"1a2d6404-7359-4911-910b-9e4f31f699b3\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-02-06T16:57:18.1597275+01:00\",\n                \"updatedAt\": \"2025-02-06T16:57:18.1597275+01:00\"\n            },\n            {\n                \"id\": \"8149fe2a-3d48-4f26-adaf-a4722cc73228\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-24T14:32:30.6424138+02:00\",\n                \"updatedAt\": \"2025-04-24T15:49:47.7000897+02:00\"\n            },\n            {\n                \"id\": \"84907425-45bd-404f-8ec8-a7a8372de903\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-01-29T11:20:09.416509+01:00\",\n                \"updatedAt\": \"2025-01-29T11:20:09.416509+01:00\"\n            },\n            {\n                \"id\": \"715b15f3-eb6a-4e0e-bbb4-ab31d85a1001\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2024-08-21T10:32:27.7230313+02:00\",\n                \"updatedAt\": \"2024-08-21T11:38:15.7012985+02:00\"\n            },\n            {\n                \"id\": \"7ffd978d-2185-4865-9357-c784db67526b\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-02-06T16:29:20.8648104+01:00\",\n                \"updatedAt\": \"2025-02-06T16:29:20.8648104+01:00\"\n            },\n            {\n                \"id\": \"4422e0fe-73dc-455b-97a0-db1b334c690a\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-05-08T10:11:25.436166+02:00\",\n                \"updatedAt\": \"2025-05-08T10:11:25.436166+02:00\"\n            },\n            {\n                \"id\": \"27f92259-32e3-4c74-ad30-e02340336117\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-03-06T15:52:20.3193226+01:00\",\n                \"updatedAt\": \"2025-03-06T15:52:20.3203223+01:00\"\n            },\n            {\n                \"id\": \"e95bc975-b607-43fe-89b8-e4c4dbaffc5b\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-02-18T15:52:37.8404666+01:00\",\n                \"updatedAt\": \"2025-02-18T15:52:37.8404666+01:00\"\n            },\n            {\n                \"id\": \"2aaf37ac-c102-42e2-ab38-f5def744b707\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-04-24T16:22:53.2287931+02:00\",\n                \"updatedAt\": \"2025-04-24T16:22:53.2287931+02:00\"\n            },\n            {\n                \"id\": \"43c354f6-2c01-460e-973d-fcc05d44fd37\",\n                \"status\": \"Abandoned\",\n                \"event\": {\n                    \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                    \"name\": \"Erlebnistage\",\n                    \"year\": \"2024\",\n                    \"number\": \"01\",\n                    \"slug\": \"ed24\"\n                },\n                \"user\": {\n                    \"id\": \"00000000-0000-0000-0000-000000000000\",\n                    \"isVerified\": true,\n                    \"eMail\": null\n                },\n                \"order\": null,\n                \"createdAt\": \"2025-02-06T11:13:54.096158+01:00\",\n                \"updatedAt\": \"2025-02-06T11:13:54.096158+01:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6fe1d6dc-3057-4980-ab41-8a4f1a2acc27"}],"id":"dffd07ff-7a02-4b8f-b7a3-b3920b4c97cd","_postman_id":"dffd07ff-7a02-4b8f-b7a3-b3920b4c97cd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Orders","item":[{"name":"Get orders","id":"4ce24f8c-59e1-4eb7-95ef-f955ac8d854a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders?event=ed24","description":"<p>This endpoint allows you to retrieve orders for a specific user based on the provided event.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>user</code> (path): The user for whom the orders are to be retrieved.</p>\n</li>\n<li><p><code>event</code> (query): The event based on which the orders are filtered.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain an array of order objects, each including the following details:</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the order.</p>\n</li>\n<li><p><code>number</code> (string): The order number.</p>\n</li>\n<li><p><code>orderedAt</code> (string): The date and time when the order was placed.</p>\n</li>\n<li><p><code>orderedBy</code> (object): Details of the user who placed the order, including salutation, first name, last name, email, company, VAT ID, and address.</p>\n</li>\n<li><p><code>isThirdPartyPurchase</code> (boolean): Indicates if the purchase was made by a third party.</p>\n</li>\n<li><p><code>price</code> (object): The pricing details including gross price, net price, tax, and currency.</p>\n</li>\n<li><p><code>status</code> (string): The status of the order.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the order, including id, name, year, icon, logo, isActive, slug, and dateTimeSpan.</p>\n</li>\n<li><p><code>shipping</code> (object): Details of the shipping including shipped to, shipped at, and type.</p>\n</li>\n<li><p><code>payment</code> (object): Details of the payment including provider name, status, and settled at.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","orders"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>The event slug</p>\n","type":"text/plain"},"key":"event","value":"ed24"}],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"9fb9addb-de43-422b-b94e-8a03a6378991","name":"Get orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders?event=ed24","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","orders"],"query":[{"key":"event","value":"ed24","description":"The event slug"}],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"857"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 13:22:03 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1877c1d3c1c0435e896415d580d52c52.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"P-mZGZiFDuCI7uthHUSfCYo3SU0Ydzp1jdADcoqapZGLVrWhWgY5YA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"65421ae7-2c3a-f011-93e1-00155d96040a\",\n            \"number\": \"1596-2025-1596512481\",\n            \"orderedAt\": \"2025-05-26T14:28:25.637\",\n            \"orderedBy\": {\n                \"salutation\": \"Frau\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"email\": \"wretziluwetdhfh@gfds.df\",\n                \"company\": \"ADITUS GMBH\",\n                \"vatId\": \"1234567890\",\n                \"address\": {\n                    \"street\": \"Irmgardstraße\",\n                    \"houseNumber\": \"1\",\n                    \"postalCode\": \"44212\",\n                    \"city\": \"Bauerndorf\",\n                    \"county\": null,\n                    \"country\": \"DE\"\n                }\n            },\n            \"isThirdPartyPurchase\": false,\n            \"price\": {\n                \"grossPrice\": 33,\n                \"netPrice\": 27.73,\n                \"tax\": 5.27,\n                \"currency\": \"EUR\"\n            },\n            \"status\": \"Pending\",\n            \"event\": {\n                \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n                \"name\": \"DVO Con\",\n                \"year\": \"2025\",\n                \"icon\": {\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                    \"type\": \"Icon\",\n                    \"background\": \"Light\"\n                },\n                \"logo\": {\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                    \"type\": \"Logo\",\n                    \"background\": \"Light\"\n                },\n                \"isActive\": true,\n                \"slug\": \"dvo25\",\n                \"dateTimeSpan\": {\n                    \"start\": \"2025-11-10T09:15:00+01:00\",\n                    \"end\": \"2025-11-15T17:15:00+01:00\"\n                }\n            },\n            \"shipping\": {\n                \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n                \"shippedAt\": \"2025-05-26T14:28:25.6353751\",\n                \"type\": \"Email\"\n            },\n            \"payment\": {\n                \"providerName\": \"PayPal\",\n                \"status\": \"Reserved\",\n                \"settledAt\": \"2025-05-26T14:29:03.2216148+02:00\"\n            }\n        },\n        {\n            \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n            \"number\": \"1596-2025-1596512482\",\n            \"orderedAt\": \"2025-05-26T14:44:53.91\",\n            \"orderedBy\": {\n                \"salutation\": \"Frau\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"email\": \"wretziluwetdhfh@gfds.df\",\n                \"company\": \"ADITUS GMBH\",\n                \"vatId\": \"1234567890\",\n                \"address\": {\n                    \"street\": \"Irmgardstraße\",\n                    \"houseNumber\": \"1\",\n                    \"postalCode\": \"44212\",\n                    \"city\": \"Bauerndorf\",\n                    \"county\": null,\n                    \"country\": \"DE\"\n                }\n            },\n            \"isThirdPartyPurchase\": false,\n            \"price\": {\n                \"grossPrice\": 33,\n                \"netPrice\": 27.73,\n                \"tax\": 5.27,\n                \"currency\": \"EUR\"\n            },\n            \"status\": \"Completed\",\n            \"event\": {\n                \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n                \"name\": \"DVO Con\",\n                \"year\": \"2025\",\n                \"icon\": {\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                    \"type\": \"Icon\",\n                    \"background\": \"Light\"\n                },\n                \"logo\": {\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:62a6ca62-05e6-ee11-93d5-00155d96040a&language=de&v=3e4bef49e5c48c01a8e63eeeb09be951302a963cfbe3c9c7e1ff9b167fb134a6\",\n                    \"type\": \"Logo\",\n                    \"background\": \"Light\"\n                },\n                \"isActive\": true,\n                \"slug\": \"dvo25\",\n                \"dateTimeSpan\": {\n                    \"start\": \"2025-11-10T09:15:00+01:00\",\n                    \"end\": \"2025-11-15T17:15:00+01:00\"\n                }\n            },\n            \"shipping\": {\n                \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n                \"shippedAt\": \"2025-05-26T14:44:53.9099038\",\n                \"type\": \"Email\"\n            },\n            \"payment\": {\n                \"providerName\": \"Invoice\",\n                \"status\": \"Reserved\",\n                \"settledAt\": \"2025-05-26T14:47:58.3103561+02:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4ce24f8c-59e1-4eb7-95ef-f955ac8d854a"},{"name":"Get order details","id":"bb8744bf-cb31-435d-9384-65b7a7338a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId","description":"<p>This endpoint retrieves the details of a specific order associated with a user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the order.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>items</code> (array) : The list of items included in the order</p>\n</li>\n<li><p><code>receipts</code> (array) : The receipts of the order</p>\n</li>\n<li><p><code>legitimations</code>(array) : The legitimations of the order</p>\n</li>\n<li><p><code>payment</code> (object): information concerning the payment</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean)</p>\n</li>\n<li><p><code>canChangeRegistrationData</code> (boolean)</p>\n</li>\n<li><p><code>isVerifiedOrder</code> (boolean)</p>\n</li>\n<li><p><code>id</code> (string) : The unique identifier of the order.</p>\n</li>\n<li><p><code>number</code> (string)</p>\n</li>\n<li><p><code>orderedAt</code> (string) : The date and time of the order</p>\n</li>\n<li><p><code>orderedBy</code>(object) : Details of the user associated with the order, including userId, verificationStatus, and email</p>\n</li>\n<li><p><code>isThirdPartyPurchase</code> (boolean)</p>\n</li>\n<li><p><code>price</code> (object)</p>\n</li>\n<li><p><code>status</code> (string)</p>\n</li>\n<li><p><code>event</code> (object)</p>\n</li>\n<li><p><code>shipping</code> (object)</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":userId","orders",":orderId"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"userId"},{"description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"orderId"}]}},"response":[{"id":"35b8045c-f871-4060-9cbc-f8999a208a94","name":"Get order details","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","orders",":orderId"],"variable":[{"key":"userId","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"orderId","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 13:25:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"nYkGLqd7Ht5KqnwxKIA015Nr0logEnvTXH8CcveBDwTQi-yK9mNVFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"items\": [\n            {\n                \"id\": \"0033cd72-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                    \"name\": \"Dayticket\\r\\n\",\n                    \"internalName\": \"Tagesticket\",\n                    \"description\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"None\",\n                    \"articleNumber\": \"951\",\n                    \"category\": \"VISITOR\",\n                    \"price\": {\n                        \"grossPrice\": 33,\n                        \"netPrice\": 27.73,\n                        \"tax\": 5.27,\n                        \"currency\": \"EUR\"\n                    },\n                    \"sort\": 0,\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=en&foregroundColor=%2301918F\",\n                        \"type\": \"Icon\"\n                    }\n                },\n                \"price\": {\n                    \"grossPrice\": 33,\n                    \"netPrice\": 27.73,\n                    \"tax\": 5.27,\n                    \"currency\": \"EUR\"\n                },\n                \"promotionCodes\": [],\n                \"links\": [\n                    {\n                        \"mediaType\": \"PrintAtHomeTicket\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGRm/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"Passbook\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGtwYXNz/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"GoogleWallet\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9Z29vZ2xld2FsbGV0/\"\n                    }\n                ],\n                \"owner\": {\n                    \"salutation\": \"Frau\",\n                    \"firstName\": \"Martina\",\n                    \"lastName\": \"Musterfrau\",\n                    \"email\": \"wretziluwetdhfh@gfds.df\"\n                },\n                \"status\": \"Registered\",\n                \"timeslots\": [],\n                \"ticket\": {\n                    \"barcode\": \"1596595170008769\",\n                    \"type\": \"VisitorTicket\"\n                }\n            }\n        ],\n        \"receipts\": [\n            {\n                \"type\": \"Bill\",\n                \"number\": \"1596-2025-1596507581\",\n                \"createdAt\": \"2025-05-26T14:47:59.7293336+02:00\",\n                \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/Receipts/11280?S=r3ayZPAuDi4nQ\"\n            }\n        ],\n        \"legitimations\": [],\n        \"payment\": {\n            \"providerName\": \"Invoice\",\n            \"status\": \"Reserved\",\n            \"settledAt\": \"2025-05-26T14:47:58.3103561+02:00\"\n        },\n        \"isRegistrationOnly\": true,\n        \"canChangeRegistrationData\": true,\n        \"isVerifiedOrder\": true,\n        \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n        \"number\": \"1596-2025-1596512482\",\n        \"orderedAt\": \"2025-05-26T14:44:53.91\",\n        \"orderedBy\": {\n            \"salutation\": \"Frau\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"email\": \"wretziluwetdhfh@gfds.df\",\n            \"company\": \"ADITUS GMBH\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Irmgardstraße\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"44212\",\n                \"city\": \"Bauerndorf\",\n                \"county\": null,\n                \"country\": \"DE\"\n            }\n        },\n        \"isThirdPartyPurchase\": false,\n        \"price\": {\n            \"grossPrice\": 33,\n            \"netPrice\": 27.73,\n            \"tax\": 5.27,\n            \"currency\": \"EUR\"\n        },\n        \"status\": \"Completed\",\n        \"event\": {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"icon\": null,\n            \"logo\": null,\n            \"isActive\": false,\n            \"slug\": \"dvo25\",\n            \"dateTimeSpan\": null\n        },\n        \"shipping\": {\n            \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n            \"shippedAt\": \"2025-05-26T14:44:53.9099038\",\n            \"type\": \"Email\"\n        }\n    }\n}"}],"_postman_id":"bb8744bf-cb31-435d-9384-65b7a7338a78"},{"name":"Get exhibitor recommendations","id":"a1fe091a-ace5-40d6-b01a-621381ecf063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3","description":"<p>This endpoint retrieves exhibitor recommendations for a specific order associated with a user. It allows you to get tailored suggestions based on the order details.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order recommendations are being requested.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the order for which recommendations are sought.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of recommendations to return (e.g., <code>amount=3</code>). If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object structured as follows:</p>\n<ul>\n<li><p><code>data</code> (object) : Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array) : A list of recommended exhibitors, where each recommendation includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string) : The title of the recommendation.</p>\n</li>\n<li><p><code>description</code> (string) : A brief description of the recommendation.</p>\n</li>\n<li><p><code>link</code> (string) : A URL link to more information about the recommendation.</p>\n</li>\n<li><p><code>logoLink</code> (string) : A URL link to the logo associated with the recommendation.</p>\n</li>\n<li><p><code>badges</code> (array) : A list of badges associated with the recommendation, where each badge includes:</p>\n<ul>\n<li><p><code>color</code> (string|null) : The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string) : The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string) : The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array) : A list of categories associated with the recommendation, where each category includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string) : The text description of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"additional-notes\">Additional Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> and <code>orderId</code> are valid to receive accurate recommendations.</p>\n</li>\n<li><p>The <code>amount</code> parameter can be adjusted to control the number of recommendations returned. If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"request-1\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order is being queried.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the specific order for which recommendations are requested.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of exhibitor recommendations to retrieve (default is 10).</p>\n</li>\n</ul>\n<h2 id=\"response-1\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array): A list of recommended exhibitors based on the order.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string): The title of the recommended exhibitor.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the recommended exhibitor.</p>\n</li>\n<li><p><code>link</code> (string): A URL link to the recommended exhibitor's page.</p>\n</li>\n<li><p><code>logoLink</code> (string): A URL link to the logo of the recommended exhibitor.</p>\n</li>\n<li><p><code>badges</code> (array): A list of badges associated with the recommendation.</p>\n<ul>\n<li><p><code>color</code> (string|null): The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string): The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array): A list of categories associated with the recommendation.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string): The name of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong> The response structure may vary, and additional fields may be included based on the specific recommendations provided.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":userId","orders",":orderId","exhibitor-recommendations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"amount","value":"3"}],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"userId"},{"description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"orderId"}]}},"response":[{"id":"380a8ac7-bc46-4d16-b8e5-025f5a5425c1","name":"Get exhibitor recommendations","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","orders",":orderId"],"variable":[{"key":"userId","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"orderId","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 13:25:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"nYkGLqd7Ht5KqnwxKIA015Nr0logEnvTXH8CcveBDwTQi-yK9mNVFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"items\": [\n            {\n                \"id\": \"0033cd72-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                    \"name\": \"Dayticket\\r\\n\",\n                    \"internalName\": \"Tagesticket\",\n                    \"description\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"None\",\n                    \"articleNumber\": \"951\",\n                    \"category\": \"VISITOR\",\n                    \"price\": {\n                        \"grossPrice\": 33,\n                        \"netPrice\": 27.73,\n                        \"tax\": 5.27,\n                        \"currency\": \"EUR\"\n                    },\n                    \"sort\": 0,\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=en&foregroundColor=%2301918F\",\n                        \"type\": \"Icon\"\n                    }\n                },\n                \"price\": {\n                    \"grossPrice\": 33,\n                    \"netPrice\": 27.73,\n                    \"tax\": 5.27,\n                    \"currency\": \"EUR\"\n                },\n                \"promotionCodes\": [],\n                \"links\": [\n                    {\n                        \"mediaType\": \"PrintAtHomeTicket\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGRm/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"Passbook\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGtwYXNz/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"GoogleWallet\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9Z29vZ2xld2FsbGV0/\"\n                    }\n                ],\n                \"owner\": {\n                    \"salutation\": \"Frau\",\n                    \"firstName\": \"Martina\",\n                    \"lastName\": \"Musterfrau\",\n                    \"email\": \"wretziluwetdhfh@gfds.df\"\n                },\n                \"status\": \"Registered\",\n                \"timeslots\": [],\n                \"ticket\": {\n                    \"barcode\": \"1596595170008769\",\n                    \"type\": \"VisitorTicket\"\n                }\n            }\n        ],\n        \"receipts\": [\n            {\n                \"type\": \"Bill\",\n                \"number\": \"1596-2025-1596507581\",\n                \"createdAt\": \"2025-05-26T14:47:59.7293336+02:00\",\n                \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/Receipts/11280?S=r3ayZPAuDi4nQ\"\n            }\n        ],\n        \"legitimations\": [],\n        \"payment\": {\n            \"providerName\": \"Invoice\",\n            \"status\": \"Reserved\",\n            \"settledAt\": \"2025-05-26T14:47:58.3103561+02:00\"\n        },\n        \"isRegistrationOnly\": true,\n        \"canChangeRegistrationData\": true,\n        \"isVerifiedOrder\": true,\n        \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n        \"number\": \"1596-2025-1596512482\",\n        \"orderedAt\": \"2025-05-26T14:44:53.91\",\n        \"orderedBy\": {\n            \"salutation\": \"Frau\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"email\": \"wretziluwetdhfh@gfds.df\",\n            \"company\": \"ADITUS GMBH\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Irmgardstraße\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"44212\",\n                \"city\": \"Bauerndorf\",\n                \"county\": null,\n                \"country\": \"DE\"\n            }\n        },\n        \"isThirdPartyPurchase\": false,\n        \"price\": {\n            \"grossPrice\": 33,\n            \"netPrice\": 27.73,\n            \"tax\": 5.27,\n            \"currency\": \"EUR\"\n        },\n        \"status\": \"Completed\",\n        \"event\": {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"icon\": null,\n            \"logo\": null,\n            \"isActive\": false,\n            \"slug\": \"dvo25\",\n            \"dateTimeSpan\": null\n        },\n        \"shipping\": {\n            \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n            \"shippedAt\": \"2025-05-26T14:44:53.9099038\",\n            \"type\": \"Email\"\n        }\n    }\n}"}],"_postman_id":"a1fe091a-ace5-40d6-b01a-621381ecf063"},{"name":"Get exhibitor recommendations tracking","id":"847277b5-1391-4cb7-bdd7-2da5f3101504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3","description":"<p>This endpoint retrieves exhibitor recommendations for a specific order associated with a user. It allows you to get tailored suggestions based on the order details.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order recommendations are being requested.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the order for which recommendations are sought.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of recommendations to return (e.g., <code>amount=3</code>). If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object structured as follows:</p>\n<ul>\n<li><p><code>data</code> (object) : Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array) : A list of recommended exhibitors, where each recommendation includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string) : The title of the recommendation.</p>\n</li>\n<li><p><code>description</code> (string) : A brief description of the recommendation.</p>\n</li>\n<li><p><code>link</code> (string) : A URL link to more information about the recommendation.</p>\n</li>\n<li><p><code>logoLink</code> (string) : A URL link to the logo associated with the recommendation.</p>\n</li>\n<li><p><code>badges</code> (array) : A list of badges associated with the recommendation, where each badge includes:</p>\n<ul>\n<li><p><code>color</code> (string|null) : The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string) : The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string) : The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array) : A list of categories associated with the recommendation, where each category includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string) : The text description of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"additional-notes\">Additional Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> and <code>orderId</code> are valid to receive accurate recommendations.</p>\n</li>\n<li><p>The <code>amount</code> parameter can be adjusted to control the number of recommendations returned. If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"request-1\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order is being queried.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the specific order for which recommendations are requested.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of exhibitor recommendations to retrieve (default is 10).</p>\n</li>\n</ul>\n<h2 id=\"response-1\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array): A list of recommended exhibitors based on the order.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string): The title of the recommended exhibitor.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the recommended exhibitor.</p>\n</li>\n<li><p><code>link</code> (string): A URL link to the recommended exhibitor's page.</p>\n</li>\n<li><p><code>logoLink</code> (string): A URL link to the logo of the recommended exhibitor.</p>\n</li>\n<li><p><code>badges</code> (array): A list of badges associated with the recommendation.</p>\n<ul>\n<li><p><code>color</code> (string|null): The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string): The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array): A list of categories associated with the recommendation.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string): The name of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong> The response structure may vary, and additional fields may be included based on the specific recommendations provided.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":userId","orders",":orderId","exhibitor-recommendations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"amount","value":"3"}],"variable":[{"id":"78aba636-7a26-4f92-907e-f4a544d208cd","description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"userId"},{"id":"4dafe821-62c9-40e8-9524-711dd2af1510","description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"orderId"}]}},"response":[{"id":"f231693b-6588-4baf-84d0-270ec2990aa0","name":"Get exhibitor recommendations","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","orders",":orderId"],"variable":[{"key":"userId","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"orderId","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 13:25:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"nYkGLqd7Ht5KqnwxKIA015Nr0logEnvTXH8CcveBDwTQi-yK9mNVFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"items\": [\n            {\n                \"id\": \"0033cd72-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                    \"name\": \"Dayticket\\r\\n\",\n                    \"internalName\": \"Tagesticket\",\n                    \"description\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"None\",\n                    \"articleNumber\": \"951\",\n                    \"category\": \"VISITOR\",\n                    \"price\": {\n                        \"grossPrice\": 33,\n                        \"netPrice\": 27.73,\n                        \"tax\": 5.27,\n                        \"currency\": \"EUR\"\n                    },\n                    \"sort\": 0,\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=en&foregroundColor=%2301918F\",\n                        \"type\": \"Icon\"\n                    }\n                },\n                \"price\": {\n                    \"grossPrice\": 33,\n                    \"netPrice\": 27.73,\n                    \"tax\": 5.27,\n                    \"currency\": \"EUR\"\n                },\n                \"promotionCodes\": [],\n                \"links\": [\n                    {\n                        \"mediaType\": \"PrintAtHomeTicket\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGRm/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"Passbook\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGtwYXNz/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"GoogleWallet\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9Z29vZ2xld2FsbGV0/\"\n                    }\n                ],\n                \"owner\": {\n                    \"salutation\": \"Frau\",\n                    \"firstName\": \"Martina\",\n                    \"lastName\": \"Musterfrau\",\n                    \"email\": \"wretziluwetdhfh@gfds.df\"\n                },\n                \"status\": \"Registered\",\n                \"timeslots\": [],\n                \"ticket\": {\n                    \"barcode\": \"1596595170008769\",\n                    \"type\": \"VisitorTicket\"\n                }\n            }\n        ],\n        \"receipts\": [\n            {\n                \"type\": \"Bill\",\n                \"number\": \"1596-2025-1596507581\",\n                \"createdAt\": \"2025-05-26T14:47:59.7293336+02:00\",\n                \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/Receipts/11280?S=r3ayZPAuDi4nQ\"\n            }\n        ],\n        \"legitimations\": [],\n        \"payment\": {\n            \"providerName\": \"Invoice\",\n            \"status\": \"Reserved\",\n            \"settledAt\": \"2025-05-26T14:47:58.3103561+02:00\"\n        },\n        \"isRegistrationOnly\": true,\n        \"canChangeRegistrationData\": true,\n        \"isVerifiedOrder\": true,\n        \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n        \"number\": \"1596-2025-1596512482\",\n        \"orderedAt\": \"2025-05-26T14:44:53.91\",\n        \"orderedBy\": {\n            \"salutation\": \"Frau\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"email\": \"wretziluwetdhfh@gfds.df\",\n            \"company\": \"ADITUS GMBH\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Irmgardstraße\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"44212\",\n                \"city\": \"Bauerndorf\",\n                \"county\": null,\n                \"country\": \"DE\"\n            }\n        },\n        \"isThirdPartyPurchase\": false,\n        \"price\": {\n            \"grossPrice\": 33,\n            \"netPrice\": 27.73,\n            \"tax\": 5.27,\n            \"currency\": \"EUR\"\n        },\n        \"status\": \"Completed\",\n        \"event\": {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"icon\": null,\n            \"logo\": null,\n            \"isActive\": false,\n            \"slug\": \"dvo25\",\n            \"dateTimeSpan\": null\n        },\n        \"shipping\": {\n            \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n            \"shippedAt\": \"2025-05-26T14:44:53.9099038\",\n            \"type\": \"Email\"\n        }\n    }\n}"}],"_postman_id":"847277b5-1391-4cb7-bdd7-2da5f3101504"},{"name":"Get exhibitor recommendations tracking click","id":"3c68566c-a9f7-45e5-9f82-4cfc141ca658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId/exhibitor-recommendations?amount=3","description":"<p>This endpoint retrieves exhibitor recommendations for a specific order associated with a user. It allows you to get tailored suggestions based on the order details.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order recommendations are being requested.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the order for which recommendations are sought.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of recommendations to return (e.g., <code>amount=3</code>). If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain a JSON object structured as follows:</p>\n<ul>\n<li><p><code>data</code> (object) : Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array) : A list of recommended exhibitors, where each recommendation includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string) : The title of the recommendation.</p>\n</li>\n<li><p><code>description</code> (string) : A brief description of the recommendation.</p>\n</li>\n<li><p><code>link</code> (string) : A URL link to more information about the recommendation.</p>\n</li>\n<li><p><code>logoLink</code> (string) : A URL link to the logo associated with the recommendation.</p>\n</li>\n<li><p><code>badges</code> (array) : A list of badges associated with the recommendation, where each badge includes:</p>\n<ul>\n<li><p><code>color</code> (string|null) : The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string) : The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string) : The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array) : A list of categories associated with the recommendation, where each category includes:</p>\n<ul>\n<li><p><code>id</code> (string) : The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string) : The text description of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"additional-notes\">Additional Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> and <code>orderId</code> are valid to receive accurate recommendations.</p>\n</li>\n<li><p>The <code>amount</code> parameter can be adjusted to control the number of recommendations returned. If the amount is not provided, the default value 10 will be used.</p>\n</li>\n</ul>\n<h2 id=\"request-1\">Request</h2>\n<ul>\n<li><p><code>userId</code> (path) : The unique identifier of the user whose order is being queried.</p>\n</li>\n<li><p><code>orderId</code> (path) : The identifier of the specific order for which recommendations are requested.</p>\n</li>\n<li><p><code>amount</code> (query) : The number of exhibitor recommendations to retrieve (default is 10).</p>\n</li>\n</ul>\n<h2 id=\"response-1\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): Contains the recommendations data.</p>\n<ul>\n<li><p><code>recommendations</code> (array): A list of recommended exhibitors based on the order.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the recommendation.</p>\n</li>\n<li><p><code>title</code> (string): The title of the recommended exhibitor.</p>\n</li>\n<li><p><code>description</code> (string): A brief description of the recommended exhibitor.</p>\n</li>\n<li><p><code>link</code> (string): A URL link to the recommended exhibitor's page.</p>\n</li>\n<li><p><code>logoLink</code> (string): A URL link to the logo of the recommended exhibitor.</p>\n</li>\n<li><p><code>badges</code> (array): A list of badges associated with the recommendation.</p>\n<ul>\n<li><p><code>color</code> (string|null): The color of the badge.</p>\n</li>\n<li><p><code>id</code> (string): The unique identifier of the badge.</p>\n</li>\n<li><p><code>text</code> (string): The text displayed on the badge.</p>\n</li>\n</ul>\n</li>\n<li><p><code>categories</code> (array): A list of categories associated with the recommendation.</p>\n<ul>\n<li><p><code>id</code> (string): The unique identifier of the category.</p>\n</li>\n<li><p><code>text</code> (string): The name of the category.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong> The response structure may vary, and additional fields may be included based on the specific recommendations provided.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":userId","orders",":orderId","exhibitor-recommendations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"amount","value":"3"}],"variable":[{"id":"78aba636-7a26-4f92-907e-f4a544d208cd","description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"userId"},{"id":"4dafe821-62c9-40e8-9524-711dd2af1510","description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"orderId"}]}},"response":[{"id":"770271cc-72c0-4f6f-be9b-54fc5bb8a558","name":"Get exhibitor recommendations","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/orders/:orderId","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","orders",":orderId"],"variable":[{"key":"userId","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"orderId","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 13:25:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"nYkGLqd7Ht5KqnwxKIA015Nr0logEnvTXH8CcveBDwTQi-yK9mNVFg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"items\": [\n            {\n                \"id\": \"0033cd72-0000-0000-0000-000000000000\",\n                \"article\": {\n                    \"id\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n                    \"name\": \"Dayticket\\r\\n\",\n                    \"internalName\": \"Tagesticket\",\n                    \"description\": null,\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"None\",\n                    \"articleNumber\": \"951\",\n                    \"category\": \"VISITOR\",\n                    \"price\": {\n                        \"grossPrice\": 33,\n                        \"netPrice\": 27.73,\n                        \"tax\": 5.27,\n                        \"currency\": \"EUR\"\n                    },\n                    \"sort\": 0,\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0748be08-06e6-ee11-93d5-00155d96040a&language=en&foregroundColor=%2301918F\",\n                        \"type\": \"Icon\"\n                    }\n                },\n                \"price\": {\n                    \"grossPrice\": 33,\n                    \"netPrice\": 27.73,\n                    \"tax\": 5.27,\n                    \"currency\": \"EUR\"\n                },\n                \"promotionCodes\": [],\n                \"links\": [\n                    {\n                        \"mediaType\": \"PrintAtHomeTicket\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGRm/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"Passbook\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9cGtwYXNz/\"\n                    },\n                    {\n                        \"mediaType\": \"WalletTicket\",\n                        \"linkType\": \"GoogleWallet\",\n                        \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/P3Q9MTU5NjU5NTE3MDAwODc2OSZzaD0yWTNtM1QmY3Q9Z29vZ2xld2FsbGV0/\"\n                    }\n                ],\n                \"owner\": {\n                    \"salutation\": \"Frau\",\n                    \"firstName\": \"Martina\",\n                    \"lastName\": \"Musterfrau\",\n                    \"email\": \"wretziluwetdhfh@gfds.df\"\n                },\n                \"status\": \"Registered\",\n                \"timeslots\": [],\n                \"ticket\": {\n                    \"barcode\": \"1596595170008769\",\n                    \"type\": \"VisitorTicket\"\n                }\n            }\n        ],\n        \"receipts\": [\n            {\n                \"type\": \"Bill\",\n                \"number\": \"1596-2025-1596507581\",\n                \"createdAt\": \"2025-05-26T14:47:59.7293336+02:00\",\n                \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_TTS/Receipts/11280?S=r3ayZPAuDi4nQ\"\n            }\n        ],\n        \"legitimations\": [],\n        \"payment\": {\n            \"providerName\": \"Invoice\",\n            \"status\": \"Reserved\",\n            \"settledAt\": \"2025-05-26T14:47:58.3103561+02:00\"\n        },\n        \"isRegistrationOnly\": true,\n        \"canChangeRegistrationData\": true,\n        \"isVerifiedOrder\": true,\n        \"id\": \"fbe19036-2f3a-f011-93e1-00155d96040a\",\n        \"number\": \"1596-2025-1596512482\",\n        \"orderedAt\": \"2025-05-26T14:44:53.91\",\n        \"orderedBy\": {\n            \"salutation\": \"Frau\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"email\": \"wretziluwetdhfh@gfds.df\",\n            \"company\": \"ADITUS GMBH\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Irmgardstraße\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"44212\",\n                \"city\": \"Bauerndorf\",\n                \"county\": null,\n                \"country\": \"DE\"\n            }\n        },\n        \"isThirdPartyPurchase\": false,\n        \"price\": {\n            \"grossPrice\": 33,\n            \"netPrice\": 27.73,\n            \"tax\": 5.27,\n            \"currency\": \"EUR\"\n        },\n        \"status\": \"Completed\",\n        \"event\": {\n            \"id\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\",\n            \"name\": \"DVO Con\",\n            \"year\": \"2025\",\n            \"icon\": null,\n            \"logo\": null,\n            \"isActive\": false,\n            \"slug\": \"dvo25\",\n            \"dateTimeSpan\": null\n        },\n        \"shipping\": {\n            \"shippedTo\": \"wretziluwetdhfh@gfds.df\",\n            \"shippedAt\": \"2025-05-26T14:44:53.9099038\",\n            \"type\": \"Email\"\n        }\n    }\n}"}],"_postman_id":"3c68566c-a9f7-45e5-9f82-4cfc141ca658"},{"name":"Get cart from order","id":"883b0f16-e80d-42ac-87b7-b73956696197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders/:order/cart","description":"<p>This endpoint does notrequire a request body.</p>\n<h2 id=\"request\">Request</h2>\n<p>No specific request parameters are mentioned.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>id</code> (string): The ID of the cart.</p>\n</li>\n<li><p><code>expiryTime</code> (string): The expiration time of the cart.</p>\n</li>\n<li><p><code>user</code> (object): Details of the user associated with the cart, including ID, verification status, and email.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the cart, including ID, name, year, number, and slug.</p>\n</li>\n<li><p><code>promotionCodes</code> (array): An array of promotion codes associated with the cart.</p>\n</li>\n<li><p><code>items</code> (array): An array of items in the cart, each containing details such as ID, order ID, article details, promotion codes, voucher code, price, registration data, legitimation details, timeslots, etc.</p>\n</li>\n<li><p><code>totals</code> (array): An array containing the original and actual total prices of the cart.</p>\n</li>\n<li><p><code>isImmutable</code> (boolean): Indicates if the cart is immutable.</p>\n</li>\n<li><p><code>isPaymentImmutable</code> (boolean): Indicates if the payment for the cart is immutable.</p>\n</li>\n<li><p><code>isLegitimationImmutable</code> (boolean): Indicates if the legitimation for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationImmutable</code> (boolean): Indicates if the registration for the cart is immutable.</p>\n</li>\n<li><p><code>isAmountImmutable</code> (boolean): Indicates if the amount for the cart is immutable.</p>\n</li>\n<li><p><code>isRegistrationOnly</code> (boolean): Indicates if the cart allows only registration without payment.</p>\n</li>\n<li><p><code>isRegistrationRequired</code> (boolean): Indicates if registration is required for the cart.</p>\n</li>\n<li><p><code>isLegitimationRequired</code> (boolean): Indicates if legitimation is required for the cart.</p>\n</li>\n<li><p><code>isPaymentRequired</code> (boolean): Indicates if payment is required for the cart.</p>\n</li>\n<li><p><code>paymentProvider</code> (object): Details of the payment provider associated with the cart, including expiration, redirect URL, transaction token, payment methods, configuration, etc.</p>\n</li>\n<li><p><code>buyerPerson</code> (object): Details of the buyer associated with the cart, including email, first name, last name, company, salutation, VAT ID, address, survey ID, and validity status.</p>\n</li>\n<li><p><code>order</code> (object): Details of the order associated with the cart, including ID, order date, and order number.</p>\n</li>\n<li><p><code>status</code> (string): The status of the cart.</p>\n</li>\n<li><p><code>culture</code> (string): The culture associated with the cart.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","orders",":order","cart"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"},{"description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"order"}]}},"response":[{"id":"4aafecfa-cdf0-4426-a39d-e18630af8ac8","name":"Get cart from order","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders/:order/cart","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","orders",":order","cart"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"order","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2010"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 14:13:18 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 bafea69ec4368ee11760779ffcfbd4fc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"e0vY6zSqNK9IXzvOr8tUwXQUbPFNThQ70oSxJFw3OG0h_RZNiuy0jg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"cbf99521-445d-45d7-84b6-98ac2bab7876\",\n        \"expiryTime\": \"2025-12-31T18:00:00+01:00\",\n        \"user\": {\n            \"id\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n            \"isVerified\": true,\n            \"eMail\": \"a.greve@aditus.de\"\n        },\n        \"event\": {\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n            \"name\": \"Erlebnistage\",\n            \"year\": \"2024\",\n            \"number\": \"01\",\n            \"slug\": \"ed24\"\n        },\n        \"promotionCodes\": [],\n        \"items\": [\n            {\n                \"id\": \"002dbf8a-0000-0000-0000-000000000000\",\n                \"orderId\": \"29a7098c-bb3f-f011-93e1-00155d96040a\",\n                \"article\": {\n                    \"id\": \"0736920e-4b90-ee11-93cf-00155d960409\",\n                    \"name\": \"Dayticket\",\n                    \"internalName\": \"Day Pass\",\n                    \"description\": \"The day ticket entitles you to a <strong>single visit</strong> to the Experience Days on any event day.\",\n                    \"sort\": 0,\n                    \"prices\": [\n                        {\n                            \"price\": {\n                                \"price\": 16.81,\n                                \"grossPrice\": 20,\n                                \"tax\": 3.19,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            },\n                            \"originalPrice\": {\n                                \"price\": 16.81,\n                                \"grossPrice\": 20,\n                                \"tax\": 3.19,\n                                \"taxRate\": 19,\n                                \"currency\": \"EUR\"\n                            }\n                        }\n                    ],\n                    \"image\": {\n                        \"key\": \"Default.OneDayTicket\",\n                        \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Shop/ArticleImage/Default/OneDayTicket?context=article:0736920e-4b90-ee11-93cf-00155d960409&language=en&foregroundColor=%2300A4CC\",\n                        \"type\": \"Icon\"\n                    },\n                    \"type\": \"VisitorTicket\",\n                    \"ticketValidity\": \"OneDay\",\n                    \"articleNumber\": \"01\",\n                    \"category\": \"VISITOR\",\n                    \"legitimationCategory\": null,\n                    \"configuration\": {\n                        \"showRemainingAmount\": false,\n                        \"showRemainingAmountPerTimeslot\": false,\n                        \"showIfSoldOut\": false,\n                        \"soldOutText\": null,\n                        \"maxLengthOfDescription\": 250,\n                        \"maxNumberOfTicketsPerSale\": 3,\n                        \"minNumberOfTicketsPerSale\": null,\n                        \"isInvitationEmailAddressChangePossible\": false\n                    },\n                    \"articleGroup\": {\n                        \"id\": \"42d6086d-c583-ee11-b2f8-00155d960308\",\n                        \"name\": \"Trade fair tickets\",\n                        \"sort\": 0,\n                        \"configuration\": {\n                            \"maxNumberOfTicketsPerSale\": null,\n                            \"isExclusiveAssortment\": false\n                        }\n                    }\n                },\n                \"promotionCodes\": [],\n                \"voucherCode\": null,\n                \"price\": {\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                },\n                \"registration\": {\n                    \"data\": {\n                        \"type\": \"thirdPerson\",\n                        \"referencedSurveyResponse\": null,\n                        \"answers\": [\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n                                \"value\": \"Divers\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.Persons].FirstName\",\n                                \"value\": \"Sabine\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.Persons].LastName\",\n                                \"value\": \"Lawine\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"EMail\",\n                                \"value\": \"a.greve+1@aditus.de\"\n                            },\n                            {\n                                \"isReadOnly\": false,\n                                \"bindingMember\": \"[CRM.PartyAddresses].CountryLookup\",\n                                \"value\": \"DE\"\n                            }\n                        ],\n                        \"hasInformation\": true\n                    },\n                    \"isValid\": true,\n                    \"problems\": [],\n                    \"isRequired\": false,\n                    \"isPossible\": false,\n                    \"types\": {\n                        \"self\": {\n                            \"isPossible\": false,\n                            \"survey\": null,\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        },\n                        \"thirdPerson\": {\n                            \"isPossible\": false,\n                            \"survey\": null,\n                            \"hasToBeCompletedByTicketOwnerHimself\": true\n                        }\n                    }\n                },\n                \"legitimation\": {\n                    \"isRequired\": false,\n                    \"isIncomplete\": false\n                },\n                \"timeslots\": {\n                    \"isEnabled\": true,\n                    \"isValid\": true,\n                    \"minimumNumberOfBookings\": 1,\n                    \"maximumNumberOfBookings\": 1,\n                    \"bookings\": [\n                        {\n                            \"id\": \"661bfa5d-c416-f011-93dd-00155d96040a\",\n                            \"date\": \"2025-09-13\",\n                            \"printText\": \"Sa., 9/13/2025 10:00-11:00 AM\",\n                            \"timeRange\": {\n                                \"id\": \"bf79476a-c416-f011-93dd-00155d96040a\",\n                                \"start\": \"10:00\",\n                                \"end\": \"11:00\"\n                            }\n                        }\n                    ]\n                }\n            }\n        ],\n        \"totals\": [\n            {\n                \"original\": {\n                    \"price\": 16.81,\n                    \"grossPrice\": 20,\n                    \"tax\": 3.19,\n                    \"taxRate\": 19,\n                    \"currency\": \"EUR\"\n                },\n                \"price\": 16.81,\n                \"grossPrice\": 20,\n                \"tax\": 3.19,\n                \"taxRate\": 19,\n                \"currency\": \"EUR\"\n            }\n        ],\n        \"isImmutable\": false,\n        \"isPaymentImmutable\": true,\n        \"isLegitimationImmutable\": true,\n        \"isRegistrationImmutable\": false,\n        \"isAmountImmutable\": true,\n        \"isRegistrationOnly\": false,\n        \"isRegistrationRequired\": false,\n        \"isLegitimationRequired\": false,\n        \"isPaymentRequired\": true,\n        \"paymentProvider\": {\n            \"expiresAt\": \"2025-06-02T17:11:52.016+02:00\",\n            \"redirectUrl\": \"https://test.saferpay.com/vt2/Api/SharedThreeDS/404227/17808840/utza74xx4qy6ys7su3e7l4gxp\",\n            \"redirectRequired\": true,\n            \"transactionToken\": \"8n09GlbErvWQtAdOndr8A34nKA2A\",\n            \"isExpressCheckoutInitialized\": false,\n            \"id\": \"210f6011-343d-ee11-93cf-00155d960409\",\n            \"name\": \"Credit card\",\n            \"description\": null,\n            \"paymentMethods\": [\n                {\n                    \"methodType\": \"Mastercard\"\n                },\n                {\n                    \"methodType\": \"Visa\"\n                },\n                {\n                    \"methodType\": \"Amex\"\n                }\n            ],\n            \"configuration\": {\n                \"saferpayFieldsUrl\": \"https://test.saferpay.com/Fields/404227\",\n                \"saferpayFieldsLibrary\": \"https://test.saferpay.com/Fields/lib/1/saferpay-fields.js\",\n                \"saferpayFieldsAccessToken\": \"56e2915d-3029-427b-a09f-e3af9b8e5029\"\n            },\n            \"sort\": 0,\n            \"isDefault\": true,\n            \"isExpressCheckoutSupported\": false\n        },\n        \"buyerPerson\": {\n            \"email\": \"a.greve@aditus.de\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"company\": \"ADITUS GMBH\",\n            \"salutation\": \"Frau\",\n            \"vatId\": null,\n            \"address\": {\n                \"street\": \"Straße der Nationen\",\n                \"houseNumber\": \"5\",\n                \"postalCode\": \"12345\",\n                \"city\": \"Hannover\",\n                \"county\": \"Niedersachsen\",\n                \"country\": \"DE\"\n            },\n            \"isPrefilled\": true,\n            \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IlNob3AuTWlzc2luZ0J1eWVyIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjU2LCJSb2xlSWQiOm51bGwsIkFydGljbGVJZHMiOltdfQ==\",\n            \"isValid\": true\n        },\n        \"order\": {\n            \"id\": \"29a7098c-bb3f-f011-93e1-00155d96040a\",\n            \"orderDate\": \"2025-06-02T16:12:03.3706447\",\n            \"number\": \"01-2024-1412602\"\n        },\n        \"status\": \"Completed\",\n        \"culture\": \"de\"\n    }\n}"}],"_postman_id":"883b0f16-e80d-42ac-87b7-b73956696197"},{"name":"Resend confirmation email","id":"c855466e-68f9-4ab7-9b8f-362c7a7c408a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"en","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text","disabled":true}]},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders/:order/confirmation/resend","description":"<p>This endpoint is used to resend the confirmation for a specific order to a user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>user</code> (URL parameter): The ID of the user for whom the order confirmation is to be resent.</p>\n</li>\n<li><p><code>order</code> (URL parameter): The ID of the order for which the confirmation is to be resent.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response does not include a response body.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","orders",":order","confirmation","resend"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"},{"description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"order"}]}},"response":[{"id":"3e3c34ce-6ef2-4a73-a307-32bb4c76a9af","name":"Resend confirmation email","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"DE","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"","type":"text","disabled":true}]},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/203A3184-53DF-ED11-93C4-00155DB54D03/orders/bea45f9e-b733-ef11-93d7-00155d96040a/confirmation/resend"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:24:23 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"jIcT5hBUNUc2ViekHgU2WquLFzNr-oaA1_m41Gf9Tczd7CpFfokxmQ=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c855466e-68f9-4ab7-9b8f-362c7a7c408a"},{"name":"Resend registration reminder email","id":"72f8f1f8-533c-4251-ae3d-460765183ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"a14c213c-c2d1-ef11-93d9-00155d96040a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders/:order/registration-reminder/resend","description":"<p>This endpoint is used to resend registration reminders for a specific order belonging to a user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>id</code> (string): The ID of the item to resend the registration reminder for.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response does not include a body.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","orders",":order","registration-reminder","resend"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"},{"description":{"content":"<p>The order ID</p>\n","type":"text/plain"},"type":"any","value":"40463662-d61f-ee11-93c8-00155d96040a","key":"order"}]}},"response":[{"id":"024f3a6c-e53a-467e-9e84-2ca31b34bf38","name":"Resend registration reminder email","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"DE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"a14c213c-c2d1-ef11-93d9-00155d96040a\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/orders/:order/registration-reminder/resend","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","orders",":order","registration-reminder","resend"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"order","value":"40463662-d61f-ee11-93c8-00155d96040a","description":"The order ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 14:19:28 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 51bcd21e941ceaec99864557d86202ae.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"OcTFCcutP74R4zBa48WM2gckhHHR_fIo7BUgdOWDmcPWNdV_npV1VQ=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"72f8f1f8-533c-4251-ae3d-460765183ac2"}],"id":"4b83c6bf-8815-460c-99c1-85dc1d1d4456","_postman_id":"4b83c6bf-8815-460c-99c1-85dc1d1d4456","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Profile","item":[{"name":"Get profile","id":"8e094d41-5e9c-44c1-97df-63c58ab63e43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile","description":"<p>This endpoint retrieves the profile information of a specific user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code> (path) - The unique identifier of the user.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>userId</code> (string) - The unique identifier of the user.</p>\n</li>\n<li><p><code>profile</code> (object) - The profile information of the user, which includes the following fields:</p>\n<ul>\n<li><p><code>id</code> (string) - The identifier of the profile.</p>\n</li>\n<li><p><code>salutation</code> (string) - The salutation of the user.</p>\n</li>\n<li><p><code>firstName</code> (string) - The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string) - The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string) - The email address of the user.</p>\n</li>\n<li><p><code>company</code> (string) - The company of the user.</p>\n</li>\n<li><p><code>title</code> (string) - The title of the user.</p>\n</li>\n<li><p><code>website</code> (string) - The website of the user.</p>\n</li>\n<li><p><code>phone</code> (string) - The phone number of the user.</p>\n</li>\n<li><p><code>mobile</code> (string) - The mobile number of the user.</p>\n</li>\n<li><p><code>fax</code> (string) - The fax number of the user.</p>\n</li>\n<li><p><code>vatId</code> (string) - The VAT ID of the user.</p>\n</li>\n<li><p><code>address</code> (object) - The address information of the user, including:</p>\n<ul>\n<li><p><code>street</code> (string) - The street of the address.</p>\n</li>\n<li><p><code>houseNumber</code> (string) - The house number of the address.</p>\n</li>\n<li><p><code>postalCode</code> (string) - The postal code of the address.</p>\n</li>\n<li><p><code>city</code> (string) - The city of the address.</p>\n</li>\n<li><p><code>county</code> (string) - The county of the address.</p>\n</li>\n<li><p><code>country</code> (string) - The country of the address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>notificationPreferences</code> (object) - The notification preferences of the user, including:</p>\n<ul>\n<li><p><code>email</code> (boolean) - Indicates if email notification is enabled.</p>\n</li>\n<li><p><code>phone</code> (boolean) - Indicates if phone notification is enabled.</p>\n</li>\n<li><p><code>postMail</code> (boolean) - Indicates if postal mail notification is enabled.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","profile"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"8fc61435-ee2c-4192-b279-a1c51d8ea86b","name":"Get profile","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","profile"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 07:17:40 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 36cd2d0f34e25c2dc5099656a60bedac.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"JlcVPrIdmiiBmVbm9dE5bUTRVluTFZ6BK0RK0vJY92JlbXPNChDr3w=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n        \"profile\": {\n            \"id\": \"00000000-0000-0000-0000-000000000001\",\n            \"salutation\": \"Frau\",\n            \"firstName\": \"Max\",\n            \"lastName\": \"Mustermann\",\n            \"email\": \"m.mustermann@aditus.de\",\n            \"company\": \"Musterfirma\",\n            \"title\": null,\n            \"website\": null,\n            \"phone\": null,\n            \"mobile\": \"+358-18 1234567\",\n            \"fax\": null,\n            \"vatId\": \"0010\",\n            \"address\": {\n                \"street\": \"Examplestreet 1\",\n                \"houseNumber\": \"1\",\n                \"postalCode\": \"44212\",\n                \"city\": \"Riyadh\",\n                \"county\": null,\n                \"country\": \"SA\"\n            },\n            \"notificationPreferences\": {\n                \"email\": false,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        }\n    }\n}"}],"_postman_id":"8e094d41-5e9c-44c1-97df-63c58ab63e43"},{"name":"Update profile","id":"2b5a3b07-d2ad-4450-b190-30c055ffbb22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salutation\": \"Herr\",\r\n    \"firstName\": \"Max\",\r\n    \"lastName\": \"Mustermann\",\r\n    \"email\": \"m.mustermann@aditus.de\",\r\n    \"company\": \"ADITUS GmbH\",\r\n    \"website\": \"aditus.de\",\r\n    \"phone\": \"1234567890\",\r\n    \"mobile\": \"1234567890\",\r\n    \"fax\": \"1234567890\",\r\n    \"vatId\": \"1234567890\",\r\n    \"address\": {\r\n        \"street\": \"Straße der Nationen\",\r\n        \"houseNumber\": \"5\",\r\n        \"postalCode\": \"30539\",\r\n        \"city\": \"Hannover\",\r\n        \"county\": \"Niedersachsen\",\r\n        \"country\": \"DE\"\r\n    },\r\n    \"notificationPreferences\": {\r\n        \"email\": true,\r\n        \"phone\": false,\r\n        \"postMail\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile","description":"<p>This endpoint allows the user to update their profile information.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code>(string): The user ID</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>salutation</code> (string): The salutation of the user.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>company</code> (string): The company name of the user.</p>\n</li>\n<li><p><code>website</code> (string): The website URL of the user's company.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>mobile</code> (string): The mobile number of the user.</p>\n</li>\n<li><p><code>fax</code> (string): The fax number of the user.</p>\n</li>\n<li><p><code>vatId</code> (string): The VAT identification number of the user.</p>\n</li>\n<li><p><code>address</code> (object): An object containing the address details of the user.</p>\n<ul>\n<li><p><code>street</code> (string): The street name of the user's address.</p>\n</li>\n<li><p><code>houseNumber</code> (string): The house number of the user's address.</p>\n</li>\n<li><p><code>postalCode</code> (string): The postal code of the user's address.</p>\n</li>\n<li><p><code>city</code> (string): The city of the user's address.</p>\n</li>\n<li><p><code>county</code> (string): The county of the user's address.</p>\n</li>\n<li><p><code>country</code> (string): The country of the user's address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>notificationPreferences</code> (object): An object containing the notification preferences of the user.</p>\n<ul>\n<li><p><code>email</code> (boolean): Indicates if email notifications are enabled (true/false).</p>\n</li>\n<li><p><code>phone</code> (boolean): Indicates if phone notifications are enabled (true/false).</p>\n</li>\n<li><p><code>postMail</code> (boolean): Indicates if postal mail notifications are enabled (true/false).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): An object containing the response data.</p>\n<ul>\n<li><p><code>userId</code> (string): The user ID.</p>\n</li>\n<li><p><code>profile</code> (object): An object containing the user's profile information.</p>\n<ul>\n<li><p><code>id</code> (string): The profile ID.</p>\n</li>\n<li><p><code>salutation</code> (string): The salutation of the user.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>company</code> (string): The company name of the user.</p>\n</li>\n<li><p><code>title</code> (null): The title of the user.</p>\n</li>\n<li><p><code>website</code> (string): The website URL of the user's company.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>mobile</code> (string): The mobile number of the user.</p>\n</li>\n<li><p><code>fax</code> (string): The fax number of the user.</p>\n</li>\n<li><p><code>vatId</code> (string): The VAT identification number of the user.</p>\n</li>\n<li><p><code>address</code> (object): An object containing the address details of the user.</p>\n<ul>\n<li><p><code>street</code> (string): The street name of the user's address.</p>\n</li>\n<li><p><code>houseNumber</code> (string): The house number of the user's address.</p>\n</li>\n<li><p><code>postalCode</code> (string): The postal code of the user's address.</p>\n</li>\n<li><p><code>city</code> (string): The city of the user's address.</p>\n</li>\n<li><p><code>county</code> (string): The county of the user's address.</p>\n</li>\n<li><p><code>country</code> (string): The country of the user's address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>notificationPreferences</code> (object): An object containing the notification preferences of the user.</p>\n<ul>\n<li><p><code>email</code> (boolean): Indicates if email notifications are enabled (true/false).</p>\n</li>\n<li><p><code>phone</code> (boolean): Indicates if phone notifications are enabled (true/false).</p>\n</li>\n<li><p><code>postMail</code> (boolean): Indicates if postal mail notifications are enabled (true/false)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","profile"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"080c7eb4-79e3-465b-8c4b-9163fa70b8c8","name":"Update profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salutation\": \"Herr\",\r\n    \"firstName\": \"Max\",\r\n    \"lastName\": \"Mustermann\",\r\n    \"email\": \"m.mustermann@aditus.de\",\r\n    \"company\": \"ADITUS GmbH\",\r\n    \"website\": \"aditus.de\",\r\n    \"phone\": \"1234567890\",\r\n    \"mobile\": \"1234567890\",\r\n    \"fax\": \"1234567890\",\r\n    \"vatId\": \"1234567890\",\r\n    \"address\": {\r\n        \"street\": \"Straße der Nationen\",\r\n        \"houseNumber\": \"5\",\r\n        \"postalCode\": \"30539\",\r\n        \"city\": \"Hannover\",\r\n        \"county\": \"Niedersachsen\",\r\n        \"country\": \"DE\"\r\n    },\r\n    \"notificationPreferences\": {\r\n        \"email\": true,\r\n        \"phone\": false,\r\n        \"postMail\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","profile"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"351"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 07:26:27 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6fd3ab2be93b19c970fb371964d46d94.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"ZGiWyCMVjDFEaxrO53ssrIU0LWbsngWc1vWsi9IPgAwEzoBgiRjINQ=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n        \"profile\": {\n            \"id\": \"00000000-0000-0000-0000-000000000001\",\n            \"salutation\": \"Herr\",\n            \"firstName\": \"Max\",\n            \"lastName\": \"Mustermann\",\n            \"email\": \"m.mustermann@aditus.de\",\n            \"company\": \"ADITUS GmbH\",\n            \"title\": null,\n            \"website\": \"aditus.de\",\n            \"phone\": \"1234567890\",\n            \"mobile\": \"1234567890\",\n            \"fax\": \"1234567890\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Straße der Nationen\",\n                \"houseNumber\": \"5\",\n                \"postalCode\": \"30539\",\n                \"city\": \"Hannover\",\n                \"county\": \"Niedersachsen\",\n                \"country\": \"DE\"\n            },\n            \"notificationPreferences\": {\n                \"email\": true,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        }\n    }\n}"}],"_postman_id":"2b5a3b07-d2ad-4450-b190-30c055ffbb22"},{"name":"Get profile picture","id":"a04bc0f8-3dde-4b8a-b1c4-81a6af41f538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile/picture","description":"<p>This endpoint retrieves the profile picture of a specific user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code> (string): The user ID</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p><em>(It is not possible to save media type responses as examples in this documentation.)</em></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","profile","picture"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[],"_postman_id":"a04bc0f8-3dde-4b8a-b1c4-81a6af41f538"},{"name":"Set profile picture","id":"65d00afa-627f-47e3-8c31-7a902c58d706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eef67f1-f8e4-4100-b6eb-cedb17c14f7c"}]},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile/picture","description":"<p>This endpoint allows the user to update their profile picture.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code> (string): The user ID</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>file</code> (file): The image file to be uploaded.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response does not include a body.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","profile","picture"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"d3cfc6f2-cbd9-4a7b-84ea-0d1950ac34d6","name":"Set profile picture","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eef67f1-f8e4-4100-b6eb-cedb17c14f7c","disabled":true}]},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile/picture","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","profile","picture"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 07:41:13 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9bc6b882e908dbda4d3504da792d32d4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CDG52-P3"},{"key":"X-Amz-Cf-Id","value":"FH8SrnsF4Jq-DDlqonceKam7DdvKjJ4EypsncFigHO5XUIKBwPDdtA=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"65d00afa-627f-47e3-8c31-7a902c58d706"}],"id":"38826183-e87b-4d59-b845-f1f114f6c5ae","_postman_id":"38826183-e87b-4d59-b845-f1f114f6c5ae","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Legitimations","item":[{"name":"Get legitimations","id":"f765c767-6901-45bf-b8a3-8e3a7ca90295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/legitimations","description":"<p>This endpoint retrieves the legitimations associated with a specific user's account.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code> (path parameter) - The user ID for which the legitimations are being retrieved.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (array): An array containing the legitimations associated with the user.</p>\n<ul>\n<li><p><code>id</code>: The ID of the legitimations.</p>\n</li>\n<li><p><code>number</code>: The number associated with the legitimations.</p>\n</li>\n<li><p><code>category</code> (object): The category details of the legitimations.</p>\n<ul>\n<li><p><code>id</code>: The ID of the category.</p>\n</li>\n<li><p><code>name</code>: The name of the category.</p>\n</li>\n<li><p><code>requiredVerifications</code>: The number of required verifications for the category.</p>\n</li>\n</ul>\n</li>\n<li><p><code>proofs</code> (array): An array containing proofs related to the legitimations.</p>\n<ul>\n<li><p><code>id</code>: The ID of the proof.</p>\n</li>\n<li><p><code>type</code> (object): The type details of the proof.</p>\n<ul>\n<li><p><code>id</code>: The ID of the type.</p>\n</li>\n<li><p><code>name</code>: The name of the type.</p>\n</li>\n</ul>\n</li>\n<li><p><code>documentType</code>: The type of document.</p>\n</li>\n<li><p><code>value</code>: The value of the proof.</p>\n</li>\n<li><p><code>status</code>: The status of the proof.</p>\n</li>\n</ul>\n</li>\n<li><p><code>status</code>: The status of the legitimations.</p>\n</li>\n<li><p><code>person</code> (object): Details of the person associated with the legitimations.</p>\n<ul>\n<li><p><code>id</code>: The ID of the person.</p>\n</li>\n<li><p><code>firstName</code>: The first name of the person.</p>\n</li>\n<li><p><code>lastName</code>: The last name of the person.</p>\n</li>\n<li><p><code>email</code>: The email of the person.</p>\n</li>\n<li><p><code>spokenLanguage</code>: The spoken language of the person.</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdOn</code>: The date and time when the legitimations were created.</p>\n</li>\n<li><p><code>event</code> (object): Details of the event associated with the legitimations.</p>\n<ul>\n<li><p><code>id</code>: The ID of the event.</p>\n</li>\n<li><p><code>name</code>: The name of the event.</p>\n</li>\n<li><p><code>year</code>: The year of the event.</p>\n</li>\n<li><p><code>icon</code> (object): Details of the icon associated with the event.</p>\n<ul>\n<li><p><code>key</code>: The key of the icon.</p>\n</li>\n<li><p><code>uri</code>: The URI of the icon.</p>\n</li>\n<li><p><code>type</code>: The type of the icon.</p>\n</li>\n<li><p><code>background</code>: The background of the icon.</p>\n</li>\n</ul>\n</li>\n<li><p><code>logo</code> (object): Details of the logo associated with the event.</p>\n<ul>\n<li><p><code>key</code>: The key of the logo.</p>\n</li>\n<li><p><code>uri</code>: The URI of the logo.</p>\n</li>\n<li><p><code>type</code>: The type of the logo.</p>\n</li>\n<li><p><code>background</code>: The background of the logo.</p>\n</li>\n</ul>\n</li>\n<li><p><code>isActive</code>: Indicates if the event is active.</p>\n</li>\n<li><p><code>slug</code>: The slug of the event.</p>\n</li>\n<li><p><code>dateTimeSpan</code> (object): Details of the date and time span of the event.</p>\n<ul>\n<li><p><code>start</code>: The start date and time of the event.</p>\n</li>\n<li><p><code>end</code>: The end date and time of the event.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response may also include an empty array if no legitimations are found for the specified user.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","legitimations"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"description":{"content":"<p>The event slug (optional)</p>\n","type":"text/plain"},"key":"event","value":"ed24"}],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"47ef52f5-a4d4-4fff-8141-84560dee2ede","name":"Get legitimations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/legitimations","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","legitimations"],"query":[{"key":"event","value":"ed24","description":"The event slug (optional)","disabled":true}],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:19:01 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 814952d19d560b49ff15ad2f71e400d2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"cOCW5v4kBChergBXHLhJlFOPNod5sd9Y0N4vyDIj8cWVHYKIbAhDfQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"f5d66bd7-9a3e-ef11-93d8-00155d96040a\",\n            \"number\": \"L00000458\",\n            \"category\": {\n                \"id\": \"c1ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                \"name\": \"VIP\",\n                \"requiredVerifications\": 2\n            },\n            \"proofs\": [\n                {\n                    \"id\": \"45e05f48-fb44-ef11-93d8-00155d96040a\",\n                    \"type\": {\n                        \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                        \"name\": \"Impressum\"\n                    },\n                    \"documentType\": \"Url\",\n                    \"value\": \"LegitimationProof:d58c8afb-09f0-4ddb-a82e-4606fb212e41\",\n                    \"status\": \"Accepted\"\n                }\n            ],\n            \"status\": \"Accepted\",\n            \"person\": {\n                \"id\": \"7cc7c25e-ef89-ee11-93cf-00155d960409\",\n                \"firstName\": \"Martina\",\n                \"lastName\": \"Musterfrau\",\n                \"email\": \"wretziluwetdhfh@gfds.df\",\n                \"spokenLanguage\": \"\"\n            },\n            \"createdOn\": \"2024-07-10T11:00:25.0308479\",\n            \"event\": {\n                \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n                \"name\": \"Erlebnistage\",\n                \"year\": \"2024\",\n                \"icon\": {\n                    \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                    \"type\": \"Icon\",\n                    \"background\": \"Light\"\n                },\n                \"logo\": {\n                    \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                    \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=de&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                    \"type\": \"Icon\",\n                    \"background\": \"Light\"\n                },\n                \"isActive\": false,\n                \"slug\": \"ed24\",\n                \"dateTimeSpan\": {\n                    \"start\": \"2025-05-21T08:00:00+02:00\",\n                    \"end\": \"2025-12-31T18:00:00+01:00\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"f765c767-6901-45bf-b8a3-8e3a7ca90295"},{"name":"Get legitimation","id":"680c07bd-39fc-4137-bf6d-e3924d05d20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/legitimations/:legitimation","description":"<p>This API endpoint retrieves the legitimation details for a specific user.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>user</code> (string): The user ID</p>\n</li>\n<li><p><code>legitimation</code> (string): The legitimation ID</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>id</code> (string): The ID of the legitimation.</p>\n</li>\n<li><p><code>number</code> (string): The legitimation number.</p>\n</li>\n<li><p><code>category</code> (object): Details of the legitimation category including ID, name, and required verifications.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the category.</p>\n</li>\n<li><p><code>name</code> (string): The name of the category.</p>\n</li>\n<li><p><code>requiredVerifications</code> (number): The number of required verifications for the category.</p>\n</li>\n</ul>\n</li>\n<li><p><code>proofs</code> (array): An array of proof objects.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the proof.</p>\n</li>\n<li><p><code>type</code> (object): Details of the proof type including ID and name.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the type.</p>\n</li>\n<li><p><code>name</code> (string): The name of the type.</p>\n</li>\n</ul>\n</li>\n<li><p><code>documentType</code> (string): The type of document.</p>\n</li>\n<li><p><code>value</code> (string): The value of the proof.</p>\n</li>\n<li><p><code>status</code> (string): The status of the proof.</p>\n</li>\n<li><p><code>metadata</code> (object, optional): Additional metadata for the proof including MIME type and file name.</p>\n<ul>\n<li><p><code>mimeType</code> (string): The MIME type of the file.</p>\n</li>\n<li><p><code>fileName</code> (string): The name of the file.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>status</code> (string): The status of the legitimation.</p>\n</li>\n<li><p><code>person</code> (object): Details of the person associated with the legitimation.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the person.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the person.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the person.</p>\n</li>\n<li><p><code>email</code> (string): The email of the person.</p>\n</li>\n<li><p><code>spokenLanguage</code> (string): The spoken language of the person.</p>\n</li>\n</ul>\n</li>\n<li><p><code>createdOn</code> (string): The date and time when the legitimation was created.</p>\n</li>\n<li><p><code>event</code> (object, optional): Details of the event associated with the legitimation.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","legitimations",":legitimation"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"},{"description":{"content":"<p>The legitimation ID</p>\n","type":"text/plain"},"type":"any","value":"-","key":"legitimation"}]}},"response":[{"id":"265aacec-ca9b-42d3-950f-b728f6af5635","name":"Get legitimation","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/legitimations/:legitimation","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","legitimations",":legitimation"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"legitimation","value":"-","description":"The legitimation ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:25:12 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"pWxTHFAarAsSexSYLfKkbSaE3swSpf0r5aERt6bm8gWXUysFsfhftg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"f5d66bd7-9a3e-ef11-93d8-00155d96040a\",\n        \"number\": \"L00000458\",\n        \"category\": {\n            \"id\": \"c1ee75eb-f1e1-ee11-93d5-00155d96040a\",\n            \"name\": \"VIP\",\n            \"requiredVerifications\": 2\n        },\n        \"proofs\": [\n            {\n                \"id\": \"45e05f48-fb44-ef11-93d8-00155d96040a\",\n                \"type\": {\n                    \"id\": \"b5ee75eb-f1e1-ee11-93d5-00155d96040a\",\n                    \"name\": \"Impressum\"\n                },\n                \"documentType\": \"Url\",\n                \"value\": \"LegitimationProof:d58c8afb-09f0-4ddb-a82e-4606fb212e41\",\n                \"status\": \"Accepted\"\n            }\n        ],\n        \"status\": \"Accepted\",\n        \"person\": {\n            \"id\": \"7cc7c25e-ef89-ee11-93cf-00155d960409\",\n            \"firstName\": \"Martina\",\n            \"lastName\": \"Musterfrau\",\n            \"email\": \"wretziluwetdhfh@gfds.df\",\n            \"spokenLanguage\": \"\"\n        },\n        \"createdOn\": \"2024-07-10T11:00:24.9215044\",\n        \"event\": null\n    }\n}"}],"_postman_id":"680c07bd-39fc-4137-bf6d-e3924d05d20f"}],"id":"f37d7366-400f-4976-9e79-8d32df65270d","_postman_id":"f37d7366-400f-4976-9e79-8d32df65270d","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Unsubscribe from mailing","id":"6adb96a6-d050-4405-8035-87020e5f6a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/communication-groups/:communicationgroup","description":"<p>This endpoint is used to unsubscribe a user from mailing.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>user</code> (string): The user ID</p>\n</li>\n<li><p><code>communicationgroup</code> (string): The ID of the communication group, in this case e-mail</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response does not include a response body.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","communication-groups",":communicationgroup"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"},{"description":{"content":"<p>The communication group ID</p>\n","type":"text/plain"},"type":"any","value":"{{COMMUNICATION_GROUP_ID}}","key":"communicationgroup"}]}},"response":[{"id":"a8ae1fc9-47fa-4bb9-b1cc-d657990b5c84","name":"Unsubscribe from mailing","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/communication-groups/:communicationgroup","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","communication-groups",":communicationgroup"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"},{"key":"communicationgroup","value":"{{COMMUNICATION_GROUP_ID}}","description":"The communication group ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:29:36 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6b17c6258978715ba0681e1d5589502c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"VCCSteqDoifCIBii2MWoOpc2RHh18pgBaaAZv4OXGUnQMTxWOu-CbA=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6adb96a6-d050-4405-8035-87020e5f6a2a"},{"name":"Update Terms of Service Status","id":"862c4086-a38e-4c26-8cc6-d0e0d6a2da03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": \r\n    [\r\n        {\r\n            \"UniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\r\n            \"IsApproved\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/terms-of-service","description":"<h2 id=\"update-user-status\">Update User Status</h2>\n<p>This endpoint allows you to update the approval status of a user in the system. It is used to ensure compliance with terms of service.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/terms-of-service</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should contain the following parameters:</p>\n<ul>\n<li><p><strong>Items</strong> (Array of Objects): A list of items to be updated.</p>\n<ul>\n<li><p><strong>UniqueId</strong> (String): The unique identifier of the terms of service item that you want to update.</p>\n</li>\n<li><p><strong>IsApproved</strong> (Boolean): A flag indicating whether the item is approved or not.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Items\": [\n    {\n      \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b0...\",\n      \"IsApproved\": true\n    }\n  ]\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a response with the following structure:</p>\n<ul>\n<li><p><strong>Status</strong>: 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/vnd.aditus.v1+json</p>\n</li>\n<li><p><strong>Response Body</strong>:</p>\n<ul>\n<li><p><strong>data</strong> (Object): Contains the result of the update operation.</p>\n<ul>\n<li><p><strong>userId</strong> (String): The ID of the user whose status was updated.</p>\n</li>\n<li><p><strong>isSuccess</strong> (Boolean): Indicates whether the update operation was successful.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"userId\": \"\",\n    \"isSuccess\": true\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>userId</code> in the URL is replaced with the actual user's ID whose status you wish to update.</p>\n</li>\n<li><p>The response will confirm whether the operation was successful or not, allowing you to handle subsequent logic accordingly.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":userId","terms-of-service"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"6fb0849c-1b89-ee11-93cf-00155d960409","key":"userId"}]}},"response":[{"id":"19cd2ed8-9a7e-4aae-865c-14978fdba047","name":"Update Terms of Service Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": \r\n    [\r\n        {\r\n            \"UniqueId\": \"55d12ee4-67e8-4bf9-8da9-a459b064d0fd\",\r\n            \"IsApproved\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:userId/terms-of-service","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":userId","terms-of-service"],"variable":[{"key":"userId","value":"6fb0849c-1b89-ee11-93cf-00155d960409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXHNob3BcdjFcdXNlclw2ZmIwODQ5Yy0xYjg5LWVlMTEtOTNjZi0wMDE1NWQ5NjA0MDlcdGVybXMtb2Ytc2VydmljZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 01 Jul 2025 08:07:54 GMT"},{"key":"Content-Length","value":"91"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"6fb0849c-1b89-ee11-93cf-00155d960409\",\n        \"isSuccess\": true\n    }\n}"}],"_postman_id":"862c4086-a38e-4c26-8cc6-d0e0d6a2da03"},{"name":"Update mailing preferences","id":"f78d1a38-c0a7-4aa7-94e3-9875d941660e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"page\":\"Profile\",\"preferences\":[{\"type\":\"SystemMail\",\"isSubscribed\":true},{\"type\":\"InfoMail\",\"isSubscribed\":true},{\"type\":\"MarketingMail\",\"isSubscribed\":false}]}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/mailing-preferences","description":"<p>This endpoint allows the user to update their profile information.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>user</code>(string): The user ID</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>salutation</code> (string): The salutation of the user.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>company</code> (string): The company name of the user.</p>\n</li>\n<li><p><code>website</code> (string): The website URL of the user's company.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>mobile</code> (string): The mobile number of the user.</p>\n</li>\n<li><p><code>fax</code> (string): The fax number of the user.</p>\n</li>\n<li><p><code>vatId</code> (string): The VAT identification number of the user.</p>\n</li>\n<li><p><code>address</code> (object): An object containing the address details of the user.</p>\n<ul>\n<li><p><code>street</code> (string): The street name of the user's address.</p>\n</li>\n<li><p><code>houseNumber</code> (string): The house number of the user's address.</p>\n</li>\n<li><p><code>postalCode</code> (string): The postal code of the user's address.</p>\n</li>\n<li><p><code>city</code> (string): The city of the user's address.</p>\n</li>\n<li><p><code>county</code> (string): The county of the user's address.</p>\n</li>\n<li><p><code>country</code> (string): The country of the user's address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>notificationPreferences</code> (object): An object containing the notification preferences of the user.</p>\n<ul>\n<li><p><code>email</code> (boolean): Indicates if email notifications are enabled (true/false).</p>\n</li>\n<li><p><code>phone</code> (boolean): Indicates if phone notifications are enabled (true/false).</p>\n</li>\n<li><p><code>postMail</code> (boolean): Indicates if postal mail notifications are enabled (true/false).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): An object containing the response data.</p>\n<ul>\n<li><p><code>userId</code> (string): The user ID.</p>\n</li>\n<li><p><code>profile</code> (object): An object containing the user's profile information.</p>\n<ul>\n<li><p><code>id</code> (string): The profile ID.</p>\n</li>\n<li><p><code>salutation</code> (string): The salutation of the user.</p>\n</li>\n<li><p><code>firstName</code> (string): The first name of the user.</p>\n</li>\n<li><p><code>lastName</code> (string): The last name of the user.</p>\n</li>\n<li><p><code>email</code> (string): The email address of the user.</p>\n</li>\n<li><p><code>company</code> (string): The company name of the user.</p>\n</li>\n<li><p><code>title</code> (null): The title of the user.</p>\n</li>\n<li><p><code>website</code> (string): The website URL of the user's company.</p>\n</li>\n<li><p><code>phone</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>mobile</code> (string): The mobile number of the user.</p>\n</li>\n<li><p><code>fax</code> (string): The fax number of the user.</p>\n</li>\n<li><p><code>vatId</code> (string): The VAT identification number of the user.</p>\n</li>\n<li><p><code>address</code> (object): An object containing the address details of the user.</p>\n<ul>\n<li><p><code>street</code> (string): The street name of the user's address.</p>\n</li>\n<li><p><code>houseNumber</code> (string): The house number of the user's address.</p>\n</li>\n<li><p><code>postalCode</code> (string): The postal code of the user's address.</p>\n</li>\n<li><p><code>city</code> (string): The city of the user's address.</p>\n</li>\n<li><p><code>county</code> (string): The county of the user's address.</p>\n</li>\n<li><p><code>country</code> (string): The country of the user's address.</p>\n</li>\n</ul>\n</li>\n<li><p><code>notificationPreferences</code> (object): An object containing the notification preferences of the user.</p>\n<ul>\n<li><p><code>email</code> (boolean): Indicates if email notifications are enabled (true/false).</p>\n</li>\n<li><p><code>phone</code> (boolean): Indicates if phone notifications are enabled (true/false).</p>\n</li>\n<li><p><code>postMail</code> (boolean): Indicates if postal mail notifications are enabled (true/false)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","user",":user","mailing-preferences"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"00000000-0000-0000-0000-000000000000","key":"user"}]}},"response":[{"id":"578f1fdc-6371-4e56-b743-c624063384f5","name":"Update profile","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"salutation\": \"Herr\",\r\n    \"firstName\": \"Max\",\r\n    \"lastName\": \"Mustermann\",\r\n    \"email\": \"m.mustermann@aditus.de\",\r\n    \"company\": \"ADITUS GmbH\",\r\n    \"website\": \"aditus.de\",\r\n    \"phone\": \"1234567890\",\r\n    \"mobile\": \"1234567890\",\r\n    \"fax\": \"1234567890\",\r\n    \"vatId\": \"1234567890\",\r\n    \"address\": {\r\n        \"street\": \"Straße der Nationen\",\r\n        \"houseNumber\": \"5\",\r\n        \"postalCode\": \"30539\",\r\n        \"city\": \"Hannover\",\r\n        \"county\": \"Niedersachsen\",\r\n        \"country\": \"DE\"\r\n    },\r\n    \"notificationPreferences\": {\r\n        \"email\": true,\r\n        \"phone\": false,\r\n        \"postMail\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/user/:user/profile","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","user",":user","profile"],"variable":[{"key":"user","value":"00000000-0000-0000-0000-000000000000","description":"The user ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"351"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 07:26:27 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6fd3ab2be93b19c970fb371964d46d94.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"ZGiWyCMVjDFEaxrO53ssrIU0LWbsngWc1vWsi9IPgAwEzoBgiRjINQ=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"00000000-0000-0000-0000-000000000000\",\n        \"profile\": {\n            \"id\": \"00000000-0000-0000-0000-000000000001\",\n            \"salutation\": \"Herr\",\n            \"firstName\": \"Max\",\n            \"lastName\": \"Mustermann\",\n            \"email\": \"m.mustermann@aditus.de\",\n            \"company\": \"ADITUS GmbH\",\n            \"title\": null,\n            \"website\": \"aditus.de\",\n            \"phone\": \"1234567890\",\n            \"mobile\": \"1234567890\",\n            \"fax\": \"1234567890\",\n            \"vatId\": \"1234567890\",\n            \"address\": {\n                \"street\": \"Straße der Nationen\",\n                \"houseNumber\": \"5\",\n                \"postalCode\": \"30539\",\n                \"city\": \"Hannover\",\n                \"county\": \"Niedersachsen\",\n                \"country\": \"DE\"\n            },\n            \"notificationPreferences\": {\n                \"email\": true,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        }\n    }\n}"}],"_postman_id":"f78d1a38-c0a7-4aa7-94e3-9875d941660e"}],"id":"9c9216e5-6a45-47ab-8325-5e4134ffeec8","description":"<p>Behind the user section are the operations that are based on a specific user.</p>\n<p>Typical and supported use cases are:</p>\n<ul>\n<li><p>Get the user profile</p>\n</li>\n<li><p>Update existing profile</p>\n</li>\n<li><p>Get the user profile picture</p>\n</li>\n<li><p>Update the user profile picture</p>\n</li>\n<li><p>Get all carts by the given user</p>\n</li>\n<li><p>Get all orders by the given user</p>\n</li>\n<li><p>Get the details for a given order</p>\n</li>\n<li><p>Resend the confirmation email for a given order</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6842edaa-da5b-452d-8a05-8713b8cfc7ce"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0a6d64d9-a07b-4974-8ae6-36073f2d9ef6"}}],"_postman_id":"9c9216e5-6a45-47ab-8325-5e4134ffeec8","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Localization","item":[{"name":"Get resource","id":"4ce5d18f-91c8-4ca1-8c4e-92becf62dca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/localization?context=event:ed24&includeNestedScopes=True&includeUpcoming=True&scope=ShopClient/Page/Home/Events","description":"<p>This endpoint allows you to retrieve localization data based on the provided scope, key, and context.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>scope</code> (string, required): The scope for the localization data.</p>\n</li>\n<li><p><code>key</code> (string, required): The key for the localization data.</p>\n</li>\n<li><p><code>context</code> (string, required): The context for the localization data</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON schema that represents the structure of the localization data.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","localization"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"context","value":"event:ed24"},{"key":"includeNestedScopes","value":"True"},{"key":"includeUpcoming","value":"True"},{"key":"scope","value":"ShopClient/Page/Home/Events"},{"disabled":true,"key":"key","value":"LinkToShop"}],"variable":[]}},"response":[{"id":"99b83e6e-26b2-4306-8a92-14fd99ea499b","name":"Get resource","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/localization?scope=Global&key=All&context=event:ed24","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["shop","v1","localization"],"query":[{"key":"scope","value":"Global"},{"key":"key","value":"All"},{"key":"context","value":"event:ed24"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 28 Apr 2025 09:14:11 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 28bc06f12c08b79d21854a00428f1236.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CDG52-P3"},{"key":"X-Amz-Cf-Id","value":"bfjhG-DslidH8-6GTA_IXgKfp7iq--peB-9keC9q3X9p89xl8QKswA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 6891,\n            \"value\": \"All\",\n            \"key\": \"All\",\n            \"scope\": \"Global\"\n        }\n    ]\n}"}],"_postman_id":"4ce5d18f-91c8-4ca1-8c4e-92becf62dca0"},{"name":"Get languages","event":[{"listen":"test","script":{"id":"302eb958-e043-4b2a-ba02-e5b8edbe72f5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"afe6d0f4-5970-410c-b100-73f25a98b102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/localization/languages","description":"<p>This endpoint retrieves the list of supported languages for localization.</p>\n<h2 id=\"request\"><strong>Request</strong></h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\"><strong>Response</strong></h2>\n<p>The response contains an object with the system language and an array of supported languages, each with a name, code, and sort order.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","localization","languages"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"10816cf3-6ad7-4fa7-9212-f0bfc59d95ab","name":"Get languages","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/localization/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 12:31:59 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ed4565467c6c9847b6a3fcb6cec799e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"FayGAMEv1iH0qgTF_m_QoBE1dGzbXUb1eEpVtPPypOcWDLPjszDcjw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"systemLanguage\": {\n            \"name\": \"Deutsch\",\n            \"code\": \"de\"\n        },\n        \"languages\": [\n            {\n                \"name\": \"Deutsch\",\n                \"code\": \"de\",\n                \"sort\": 0\n            },\n            {\n                \"name\": \"English\",\n                \"code\": \"en\",\n                \"sort\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"afe6d0f4-5970-410c-b100-73f25a98b102"}],"id":"45df3958-83e9-428e-bb40-4fb158e16bcd","description":"<p>The Localization section of the API allows you to easily manage the localization settings for your application. Localization is the process of adapting your application to different languages, regions, and cultures, making it accessible to a global audience. This includes reading language preferences, date and time formats, currency formats, and other regional settings. By leveraging the Localization API, you can enhance the accessibility and usability of your application, allowing users from different parts of the world to interact with your product effectively.</p>\n<p>In general: Every request should be made with the desired user language by sending the language via the <code>Accept-Language</code> attribute of the request header.</p>\n<p>Typical and supported use cases are:</p>\n<ul>\n<li><p>Get resource data like texts</p>\n</li>\n<li><p>Get supported system languages</p>\n</li>\n</ul>\n","_postman_id":"45df3958-83e9-428e-bb40-4fb158e16bcd","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Social","item":[{"name":"Cards","item":[{"name":"Create social card","id":"9bdb4f35-fc06-4c18-9654-92a7c0e7b47f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"event\": \"ed24\",\r\n    \"user\": \"00000000-0000-0000-0000-000000000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/cards","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","cards"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bdb4f35-fc06-4c18-9654-92a7c0e7b47f"},{"name":"Get social card","id":"8cbc4667-05c8-4574-b3f6-3d2376fe6103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/cards/:id","description":"<p>This endpoint makes an HTTP GET request to retrieve a social card by its unique identifier.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>id</code> (path) : The unique identifier of the social card.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the response will contain the social card in the form of a image or gif.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","cards",":id"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>ID of the social card</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"8cbc4667-05c8-4574-b3f6-3d2376fe6103"},{"name":"Get social card by user and event","id":"4141c7c2-1887-4251-9c44-a2204860e5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/cards/user/:user/event/:event","description":"<p>This endpoint retrieves social cards for a specific user and event.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><strong>Method</strong>: GET</li>\n<li><strong>Endpoint</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/cards/user/:user/event/:event</code></li>\n<li><strong>Path Parameters</strong>:<ul>\n<li><code>user</code>: The unique identifier for the user whose social cards are being retrieved.</li>\n<li><code>event</code>: The unique identifier for the event associated with the social cards.</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint does not require a request body.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><strong>Status Code</strong>: 200</li>\n<li><strong>Content-Type</strong>: image/jpeg</li>\n<li><strong>Response</strong>: The response returns an image representing the social card for the specified user and event.</li>\n</ul>\n<p><strong>Notes</strong>: </p>\n<ul>\n<li>The response is an image and cannot be saved as an example in the documentation.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","cards","user",":user","event",":event"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"user"},{"description":{"content":"<p>The event ID</p>\n","type":"text/plain"},"type":"any","value":"GalaxioExpo2050","key":"event"}]}},"response":[],"_postman_id":"4141c7c2-1887-4251-9c44-a2204860e5dc"},{"name":"Get social card by user, event and article","id":"07b943c7-8262-4da8-bc2d-26786d7b8ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/cards/user/:user/event/:event/article/:articleId","description":"<p>This endpoint retrieves social cards for a specific user and event and article, if that article is a member of a social card configuration article group.</p>\n<h3 id=\"request\">Request</h3>\n<p>This endpoint does not require a request body. The request URL includes the following parameters:</p>\n<ul>\n<li><p><code>user</code>: The unique identifier for the user whose social cards are being retrieved.</p>\n</li>\n<li><p><code>event</code>: The unique identifier for the event associated with the social cards.</p>\n</li>\n<li><p><code>articleId</code>: The unique identifier for the article related to the social cards.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response returns an image in JPEG format with a status code of 200.</p>\n<p><strong>Note:</strong> It is not possible to save media type responses as examples in this documentation.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","cards","user",":user","event",":event","article",":articleId"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The user ID</p>\n","type":"text/plain"},"type":"any","value":"cbe52359-6877-4821-aa5e-5d3513572211","key":"user"},{"description":{"content":"<p>The event ID</p>\n","type":"text/plain"},"type":"any","value":"GalaxioExpo2050","key":"event"},{"type":"any","value":"fa94184d-55e9-ef11-93da-00155d96040a","key":"articleId"}]}},"response":[],"_postman_id":"07b943c7-8262-4da8-bc2d-26786d7b8ed9"}],"id":"c1f70c07-02eb-4126-a3a6-eb7e2dd8fd5e","description":"<p>Social cards can be shared to show your participation in an upcoming event.</p>\n","_postman_id":"c1f70c07-02eb-4126-a3a6-eb7e2dd8fd5e","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Create event","id":"db478f80-5b55-4bfb-a72a-6b48859f6864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"AccountCreated\",\r\n    \"eventId\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/event","description":"<p>This endpoint allows the client to create a social event related to a shop.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>type</code> (string): Specifies the type of social event, e.g., \"AccountCreated\".</p>\n</li>\n<li><p><code>eventId</code> (string): Unique identifier for the event.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>id</code> (string): The ID of the social event.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","event"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"9be5448c-6701-4f5c-8f53-4866d98814b2","name":"Create event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"AccountCreated\",\r\n    \"eventId\": \"62a6ca62-05e6-ee11-93d5-00155d96040a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:36:24 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"wUiFxf6YVtDwCT2uazcrJu2U0jwOThHktoflrjnlqhRba0ahn7iysg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"73da63bb-baea-4407-b9e7-4162cf9cfb86\"\n    }\n}"}],"_postman_id":"db478f80-5b55-4bfb-a72a-6b48859f6864"},{"name":"Share on social networks","id":"cac0e684-323b-4d7b-ab4b-bfe59b0b2d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-LinkedIn-Token","value":"x","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test\",\r\n    \"text\": \"Ich habe mir gerade ein Ticket für die Networking Vision gesichert. Seid ihr auch dabei?\\n\\nhttps://dev.aditus.de/ADITUS-DEV-0_vNextShop/NetworkingVision2024?sc=32f3ecae-ccd4-ef11-93d9-00155d96040a\",\r\n    \"image\": \"\",\r\n    \"socialNetworks\": [\"linkedin\"],\r\n    \"context\": {\r\n        \"user\": \"socialmedia@aditus.de\",\r\n        \"event\": \"ed24\",\r\n        \"cart\": ,\r\n        \"socialCard\": ,\r\n        \"previousSocialEvent\": null,\r\n        \"source\": \"Confirmation\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/shares","description":"<p>This endpoint allows the user to create social shares for a specific event.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>title</code> (string): The title of the social share.</p>\n</li>\n<li><p><code>text</code> (string): The text content of the social share.</p>\n</li>\n<li><p><code>image</code> (string): The image URL for the social share.</p>\n</li>\n<li><p><code>socialNetworks</code> (array of strings): The social networks where the share will be posted.</p>\n</li>\n<li><p><code>context</code> (object): Additional context for the social share, including user, event, cart details and source</p>\n<ul>\n<li>The <code>source</code> can be used for additional statistics, which page or function the share originates from, e.g. <code>Autopost</code> is used to identify autoposted shares</li>\n</ul>\n</li>\n<li><p><code>socialCard</code> (object): Additional information for the social share card.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>createdShares</code> (array of objects): An array of created social shares.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the created share.</p>\n</li>\n<li><p><code>socialNetwork</code> (string): The social network where the share was posted.</p>\n</li>\n<li><p><code>externalId</code> (string): The external ID of the share.</p>\n</li>\n<li><p><code>externalUrl</code> (string): The external URL of the share.</p>\n</li>\n</ul>\n</li>\n<li><p><code>problems</code> (array): An array of any problems encountered during the share creation process.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["shop","v1","social","shares"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"a2df4340-c063-4a93-8794-ae0bca5a59b5","name":"Share on social networks","originalRequest":{"method":"POST","header":[{"key":"X-LinkedIn-Token","value":"x","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Test\",\r\n    \"text\": \"Ich habe mir gerade ein Ticket für die Networking Vision gesichert. Seid ihr auch dabei?\\n\\nhttps://dev.aditus.de/ADITUS-DEV-0_vNextShop/NetworkingVision2024?sc=32f3ecae-ccd4-ef11-93d9-00155d96040a\",\r\n    \"image\": \"\",\r\n    \"socialNetworks\": [\"linkedin\"],\r\n    \"context\": {\r\n        \"user\": \"socialmedia@aditus.de\",\r\n        \"event\": \"ed24\",\r\n        \"cart\": ,\r\n        \"socialCard\": ,\r\n        \"previousSocialEvent\": null,\r\n        \"source\": \"Autopost\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/shop/v1/social/shares"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 02 Jun 2025 14:43:48 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 77ba839b79ec0a8b2031c8a828e7fdfa.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA56-P3"},{"key":"X-Amz-Cf-Id","value":"m5DpLjr34cQQHgxuj34d9ZclA1HG7Msm__jItjBMEh0H1MWT3U7E6g=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"createdShares\": [\n            {\n                \"id\": \"d80efc22-1558-4146-9e7d-625a137056ef\",\n                \"socialNetwork\": \"LinkedIn\",\n                \"externalId\": \"urn:li:share:7335315205997932545\",\n                \"externalUrl\": \"https://www.linkedin.com/feed/update/urn:li:share:7335315205997932545\"\n            }\n        ],\n        \"problems\": []\n    }\n}"}],"_postman_id":"cac0e684-323b-4d7b-ab4b-bfe59b0b2d90"}],"id":"fc0fda8f-375f-4a69-bc25-d6a7c2ad033e","description":"<p>The Social section allows to create social cards to share on social media.</p>\n","_postman_id":"fc0fda8f-375f-4a69-bc25-d6a7c2ad033e","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}}},{"name":"Get swagger document","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1fdc923f-552a-402c-8781-503136889a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/shop","description":"<p>This endpoint makes a request to retrieve the Swagger documentation for the shop system.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON schema that includes the Swagger documentation for the shop system. The schema will provide detailed information about the endpoints, request parameters, response formats, and any additional information related to the shop system.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":true,"source":{"_postman_id":"da970ec6-e456-4472-b190-776217004019","id":"da970ec6-e456-4472-b190-776217004019","name":"Ticket purchase & registration","type":"folder"}},"urlObject":{"path":["systems","swagger","shop"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"f845ce30-2bcf-4834-8d07-3f95df50e7ad","name":"Get swagger document","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/shop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"14000"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:28:19 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"erVFmZ0fuquL9FLUZ1mZkOggkWgKgNMapaJhLCCu6whxmaiAxjEZXA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"x-generator\": \"NSwag v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))\",\n    \"openapi\": \"3.0.0\",\n    \"info\": {\n        \"title\": \"ADITUS API\",\n        \"version\": \"1.0.0\"\n    },\n    \"servers\": [\n        {\n            \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/\"\n        }\n    ],\n    \"paths\": {\n        \"/shop/v1/social/event\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_CreateSocialEvent\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCreateSocialEventResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/shares\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_Share\",\n                \"requestBody\": {\n                    \"x-name\": \"payload\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ShareRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfShareResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_CreateSocialCard\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateSocialCardRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCreateSocialCardResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards/{id}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByIdGET\",\n                \"parameters\": [\n                    {\n                        \"name\": \"id\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByIdHEAD\",\n                \"parameters\": [\n                    {\n                        \"name\": \"id\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards/user/{userId}/event\": {\n            \"get\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByUserAndEventGET\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventId\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByUserAndEventHEAD\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventId\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/carts\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetCartsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetOrdersForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"filterActiveEvents\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false,\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetOrderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetOrderDetailsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetOrderDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/cart\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetCartForUserAndOrder\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/confirmation/resend\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_ResendConfirmationEmail\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"resendEmailRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ResendConfirmationEmailRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/registration-reminder/resend\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_ResendRegistrationReminderEmail\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"resendEmailRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ResendRegistrationReminderEmailRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/legitimations\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetLegitimationsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/legitimations/{legitimationId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetLegitimationDetailsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/profile\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UpdateProfilePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"profile\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UpdateProfilePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"profile\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetProfile\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/profile/picture\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetProfilePicture\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    },\n                    \"404\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_SetProfilePicturePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_SetProfilePicturePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/communication-groups/{groupuid}\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UnsubscribeFromMailing\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"groupuid\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"404\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetPaymentProviders\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/configuration\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetConfiguration\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetConfigurationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetEvents\",\n                \"parameters\": [\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetEventResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetEventById\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetEventResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/legitimation-categories\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetLegitimationCategoriesByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationCategoryResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetPaymentProvidersByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentsByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments/{assortmentId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentDetailById\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments/{assortmentId}/articles\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentArticles\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"articleGroupId\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentArticlesResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/lookups/{name}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetLookupsByName\",\n                \"parameters\": [\n                    {\n                        \"name\": \"name\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLookupsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/data-changes\": {\n            \"post\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetDataChanges\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/GetDataChangesRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetDataChangesResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/communication-groups/{groupuid}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetUnsubscribeGroupByUid\",\n                \"parameters\": [\n                    {\n                        \"name\": \"groupuid\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUnsubscribeGroupDto\"\n                                }\n                            }\n                        }\n                    },\n                    \"404\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/localization\": {\n            \"get\": {\n                \"tags\": [\n                    \"Localization\"\n                ],\n                \"operationId\": \"Localization_GetResource\",\n                \"parameters\": [\n                    {\n                        \"name\": \"scope\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"key\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"includeNestedScopes\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"includeUpcoming\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetResourceResponseOf\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/localization/languages\": {\n            \"get\": {\n                \"tags\": [\n                    \"Localization\"\n                ],\n                \"operationId\": \"Localization_GetLanguages\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLanguagesResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CreateCart\",\n                \"requestBody\": {\n                    \"x-name\": \"createCartRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/culture\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetCulturePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetCultureRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCultureResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetCulturePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetCultureRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCultureResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"style\": \"form\",\n                        \"explode\": true,\n                        \"schema\": {\n                            \"type\": \"array\",\n                            \"nullable\": true,\n                            \"items\": {\n                                \"type\": \"string\"\n                            }\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_DeleteCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetPaymentProvidersByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentProviderToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentProviderToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemovePaymentProviderFromCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemovePaymentProviderResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-provider\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-provider/express-checkout\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_InitExpressCheckoutPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_InitExpressCheckoutPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/buyer\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBuyerPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBuyerToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBuyerPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBuyerToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration/prefill-data\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemRegistrationPrefillData\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"type\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"default\": \"Self\",\n                            \"oneOf\": [\n                                {\n                                    \"$ref\": \"#/components/schemas/RegistrationType\"\n                                }\n                            ]\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration/{type}/prefill-data\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemRegistrationPrefillData2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"type\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/RegistrationType\"\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/timeslots\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemTimeslotInformation\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_BookItemTimeslotsPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"bookingRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/BookTimeslotsRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_BookItemTimeslotsPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"bookingRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/BookTimeslotsRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/billing\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBillingPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBillingToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBillingPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBillingToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/coupons/{code}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckAndReserveCode\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckAndReserveCodeResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckCode\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckCouponResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveCoupon\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveCouponResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddItemPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddItemToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddItemToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddItemPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddItemToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddItemToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}\": {\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveItem\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveItemResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/remove\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveItems\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveItemsFromCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration\": {\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_UpdateItemRegistration\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UpdateCartItemRegistration\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateItemRegistrationResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/validate\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ValidateCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"autoResolve\",\n                        \"x-originalName\": \"autoResolveValidationProblems\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCartValidationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/validate/{validator}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ValidateCart2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"validator\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"autoResolve\",\n                        \"x-originalName\": \"autoResolveValidationProblems\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 4\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"validationParameters\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"additionalProperties\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCartValidationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentsByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments/{assortmentId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentDetailByCartAndId\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments/{assortmentId}/articles\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentArticlesByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"articleGroupId\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentArticlesResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/checkout\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckoutCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckoutCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/clear\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ClearCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfClearCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/user\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetUserToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetUserToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetUserToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetUserToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetUserToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetUserToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"legitimation\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"legitimation\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}/document\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationDocumentPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"file\",\n                    \"content\": {\n                        \"multipart/form-data\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"file\": {\n                                        \"type\": \"string\",\n                                        \"format\": \"binary\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationDocumentPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"file\",\n                    \"content\": {\n                        \"multipart/form-data\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"file\": {\n                                        \"type\": \"string\",\n                                        \"format\": \"binary\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}/document/{documentId}\": {\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_DeleteLegitimationDocument\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"documentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/theme\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetCartTheme\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/GetCartThemeResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/properties\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ModifyPropertiesPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ModifyPropertiesResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ModifyPropertiesPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ModifyPropertiesResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/recommendations\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetRecommendations\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/GetRecommendationsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ApplyRecommendations\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ApplyRecommendationsRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ApplyRecommendationsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/system\": {\n            \"get\": {\n                \"tags\": [\n                    \"System\"\n                ],\n                \"operationId\": \"System_GetSystemInformations\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfDictionaryOfStringAndObject\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        }\n    },\n    \"components\": {\n        \"schemas\": {\n            \"SimpleApiResponseOfCreateSocialEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CreateSocialEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"CreateSocialEventRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"previousEventId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"eventId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"socialNetworkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"personId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"saleId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"socialUserProfileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"source\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkSocialEventType\"\n                    },\n                    \"client\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventClientRequestDto\"\n                            }\n                        ]\n                    },\n                    \"isEmpty\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SocialNetworkSocialEventType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"AccountCreated\",\n                    \"AccountLinked\",\n                    \"Login\",\n                    \"Share\",\n                    \"AccountCreationRequested\",\n                    \"Visit\",\n                    \"Conversion\",\n                    \"SharePreview\",\n                    \"AttendingLinkedInEvent\",\n                    \"RegisteredViaLinkedInEvent\",\n                    \"LoadedLinkedInEventsWidget\"\n                ],\n                \"enum\": [\n                    \"AccountCreated\",\n                    \"AccountLinked\",\n                    \"Login\",\n                    \"Share\",\n                    \"AccountCreationRequested\",\n                    \"Visit\",\n                    \"Conversion\",\n                    \"SharePreview\",\n                    \"AttendingLinkedInEvent\",\n                    \"RegisteredViaLinkedInEvent\",\n                    \"LoadedLinkedInEventsWidget\"\n                ]\n            },\n            \"CreateSocialEventClientRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"referer\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"ip\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"userAgent\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ShareResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"createdShares\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/CreateShareResponse\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"CreateShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"socialNetwork\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"externalId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SocialNetworkType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"ADITUS\",\n                    \"LinkedIn\",\n                    \"Xing\",\n                    \"Facebook\",\n                    \"Google\",\n                    \"Twitter\",\n                    \"WhatsApp\",\n                    \"EMail\",\n                    \"YouTube\",\n                    \"TikTok\",\n                    \"Pinterest\",\n                    \"Reddit\",\n                    \"Instagram\"\n                ],\n                \"enum\": [\n                    \"ADITUS\",\n                    \"LinkedIn\",\n                    \"Xing\",\n                    \"Facebook\",\n                    \"Google\",\n                    \"Twitter\",\n                    \"WhatsApp\",\n                    \"EMail\",\n                    \"YouTube\",\n                    \"TikTok\",\n                    \"Pinterest\",\n                    \"Reddit\",\n                    \"Instagram\"\n                ]\n            },\n            \"IResult\": {\n                \"type\": \"object\",\n                \"x-abstract\": true,\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"severity\": {\n                        \"$ref\": \"#/components/schemas/ResultSeverity\"\n                    },\n                    \"category\": {\n                        \"$ref\": \"#/components/schemas/ResultCategory\"\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"logId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"details\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    },\n                    \"timestamp\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"ResultSeverity\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Low\",\n                    \"Medium\",\n                    \"High\"\n                ],\n                \"enum\": [\n                    \"Low\",\n                    \"Medium\",\n                    \"High\"\n                ]\n            },\n            \"ResultCategory\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"General\",\n                    \"Buyer\",\n                    \"Registration\",\n                    \"Payment\",\n                    \"Limit\",\n                    \"Voucher\",\n                    \"PromotionCode\",\n                    \"Survey\",\n                    \"Legitimation\",\n                    \"Timeslots\",\n                    \"SocialCards\",\n                    \"Sharing\",\n                    \"Sale\",\n                    \"Ticket\",\n                    \"TicketOwner\",\n                    \"User\"\n                ],\n                \"enum\": [\n                    \"General\",\n                    \"Buyer\",\n                    \"Registration\",\n                    \"Payment\",\n                    \"Limit\",\n                    \"Voucher\",\n                    \"PromotionCode\",\n                    \"Survey\",\n                    \"Legitimation\",\n                    \"Timeslots\",\n                    \"SocialCards\",\n                    \"Sharing\",\n                    \"Sale\",\n                    \"Ticket\",\n                    \"TicketOwner\",\n                    \"User\"\n                ]\n            },\n            \"ShareRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"text\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"socialNetworks\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                        }\n                    },\n                    \"context\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ShareContext\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ShareContext\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"cart\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"previousSocialEvent\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"socialCard\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCreateSocialCardResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialCardResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CreateSocialCardResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"CreateSocialCardRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"carts\"\n                ],\n                \"properties\": {\n                    \"carts\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartsResponseItem\"\n                        }\n                    }\n                }\n            },\n            \"GetCartsResponseItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/CartStatus\"\n                    },\n                    \"event\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartEventResponse\"\n                            }\n                        ]\n                    },\n                    \"user\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartUserResponse\"\n                            }\n                        ]\n                    },\n                    \"order\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartOrderResponse\"\n                            }\n                        ]\n                    },\n                    \"createdAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"updatedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"CartStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Failed\",\n                    \"Completed\",\n                    \"Active\",\n                    \"Abandoned\",\n                    \"Expired\",\n                    \"Unknown\"\n                ],\n                \"enum\": [\n                    \"Failed\",\n                    \"Completed\",\n                    \"Active\",\n                    \"Abandoned\",\n                    \"Expired\",\n                    \"Unknown\"\n                ]\n            },\n            \"GetCartEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\",\n                    \"number\",\n                    \"slug\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetCartUserResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isVerified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"eMail\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartOrderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"orderDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetOrderResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetOrderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"number\",\n                    \"orderedAt\",\n                    \"orderedBy\",\n                    \"isThirdPartyPurchase\",\n                    \"status\",\n                    \"event\",\n                    \"shipping\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"orderedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"orderedBy\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerResponse\"\n                    },\n                    \"isThirdPartyPurchase\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderStatus\"\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetOrderEventResponse\"\n                    },\n                    \"shipping\": {\n                        \"$ref\": \"#/components/schemas/GetOrderShippingResponse\"\n                    },\n                    \"payment\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailPaymentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderBuyerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"salutation\",\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\",\n                    \"company\",\n                    \"address\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerAddressResponse\"\n                    }\n                }\n            },\n            \"GetOrderBuyerAddressResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"street\",\n                    \"houseNumber\",\n                    \"postalCode\",\n                    \"city\",\n                    \"country\"\n                ],\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"grossPrice\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"netPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"OrderStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Pending\",\n                    \"Completed\",\n                    \"Revoked\",\n                    \"Error\",\n                    \"Canceled\",\n                    \"Processing\"\n                ],\n                \"enum\": [\n                    \"Pending\",\n                    \"Completed\",\n                    \"Revoked\",\n                    \"Error\",\n                    \"Canceled\",\n                    \"Processing\"\n                ]\n            },\n            \"GetOrderEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"icon\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"logo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"dateTimeSpan\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ThemeImage\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"uri\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ThemeImageType\"\n                    },\n                    \"background\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceBackground\"\n                            }\n                        ]\n                    },\n                    \"size\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceSize\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ThemeImageType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ],\n                \"enum\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ]\n            },\n            \"ThemeImageAppearanceBackground\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Dark\",\n                    \"Light\"\n                ],\n                \"enum\": [\n                    \"Dark\",\n                    \"Light\"\n                ]\n            },\n            \"ThemeImageAppearanceSize\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ],\n                \"enum\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ]\n            },\n            \"GetDateTimeSpanResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderShippingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"shippedTo\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"shippedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ShippingType\"\n                    },\n                    \"fee\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    }\n                }\n            },\n            \"ShippingType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"NoShipping\",\n                    \"OnSiteEmission\",\n                    \"Email\",\n                    \"Postal\",\n                    \"External\",\n                    \"EmailAfterLegitimation\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"NoShipping\",\n                    \"OnSiteEmission\",\n                    \"Email\",\n                    \"Postal\",\n                    \"External\",\n                    \"EmailAfterLegitimation\"\n                ]\n            },\n            \"GetOrderDetailPaymentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"providerName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/PaymentStatus\"\n                    },\n                    \"settledAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"PaymentStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Paid\",\n                    \"Canceled\",\n                    \"Reserved\"\n                ],\n                \"enum\": [\n                    \"Paid\",\n                    \"Canceled\",\n                    \"Reserved\"\n                ]\n            },\n            \"SimpleApiResponseOfGetOrderDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"number\",\n                    \"orderedAt\",\n                    \"orderedBy\",\n                    \"isThirdPartyPurchase\",\n                    \"status\",\n                    \"event\",\n                    \"shipping\",\n                    \"items\",\n                    \"receipts\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"orderedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"orderedBy\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerResponse\"\n                    },\n                    \"isThirdPartyPurchase\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderStatus\"\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetOrderEventResponse\"\n                    },\n                    \"shipping\": {\n                        \"$ref\": \"#/components/schemas/GetOrderShippingResponse\"\n                    },\n                    \"payment\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailPaymentResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemResponse\"\n                        }\n                    },\n                    \"receipts\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailReceiptResponse\"\n                        }\n                    },\n                    \"legitimations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                        }\n                    },\n                    \"isRegistrationOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"canChangeRegistrationData\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isVerifiedOrder\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetOrderDetailItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"article\",\n                    \"promotionCodes\",\n                    \"owner\",\n                    \"status\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"article\": {\n                        \"$ref\": \"#/components/schemas/GetOrderDetailItemArticleResponse\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailItemPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemPromotionCodeResponse\"\n                        }\n                    },\n                    \"links\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemLinkResponse\"\n                        }\n                    },\n                    \"owner\": {\n                        \"$ref\": \"#/components/schemas/GetOrderDetailOwnerResponse\"\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderItemStatus\"\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    },\n                    \"ticket\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailTicketResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderDetailItemArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"price\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"price\": {\n                        \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"image\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"TicketType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"VisitorTicket\",\n                    \"ExhibitorTicket\",\n                    \"ServiceTicket\",\n                    \"CashTicket\",\n                    \"PressTicket\",\n                    \"ParkingTicket\",\n                    \"SpecialParkingTicket\",\n                    \"Badge\",\n                    \"CongressTicket\",\n                    \"GuidedTour\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"VisitorTicket\",\n                    \"ExhibitorTicket\",\n                    \"ServiceTicket\",\n                    \"CashTicket\",\n                    \"PressTicket\",\n                    \"ParkingTicket\",\n                    \"SpecialParkingTicket\",\n                    \"Badge\",\n                    \"CongressTicket\",\n                    \"GuidedTour\"\n                ]\n            },\n            \"TicketValidityType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"OneDay\",\n                    \"MultipleDays\",\n                    \"MultipleDaysInSeries\",\n                    \"AllDays\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"OneDay\",\n                    \"MultipleDays\",\n                    \"MultipleDaysInSeries\",\n                    \"AllDays\"\n                ]\n            },\n            \"GetOrderDetailItemPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"grossPrice\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"netPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailItemPromotionCodeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailItemLinkResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"mediaType\": {\n                        \"$ref\": \"#/components/schemas/OrderItemMediaType\"\n                    },\n                    \"linkType\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/OrderItemWalletLinkType\"\n                            }\n                        ]\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"OrderItemMediaType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"PrintAtHomeTicket\",\n                    \"WalletTicket\",\n                    \"MobileTicket\",\n                    \"VirtualAccess\"\n                ],\n                \"enum\": [\n                    \"PrintAtHomeTicket\",\n                    \"WalletTicket\",\n                    \"MobileTicket\",\n                    \"VirtualAccess\"\n                ]\n            },\n            \"OrderItemWalletLinkType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Passbook\",\n                    \"GoogleWallet\"\n                ],\n                \"enum\": [\n                    \"Passbook\",\n                    \"GoogleWallet\"\n                ]\n            },\n            \"GetOrderDetailOwnerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"salutation\",\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"OrderItemStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"NotRegistered\",\n                    \"Registered\",\n                    \"Blocked\",\n                    \"NotRegisteredByThirdPerson\"\n                ],\n                \"enum\": [\n                    \"NotRegistered\",\n                    \"Registered\",\n                    \"Blocked\",\n                    \"NotRegisteredByThirdPerson\"\n                ]\n            },\n            \"BookedTimeslotDay\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"date\",\n                    \"printText\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"date\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"printText\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"timeRange\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/BookedTimeslotTimeRange\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"BookedTimeslotTimeRange\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailTicketResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"barcode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    }\n                }\n            },\n            \"GetOrderDetailReceiptResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ReceiptType\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"createdAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ReceiptType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Bill\",\n                    \"BillCorrection\",\n                    \"Cancellation\",\n                    \"Quote\",\n                    \"OrderConfirmation\",\n                    \"DeliveryNote\",\n                    \"CashRegisterReceipt\",\n                    \"CancellationCorrection\"\n                ],\n                \"enum\": [\n                    \"Bill\",\n                    \"BillCorrection\",\n                    \"Cancellation\",\n                    \"Quote\",\n                    \"OrderConfirmation\",\n                    \"DeliveryNote\",\n                    \"CashRegisterReceipt\",\n                    \"CancellationCorrection\"\n                ]\n            },\n            \"GetLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationCategory\"\n                            }\n                        ]\n                    },\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/LegitimationProof\"\n                        }\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/LegitimationStatus\"\n                    },\n                    \"person\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationPerson\"\n                            }\n                        ]\n                    },\n                    \"createdOn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"event\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"LegitimationCategory\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"requiredVerifications\": {\n                        \"type\": \"integer\",\n                        \"format\": \"byte\"\n                    }\n                }\n            },\n            \"LegitimationProof\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"type\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationProofType\"\n                            }\n                        ]\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/LegitimationProofDocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/LegitimationProofStatus\"\n                    },\n                    \"metadata\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            },\n            \"LegitimationProofType\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"LegitimationProofDocumentType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ],\n                \"enum\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ]\n            },\n            \"LegitimationProofStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Rejected\"\n                ],\n                \"enum\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Rejected\"\n                ]\n            },\n            \"LegitimationStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Denied\",\n                    \"InProgress\",\n                    \"OnHold\",\n                    \"Incomplete\",\n                    \"FollowUp\",\n                    \"WaitForVerification\"\n                ],\n                \"enum\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Denied\",\n                    \"InProgress\",\n                    \"OnHold\",\n                    \"Incomplete\",\n                    \"FollowUp\",\n                    \"WaitForVerification\"\n                ]\n            },\n            \"LegitimationPerson\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"spokenLanguage\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetLegitimationEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"icon\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"logo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"dateTimeSpan\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"expiryTime\",\n                    \"event\",\n                    \"totals\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"expiryTime\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"user\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartUserResponse\"\n                            }\n                        ]\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetCartEventResponse\"\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPromotionCodeResponse\"\n                        }\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartItemResponse\"\n                        }\n                    },\n                    \"totals\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPriceResponse\"\n                        }\n                    },\n                    \"isImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPaymentImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLegitimationImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isAmountImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPaymentRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"paymentProvider\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderByCartResponse\"\n                            }\n                        ]\n                    },\n                    \"buyerPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartBuyerPersonResponse\"\n                            }\n                        ]\n                    },\n                    \"billingPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"order\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartOrderResponse\"\n                            }\n                        ]\n                    },\n                    \"legitimations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartLegitimationResponse\"\n                        }\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/CartStatus\"\n                    },\n                    \"actions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {}\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartProblemResponse\"\n                        }\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartPromotionCodeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetCartItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"article\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"orderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"article\": {\n                        \"$ref\": \"#/components/schemas/GetCartArticleResponse\"\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPromotionCodeResponse\"\n                        }\n                    },\n                    \"voucherCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"registration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemRegistrationResponse\"\n                            }\n                        ]\n                    },\n                    \"legitimation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemLegitimationResponse\"\n                            }\n                        ]\n                    },\n                    \"associatedPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AssociatedPerson\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartArticlePriceResponse\"\n                        }\n                    },\n                    \"image\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartArticleGroupResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticlePriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"originalPrice\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"price\",\n                    \"grossPrice\",\n                    \"tax\",\n                    \"taxRate\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"price\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"taxRate\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetLegitimationCategoryResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"availableProofTypes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationProofTypeResponse\"\n                        }\n                    },\n                    \"proofUploadLimit\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"GetLegitimationProofTypeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"availableDocumentTypes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/DocumentType\"\n                        }\n                    }\n                }\n            },\n            \"DocumentType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ],\n                \"enum\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ]\n            },\n            \"GetArticleConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"showRemainingAmount\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showRemainingAmountPerTimeslot\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showIfSoldOut\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"soldOutText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"maxLengthOfDescription\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"minNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isInvitationEmailAddressChangePossible\": {\n                        \"type\": \"boolean\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartArticleGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartArticleGroupConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticleGroupConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExclusiveAssortment\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartItemRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"types\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"x-dictionaryKey\": {\n                            \"$ref\": \"#/components/schemas/RegistrationType\"\n                        },\n                        \"additionalProperties\": {\n                            \"$ref\": \"#/components/schemas/RegistrationTypeConfiguration\"\n                        }\n                    },\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartItemRegistration\"\n                            }\n                        ]\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"RegistrationType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Self\",\n                    \"ThirdPerson\"\n                ],\n                \"enum\": [\n                    \"self\",\n                    \"thirdPerson\"\n                ]\n            },\n            \"RegistrationTypeConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"survey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasToBeCompletedByTicketOwnerHimself\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CartItemRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"type\"\n                ],\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    },\n                    \"referencedSurveyResponse\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/CartItemSurveyAnswer\"\n                        }\n                    },\n                    \"hasInformation\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CartItemSurveyAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isReadOnly\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartItemLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isIncomplete\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AssociatedPerson\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"minimumNumberOfBookings\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"maximumNumberOfBookings\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    },\n                    \"days\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"AvailableTimeslotDay\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"date\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"date\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isAvailableForBooking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isBookingLimited\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"remainingAmount\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExpired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSoldOut\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"timeRanges\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotTimeRange\"\n                        }\n                    }\n                }\n            },\n            \"AvailableTimeslotTimeRange\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isAvailableForBooking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isBookingLimited\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"remainingAmount\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExpired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSoldOut\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"price\",\n                    \"grossPrice\",\n                    \"tax\",\n                    \"taxRate\",\n                    \"currency\",\n                    \"original\"\n                ],\n                \"properties\": {\n                    \"price\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"taxRate\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"original\": {\n                        \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                    }\n                }\n            },\n            \"GetPaymentProviderByCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"paymentMethods\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentMethods\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentMethodResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isExpressCheckoutSupported\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"expiresAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    },\n                    \"redirectUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"redirectRequired\": {\n                        \"type\": \"boolean\",\n                        \"nullable\": true\n                    },\n                    \"transactionToken\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isExpressCheckoutInitialized\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetPaymentMethodResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"methodType\"\n                ],\n                \"properties\": {\n                    \"methodType\": {\n                        \"$ref\": \"#/components/schemas/PaymentMethodType\"\n                    }\n                }\n            },\n            \"PaymentMethodType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"Visa\",\n                    \"Mastercard\",\n                    \"PayPal\",\n                    \"Amex\",\n                    \"Paylater\",\n                    \"Bancontact\",\n                    \"Blik\",\n                    \"Eps\",\n                    \"Giropay\",\n                    \"Ideal\",\n                    \"Mercadopago\",\n                    \"Mybank\",\n                    \"P24\",\n                    \"Sepa\",\n                    \"Sofort\",\n                    \"Venmo\",\n                    \"Diners\",\n                    \"Postfinance\",\n                    \"Twint\",\n                    \"UnionPay\",\n                    \"ApplePay\",\n                    \"GooglePay\",\n                    \"Invoice\",\n                    \"Prepayment\"\n                ],\n                \"enum\": [\n                    \"Visa\",\n                    \"Mastercard\",\n                    \"PayPal\",\n                    \"Amex\",\n                    \"Paylater\",\n                    \"Bancontact\",\n                    \"Blik\",\n                    \"Eps\",\n                    \"Giropay\",\n                    \"Ideal\",\n                    \"Mercadopago\",\n                    \"Mybank\",\n                    \"P24\",\n                    \"Sepa\",\n                    \"Sofort\",\n                    \"Venmo\",\n                    \"Diners\",\n                    \"Postfinance\",\n                    \"Twint\",\n                    \"UnionPay\",\n                    \"ApplePay\",\n                    \"GooglePay\",\n                    \"Invoice\",\n                    \"Prepayment\"\n                ]\n            },\n            \"GetPaymentProviderConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false\n            },\n            \"GetCartBuyerPersonResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Address\"\n                            }\n                        ]\n                    },\n                    \"isPrefilled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"Address\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"street\",\n                    \"postalCode\",\n                    \"city\",\n                    \"country\"\n                ],\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"Person\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\",\n                    \"address\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"$ref\": \"#/components/schemas/Address\"\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"associatedPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AssociatedPerson\"\n                            }\n                        ]\n                    },\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartLegitimationProofResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetCartLegitimationProofResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"typeId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/DocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartProblemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"code\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"logId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"severity\": {\n                        \"$ref\": \"#/components/schemas/ResultSeverity\"\n                    },\n                    \"category\": {\n                        \"$ref\": \"#/components/schemas/ResultCategory\"\n                    },\n                    \"occurredAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/CartProblemType\"\n                    },\n                    \"details\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            },\n            \"CartProblemType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Exception\",\n                    \"Validation\",\n                    \"Unknown\"\n                ],\n                \"enum\": [\n                    \"Exception\",\n                    \"Validation\",\n                    \"Unknown\"\n                ]\n            },\n            \"ResendConfirmationEmailRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"email\"\n                ],\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"ResendRegistrationReminderEmailRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUpdateProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateProfileResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"profile\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        ]\n                    },\n                    \"socialProfiles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/UpdateSocialProfileResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"UserProfile\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"website\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"phone\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"mobile\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"fax\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfileAddress\"\n                            }\n                        ]\n                    },\n                    \"notificationPreferences\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/NotificationPreferences\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UserProfileAddress\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"NotificationPreferences\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"phone\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"postMail\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"UpdateSocialProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"networkType\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"profileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetProfileResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"profile\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        ]\n                    },\n                    \"socialProfiles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetSocialProfileResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"GetSocialProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"networkType\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"profileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetPaymentProviderResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentProviderResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetPaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"paymentMethods\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentMethods\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentMethodResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isExpressCheckoutSupported\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"mandator\",\n                    \"lookups\"\n                ],\n                \"properties\": {\n                    \"mandator\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lookups\": {\n                        \"type\": \"object\",\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"tracking\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetConfigurationTrackingResponse\"\n                            }\n                        ]\n                    },\n                    \"useTotpForNewUsers\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"useWebsiteMetricTracking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"frameAncestors\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalLoginProviders\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ExternalLoginProviderConfiguration\"\n                        }\n                    },\n                    \"defaultExternalLoginProvider\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"charsetInputFilter\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetConfigurationCharsetInputFilterResponse\"\n                        }\n                    },\n                    \"socialFollows\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkFollowConfiguration\"\n                        }\n                    }\n                }\n            },\n            \"GetConfigurationTrackingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"scriptHead\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scriptBody\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ExternalLoginProviderConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"clientId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"clientSecret\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"authority\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetConfigurationCharsetInputFilterResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"regexRule\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SocialNetworkFollowConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"color\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetEventResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetEventResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\",\n                    \"number\",\n                    \"slug\",\n                    \"description\",\n                    \"dateTimeSpan\",\n                    \"icon\",\n                    \"logo\",\n                    \"sort\",\n                    \"isRegistrationAvailable\",\n                    \"isSalesAvailable\",\n                    \"publicRegistration\",\n                    \"assortments\",\n                    \"configuration\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"dateTimeSpan\": {\n                        \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                    },\n                    \"icon\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"logo\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isRegistrationAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSalesAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"publicRegistration\": {\n                        \"$ref\": \"#/components/schemas/GetPublicRegistrationResponse\"\n                    },\n                    \"assortments\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"$ref\": \"#/components/schemas/GetEventConfigurationResponse\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetPublicRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"assortments\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentPublicRegistration\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentPublicRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"registrationCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"description\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetAssortmentConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"availableLanguages\"\n                ],\n                \"properties\": {\n                    \"availableLanguages\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLanguageResponse\"\n                        }\n                    },\n                    \"location\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLocationResponse\"\n                            }\n                        ]\n                    },\n                    \"metaTags\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetMetaTagsResponse\"\n                            }\n                        ]\n                    },\n                    \"showInOverview\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showSummaryBeforeCheckout\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"redirectAfterRegistration\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showCookieConsent\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"tracking\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationTrackingResponse\"\n                            }\n                        ]\n                    },\n                    \"useTotpForNewUsers\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showAttendeeBadgePreview\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"maxNumberOf1NVoucherPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isInvitationEmailAddressChangePossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLandingPageActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"linkedInEvent\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLinkedInEventConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"socialSharing\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetSocialSharingEventConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"googleRecaptcha\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetGoogleRecaptchaConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"persistableQueryParams\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"externalLoginProviders\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ExternalLoginProviderConfiguration\"\n                        }\n                    },\n                    \"defaultExternalLoginProvider\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"charsetInputFilter\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetEventConfigurationCharsetInputFilterResponse\"\n                        }\n                    },\n                    \"showLoadingPageOnCheckout\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"googlePlaces\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationGooglePlacesResponse\"\n                            }\n                        ]\n                    },\n                    \"customURL\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isNotVerifiedUserAllowed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"socialFollows\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkFollowConfiguration\"\n                        }\n                    },\n                    \"revolugo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationRevolugoResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLanguageResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"GetLocationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"name\"\n                ],\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"plusCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"geoCoordinates\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetMetaTagsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationTrackingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"scriptHead\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scriptBody\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetLinkedInEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"apiKey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"eventId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"groupId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"speakersUrls\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"GetSocialSharingEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"text\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasSocialCardsEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"hasAutoPostEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"socialNetworks\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetSocialSharingEventConfigurationNetworkResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetSocialSharingEventConfigurationNetworkResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"color\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"sharingUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"supportsNativeSharing\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetGoogleRecaptchaConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"secret\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"score\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetEventConfigurationCharsetInputFilterResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"regexRule\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationGooglePlacesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"apiKey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationRevolugoResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"trackingId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isHotelMapEnabled\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationCategoryResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentDetailResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetAssortmentDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"description\",\n                    \"sort\",\n                    \"articleGroups\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"articleGroups\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetArticleGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isExpanded\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupConfiguartionResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetArticleGroupConfiguartionResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentArticlesResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentArticlesResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentArticlesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                            }\n                        ]\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"GetArticlePriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"originalPrice\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetArticleAmountResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"remaining\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLookupsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"language\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"Lookup\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value4\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value5\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isFreeText\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetDataChangesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDataChangesResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetDataChangesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"dataChanged\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentTimestamp\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"changes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetDataChangesChangeResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetDataChangesChangeResponse\": {\n                \"type\": \"object\",\n                \"x-abstract\": true,\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"region\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetDataChangesRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"dateTime\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"regions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUnsubscribeGroupDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UnsubscribeGroupDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UnsubscribeGroupDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"uniqueId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetResourceResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetResourceResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetResourceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scope\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"refDataObject\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"refDataObjectId\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"activeFrom\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    },\n                    \"activeTo\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLanguagesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLanguagesResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLanguagesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"systemLanguage\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLanguageDefaultResponse\"\n                            }\n                        ]\n                    },\n                    \"languages\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLanguageResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetLanguageDefaultResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"CreateCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"event\"\n                ],\n                \"properties\": {\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"isVerifiedUser\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetCultureResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetCultureResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetCultureResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SetCultureRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"culture\"\n                ],\n                \"properties\": {\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetPaymentProviderToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetPaymentProviderToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"paymentProviderSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetPaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentProviderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"redirectRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"paymentProviderRedirectUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"expiresAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SetPaymentProviderToCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"paymentProviderId\"\n                ],\n                \"properties\": {\n                    \"paymentProviderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"successUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"cancelUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"errorUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"token\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"completePaymentAfterRedirect\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemovePaymentProviderResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemovePaymentProviderResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemovePaymentProviderResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"paymentProviderRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemovePaymentProviderResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemovePaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetBuyerToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBuyerToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBuyerToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"buyerSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBuyerResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBuyerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"buyerPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetItemRegistrationPrefillDataRequest\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetItemRegistrationPrefillDataRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"registrationType\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"BookTimeslotsRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookTimeslotRequest\"\n                        }\n                    }\n                }\n            },\n            \"BookTimeslotRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"day\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"timeRange\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetBillingToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBillingToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBillingToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"billingSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBillingResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBillingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"billingPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckAndReserveCodeResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckAndReserveCodeResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckAndReserveCodeResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"couponReserved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddCouponResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"registrationResult\",\n                    \"affectedAssortments\",\n                    \"codeType\"\n                ],\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"registrationResult\": {\n                        \"$ref\": \"#/components/schemas/CouponAddedReservation\"\n                    },\n                    \"affectedAssortments\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    },\n                    \"codeType\": {\n                        \"$ref\": \"#/components/schemas/RegistrationResultCodeType\"\n                    },\n                    \"reservation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedReservation\"\n                            }\n                        ]\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"appearance\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationAppearance\"\n                            }\n                        ]\n                    },\n                    \"organization\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationOrganization\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CouponAddedReservation\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"message\",\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"code\": {\n                        \"$ref\": \"#/components/schemas/RegistrationResultCode\"\n                    }\n                }\n            },\n            \"RegistrationResultCode\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"OK\",\n                    \"GeneralError\",\n                    \"TicketAlreadyInCart\",\n                    \"InvalidRegistrationData\",\n                    \"TicketCanceled\",\n                    \"EmptyTicketPool\",\n                    \"AttributeFaireventArticleGroupLimitReached\",\n                    \"TicketOwnerLacksValidLegitimation\",\n                    \"TicketCodeForAnotherFairevent\",\n                    \"SendEMailError\",\n                    \"PassbookCreationError\",\n                    \"PDFCreationError\",\n                    \"WrongReservationGUID\",\n                    \"AlreadyReservedTicketCode\",\n                    \"TicketCodeUsedUp\",\n                    \"LockedTicketCode\",\n                    \"AlreadyRegisteredTicketCode\",\n                    \"UnkownTicketCode\"\n                ],\n                \"enum\": [\n                    \"OK\",\n                    \"GeneralError\",\n                    \"TicketAlreadyInCart\",\n                    \"InvalidRegistrationData\",\n                    \"TicketCanceled\",\n                    \"EmptyTicketPool\",\n                    \"AttributeFaireventArticleGroupLimitReached\",\n                    \"TicketOwnerLacksValidLegitimation\",\n                    \"TicketCodeForAnotherFairevent\",\n                    \"SendEMailError\",\n                    \"PassbookCreationError\",\n                    \"PDFCreationError\",\n                    \"WrongReservationGUID\",\n                    \"AlreadyReservedTicketCode\",\n                    \"TicketCodeUsedUp\",\n                    \"LockedTicketCode\",\n                    \"AlreadyRegisteredTicketCode\",\n                    \"UnkownTicketCode\"\n                ]\n            },\n            \"RegistrationResultCodeType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Unknown\",\n                    \"Voucher\",\n                    \"PromotionCode\"\n                ],\n                \"enum\": [\n                    \"Unknown\",\n                    \"Voucher\",\n                    \"PromotionCode\"\n                ]\n            },\n            \"ItemAddedReservation\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"validUntil\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"GetValidArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CouponInformationAppearance\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isIntern\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"externalId1\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"welcomeText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasWelcomeBanner\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CouponInformationOrganization\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId1\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckCouponResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"appearance\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationAppearance\"\n                            }\n                        ]\n                    },\n                    \"organization\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationOrganization\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveCouponResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveCouponResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveCouponResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"couponRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveCouponResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddItemToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddItemToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddItemToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemAdded\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddItemResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemAddedArticle\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"ItemAddedArticle\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"reservation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedReservation\"\n                            }\n                        ]\n                    },\n                    \"item\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedItem\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ItemAddedItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"AddItemToCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveItemsFromCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemsRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartItemsRemovedResponseDto\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartItemsRemovedResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RemoveItemsFromCartItemResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"RemoveItemsFromCartItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemIds\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUpdateItemRegistrationResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateItemRegistrationResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateItemRegistrationResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"registrationUpdated\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateItemRegistrationResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateItemRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"registration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartItemRegistration\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateCartItemRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"type\"\n                ],\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    },\n                    \"referencedSurveyResponse\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyAnswer\"\n                        }\n                    },\n                    \"hasInformation\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SurveyAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCartValidationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartValidationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CartValidationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"isCheckoutPossible\",\n                    \"problems\"\n                ],\n                \"properties\": {\n                    \"isCheckoutPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isCartReloadRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    },\n                    \"resolvedProblems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckoutCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckoutCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckoutCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartCheckedout\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckoutCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckoutCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"orderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"success\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfClearCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ClearCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ClearCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartCleared\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ClearCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ClearCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetUserToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetUserToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetUserToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userSetted\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetUserToCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetUserToCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SetUserToCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"userId\",\n                    \"user\"\n                ],\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1,\n                        \"deprecated\": true,\n                        \"x-deprecatedMessage\": \"Use 'user' property instead\"\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isVerified\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddLegitimationToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddLegitimationToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"legitimationAdded\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationAddedEvent\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"LegitimationAddedEvent\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationIdentifier\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AddLegitimationToCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"proofs\"\n                ],\n                \"properties\": {\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AddLegitimationProofRequest\"\n                        }\n                    },\n                    \"comment\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AddLegitimationProofRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"typeId\",\n                    \"documentType\",\n                    \"value\"\n                ],\n                \"properties\": {\n                    \"typeId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/DocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddLegitimationDocumentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"documentId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveLegitimationDocumentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"documentId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationIdentifier\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartThemeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"context\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ModifyPropertiesResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"propertiesModified\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ModifyPropertiesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"isSuccessful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"ModifyPropertiesRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"upSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationGroupResponse\"\n                        }\n                    },\n                    \"crossSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationGroupResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetRecommendationArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"recommendations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"recommendationImageUri\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetRecommendationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"weight\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetRecommendationArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ApplyRecommendationsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"addedArticles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemAddedArticle\"\n                        }\n                    },\n                    \"removedItems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemsRemovedItem\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"ItemsRemovedItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ApplyRecommendationsRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"upSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RecommendationDto\"\n                        }\n                    },\n                    \"crossSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RecommendationDto\"\n                        }\n                    }\n                }\n            },\n            \"RecommendationDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfDictionaryOfStringAndObject\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            }\n        },\n        \"securitySchemes\": {\n            \"ApiAuthorizationSchemaDefinitionAttribute\": {\n                \"type\": \"oauth2\",\n                \"flows\": {\n                    \"clientCredentials\": {\n                        \"tokenUrl\": \"https://dev0-identity.aditus.de/connect/token\",\n                        \"scopes\": {\n                            \"Shop\": \"Shop\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"1fdc923f-552a-402c-8781-503136889a34"}],"id":"da970ec6-e456-4472-b190-776217004019","description":"<p>The Shop API deals with requests concerning shop processes. This includes finding shop resources, the user and managing the cart and buying process.</p>\n<h3 id=\"discovery\">Discovery</h3>\n<p>Uses to discover the system configuration, upcoming events, available assortments, sellable articles incl. prices, payment provider and their payment methods and more.</p>\n<h3 id=\"cart\">Cart</h3>\n<p>The Cart section is responsible for managing the shopping cart functionality. The API is designed to streamline the process of integrating the shopping cart functionality into your application. It provides a straightforward way to retrieve and manipulate cart data, making it easy to build features like adding items to the cart, updating quantities, or removing items.</p>\n<h3 id=\"user\">User</h3>\n<p>Behind the user section are the operations that are based on a specific user.</p>\n<h3 id=\"localization\">Localization</h3>\n<p>The Localization section of the API allows you to easily manage the localization settings for your application. Localization is the process of adapting your application to different languages, regions, and cultures, making it accessible to a global audience. This includes reading language preferences, date and time formats, currency formats, and other regional settings. By leveraging the Localization API, you can enhance the accessibility and usability of your application, allowing users from different parts of the world to interact with your product effectively.</p>\n<h3 id=\"social\">Social</h3>\n<p>The Social section allows to create social cards to share on social media.</p>\n<h3 id=\"terms-of-service\">Terms of Service</h3>\n<p>The Terms of Service endpoints provide information about the configured Terms of Service including the approval status of the user, and allow to update that status.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"tokenName","value":"<token-name>"},{"key":"redirect_uri","value":"<redirect_uri>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f9c6d395-889a-4216-840c-cdc7b244ad65","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"142fd37b-2f1d-4fe2-a283-9992acd30e75","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"da970ec6-e456-4472-b190-776217004019"},{"name":"Byndr","item":[{"name":"Connections","item":[{"name":"Connect by quicode","id":"79b588d1-9929-49cc-af7c-c362bfb40001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quicode\": \"AS6JJP8H71K8NP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections","description":"<h2 id=\"add-connection\">Add Connection</h2>\n<p>This endpoint allows to create a new connection between the initiator and target users, or reconnect the respective users if a connection has been made in the past.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/4c41019d-b02c-4caf-90fc-915cabc3c627/connections</code></p>\n</li>\n<li><p><strong>Request Body</strong>: The request must include a JSON object with the following parameter:</p>\n<ul>\n<li><strong>quicode</strong> (string): A unique code retrieved by scanning an attandee's badge (QR Code).</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"quicode\": \"AS6JJP8H71K8NP\" // or \"http://quico.de/AS6JJP8H71K8NP\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON object containing the following fields:</p>\n<ul>\n<li><p><strong>data</strong> (object): An object containing the details of the connection.</p>\n<ul>\n<li><p><strong>status</strong> (string): The status of the connection.</p>\n</li>\n<li><p><strong>initiatorUserId</strong> (string): The ID of the user initiating the connection.</p>\n</li>\n<li><p><strong>targetUserId</strong> (string): The ID of the user being connected to.</p>\n</li>\n<li><p><strong>eventId</strong> (string): An identifier for the event the scanned badge relates to.</p>\n</li>\n<li><p><strong>dailyQuota</strong> (object): The daily quota response (see Get Daily Quota endpoint for more details)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"status\": \"\",\n    \"initiatorUserId\": \"\",\n    \"targetUserId\": \"\",\n    \"eventId\": \"\"\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>quicode</code> provided is valid to successfully create a connection.</p>\n</li>\n<li><p>A new connection can only happen if the daily limit is not reached. For more details see the <code>get daily quota</code> documentation</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"}]}},"response":[{"id":"5462cb44-38a4-47aa-aadc-44d7d2f38575","name":"Connect by quicode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quicode\": \"AS6JJP8H71K8NP\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXGJ5bmRyXHYxXHVzZXJzXDRjNDEwMTlkLWIwMmMtNGNhZi05MGZjLTkxNWNhYmMzYzYyN1xjb25uZWN0aW9ucw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 04 Jul 2025 13:57:10 GMT"},{"key":"Content-Length","value":"178"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"Active\",\n        \"initiatorUserId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n        \"targetUserId\": \"e50e1491-4865-4ace-bd9f-22502f152148\",\n        \"eventId\": \"studidaysv5\",\n        \"dailyQuota\": {\n            \"made\": 0,\n            \"limit\": 50,\n            \"left\": 50\n        }\n    }\n}"}],"_postman_id":"79b588d1-9929-49cc-af7c-c362bfb40001"},{"name":"Preview profile by quicode","id":"7b5eb20e-aa8d-4fa3-8513-ec3ba8c826da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quicode\": \"AS6JJP8H71K8NP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/preview-profile","description":"<h2 id=\"preview-user-profile-connection\">Preview User Profile Connection</h2>\n<p>This endpoint allows you to preview a user's profile connection based on the unique identifier <code>quicode</code>. It is particularly useful for retrieving information about a target user's profile before establishing a connection.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>Endpoint:</strong> <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/preview-profile</code></p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and include the following parameter:</p>\n<ul>\n<li><strong>quicode</strong> (string): A unique code representing the target user whose profile is to be previewed. (e.g. a tickets badge QR code)</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"quicode\": \"AS6JJP8H71K8NP\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the response will return a status code of <code>200</code> and will include the following structure in JSON format:</p>\n<ul>\n<li><p><strong>data</strong>: An object containing:</p>\n<ul>\n<li><p><strong>initiatorUserId</strong> (string): The ID of the user initiating the request.</p>\n</li>\n<li><p><strong>targetUserProfile</strong>: An object containing the target user's profile details:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier of the target user.</p>\n</li>\n<li><p><strong>salutation</strong> (string): The salutation of the target user.</p>\n</li>\n<li><p><strong>firstName</strong> (string): The first name of the target user.</p>\n</li>\n<li><p><strong>lastName</strong> (string): The last name of the target user.</p>\n</li>\n<li><p><strong>email</strong> (string): The email address of the target user.</p>\n</li>\n<li><p><strong>company</strong> (string): The company name of the target user.</p>\n</li>\n<li><p><strong>title</strong> (string): The job title of the target user.</p>\n</li>\n<li><p><strong>website</strong> (string, nullable): The website of the target user.</p>\n</li>\n<li><p><strong>phone</strong> (string, nullable): The phone number of the target user.</p>\n</li>\n<li><p><strong>mobile</strong> (string, nullable): The mobile number of the target user.</p>\n</li>\n<li><p><strong>fax</strong> (string, nullable): The fax number of the target user.</p>\n</li>\n<li><p><strong>vatId</strong> (string, nullable): The VAT ID of the target user.</p>\n</li>\n<li><p><strong>address</strong>: An object containing the address details:</p>\n<ul>\n<li><p><strong>street</strong> (string): The street name.</p>\n</li>\n<li><p><strong>houseNumber</strong> (string): The house number.</p>\n</li>\n<li><p><strong>postalCode</strong> (string): The postal code.</p>\n</li>\n<li><p><strong>city</strong> (string): The city name.</p>\n</li>\n<li><p><strong>county</strong> (string): The county name.</p>\n</li>\n<li><p><strong>country</strong> (string): The country name.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationPreferences</strong>: An object indicating the user's preferences for notifications:</p>\n<ul>\n<li><p><strong>email</strong> (boolean): Whether the user prefers to receive notifications via email.</p>\n</li>\n<li><p><strong>phone</strong> (boolean): Whether the user prefers to receive notifications via phone.</p>\n</li>\n<li><p><strong>postMail</strong> (boolean): Whether the user prefers to receive notifications via post mail.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>event</strong>: An object containing event details related to the user:</p>\n<ul>\n<li><p><strong>id</strong> (string): The unique identifier of the event.</p>\n</li>\n<li><p><strong>name</strong> (string): The name of the event.</p>\n</li>\n<li><p><strong>year</strong> (string): The year of the event.</p>\n</li>\n<li><p><strong>number</strong> (string): The event number.</p>\n</li>\n<li><p><strong>slug</strong> (string): The URL slug for the event.</p>\n</li>\n<li><p><strong>description</strong> (string, nullable): A description of the event.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": {\n        \"initiatorUserId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n        \"targetUserProfile\": {\n            \"id\": \"34b80661-494b-f011-93e1-00155d96040a\",\n            \"salutation\": \"Herr\",\n            \"firstName\": \"Professor\",\n            \"lastName\": \"Patrick Star\",\n            \"email\": \"D.Patanin+505@aditus.de\",\n            \"company\": \"Viacom International Inc.\",\n            \"title\": \"Dr.\",\n            \"website\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"fax\": null,\n            \"vatId\": null,\n            \"address\": {\n                \"street\": \"Conch Street\",\n                \"houseNumber\": \"120\",\n                \"postalCode\": \"69420\",\n                \"city\": \"Bikini Bottom\",\n                \"county\": \"003\",\n                \"country\": \"DE\"\n            },\n            \"notificationPreferences\": {\n                \"email\": false,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        },\n        \"event\": {\n            \"id\": \"05147d78-28c7-ee11-93d3-00155d96040a\",\n            \"name\": \"Studi Days v5\",\n            \"year\": \"2024\",\n            \"number\": \"2024\",\n            \"slug\": \"studidaysv5\",\n            \"description\": null\n        }\n    }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>quicode</code> provided is valid to receive the corresponding user profile information.</p>\n</li>\n<li><p>The response will contain null values for any fields that are not applicable or not provided by the target user.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections","preview-profile"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"}]}},"response":[{"id":"167ebc23-f42c-4731-95fc-9b35ed66db7c","name":"Preview profile by quicode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quicode\": \"AS6JJP8H71K8NP\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/preview-profile","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections","preview-profile"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXGJ5bmRyXHYxXHVzZXJzXDRjNDEwMTlkLWIwMmMtNGNhZi05MGZjLTkxNWNhYmMzYzYyN1xjb25uZWN0aW9uc1xwcmV2aWV3LXByb2ZpbGU=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 11 Sep 2025 08:08:32 GMT"},{"key":"Content-Length","value":"442"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"initiatorUserId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n        \"targetUserProfile\": {\n            \"id\": \"34b80661-494b-f011-93e1-00155d96040a\",\n            \"salutation\": \"Herr\",\n            \"firstName\": \"Professor\",\n            \"lastName\": \"Patrick Star\",\n            \"email\": \"D.Patanin+505@aditus.de\",\n            \"company\": \"Viacom International Inc.\",\n            \"title\": \"Dr.\",\n            \"website\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"fax\": null,\n            \"vatId\": null,\n            \"address\": {\n                \"street\": \"Conch Street\",\n                \"houseNumber\": \"120\",\n                \"postalCode\": \"69420\",\n                \"city\": \"Bikini Bottom\",\n                \"county\": \"003\",\n                \"country\": \"DE\"\n            },\n            \"notificationPreferences\": {\n                \"email\": false,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        },\n        \"event\": {\n            \"id\": \"05147d78-28c7-ee11-93d3-00155d96040a\",\n            \"name\": \"Studi Days v5\",\n            \"year\": \"2024\",\n            \"number\": \"2024\",\n            \"slug\": \"studidaysv5\",\n            \"description\": null\n        }\n    }\n}"}],"_postman_id":"7b5eb20e-aa8d-4fa3-8513-ec3ba8c826da"},{"name":"Get connections","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"9c7e0aff-1642-4cd0-a206-b3679dd6d502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections?includeMeta=true&sort_by=status desc","description":"<h3 id=\"get-connections\">Get connections</h3>\n<p>This endpoint retrieves a filtered list of all outbound connections initiated by a specified user. It provides metadata about the connected users and the status of each connection.</p>\n<ul>\n<li><strong>Purpose</strong>: To display all individuals a user has connected with, along with relevant metadata, connection statuses and basic user information.</li>\n</ul>\n<h3 id=\"input-parameters\">Input Parameters</h3>\n<ul>\n<li><p><strong>Path Parameters</strong>:</p>\n<ul>\n<li><code>initiatorUserId</code>: The unique identifier of the user initiating the request.</li>\n</ul>\n</li>\n<li><p><strong>Query Parameters</strong>:</p>\n<ul>\n<li><p><code>includeMeta</code>: A boolean flag to include metadata in the response (set to <code>true</code>).</p>\n</li>\n<li><p><code>sort_by</code>: Specifies the sorting order of the results; in this case, it sorts by <code>status</code> in descending order.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>The response is a JSON object that contains the following structure:</p>\n<ul>\n<li><p><strong>data</strong>:</p>\n<ul>\n<li><p><strong>_meta</strong>: Contains metadata about the response.</p>\n<ul>\n<li><p><strong>selection</strong>:</p>\n<ul>\n<li><p><strong>columns</strong>: An array of column objects detailing the properties of the data.</p>\n</li>\n<li><p><strong>filters</strong>: An array of filter objects that provide options for filtering the results.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>items</strong>: An array of connection objects, each containing:</p>\n<ul>\n<li><p><code>initiatorEmail</code>: Email of the user who initiated the connection.</p>\n</li>\n<li><p><code>initiatorUniqueId</code>: Unique identifier for the initiator.</p>\n</li>\n<li><p><code>initiatorFirstName</code>: First name of the initiator.</p>\n</li>\n<li><p><code>initiatorLastName</code>: Last name of the initiator.</p>\n</li>\n<li><p><code>status</code>: Current status of the connection.</p>\n</li>\n<li><p><code>encounter</code>: Details of the encounter.</p>\n</li>\n<li><p><code>targetEmail</code>: Email of the connected user.</p>\n</li>\n<li><p><code>targetUniqueId</code>: Unique identifier for the connected user.</p>\n</li>\n<li><p><code>targetFirstName</code>: First name of the connected user.</p>\n</li>\n<li><p><code>targetLastName</code>: Last name of the connected user.</p>\n</li>\n<li><p><code>targetCompany</code>: Company associated with the connected user.</p>\n</li>\n<li><p><code>fairevents_faireventNumber</code>: Event number related to the connection.</p>\n</li>\n<li><p><code>fairevents_name</code>: Name of the event.</p>\n</li>\n<li><p><code>fairevents_year</code>: Year of the event.</p>\n</li>\n<li><p><code>fairevents_Id</code>: Identifier for the event.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>pagination</strong>: Contains pagination details.</p>\n<ul>\n<li><p><code>page</code>: Current page number.</p>\n</li>\n<li><p><code>size</code>: Number of items per page.</p>\n</li>\n<li><p><code>total</code>: Total number of items available.</p>\n</li>\n<li><p><code>pages</code>: Total number of pages.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>This endpoint adheres to our standards for <strong>selections</strong>.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"key":"excludeData","value":"true"},{"key":"includeMeta","value":"true"},{"key":"sort_by","value":"status desc"},{"disabled":true,"key":"size","value":"50"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"context","value":"event:C4DDB393-4D00-EE11-93C6-00155D960409"},{"disabled":true,"key":"filter_by","value":"Status in ('Blocked')"},{"disabled":true,"key":"format","value":"json"}],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"}]}},"response":[{"id":"6e1647e0-467c-49a2-a216-42fe26778d6d","name":"Get connections","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/4c41019d-b02c-4caf-90fc-915cabc3c627/connections?includeMeta=true&sort_by=status desc","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users","4c41019d-b02c-4caf-90fc-915cabc3c627","connections"],"query":[{"key":"excludeData","value":"true","disabled":true},{"key":"includeMeta","value":"true"},{"key":"sort_by","value":"status desc"},{"key":"size","value":"50","disabled":true},{"key":"page","value":"2","disabled":true},{"key":"context","value":"event:C4DDB393-4D00-EE11-93C6-00155D960409","disabled":true},{"key":"filter_by","value":"InitiatorUniqueId eq '4c41019d-b02c-4caf-90fc-915cabc3c627'","disabled":true},{"key":"format","value":"json","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXGJ5bmRyXHYxXHVzZXJzXDRjNDEwMTlkLWIwMmMtNGNhZi05MGZjLTkxNWNhYmMzYzYyN1xjb25uZWN0aW9ucw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 17 Jun 2025 12:40:15 GMT"},{"key":"Content-Length","value":"1350"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"_meta\": {\n            \"selection\": {\n                \"columns\": [\n                    {\n                        \"property\": \"fairevents_faireventNumber\",\n                        \"name\": \"FaireventNumber\",\n                        \"displayName\": \"Veranstaltungsnummer\",\n                        \"sort\": 1,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"fairevents_name\",\n                        \"name\": \"Name\",\n                        \"displayName\": \"Veranstaltungsname\",\n                        \"sort\": 2,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"fairevents_year\",\n                        \"name\": \"Year\",\n                        \"displayName\": \"Jahr\",\n                        \"sort\": 3,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorEmail\",\n                        \"name\": \"InitiatorEmail\",\n                        \"displayName\": \"Initiator E-Mail\",\n                        \"sort\": 4,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorUniqueId\",\n                        \"name\": \"InitiatorUniqueId\",\n                        \"displayName\": \"Initiator UID\",\n                        \"sort\": 5,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorFirstName\",\n                        \"name\": \"InitiatorFirstName\",\n                        \"displayName\": \"Initiator Vorname\",\n                        \"sort\": 6,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorLastName\",\n                        \"name\": \"InitiatorLastName\",\n                        \"displayName\": \"Initiator Nachname\",\n                        \"sort\": 7,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"status\",\n                        \"name\": \"Status\",\n                        \"displayName\": \"Status\",\n                        \"sort\": 8,\n                        \"propertyType\": \"enum\"\n                    },\n                    {\n                        \"property\": \"encounter\",\n                        \"name\": \"Encounter\",\n                        \"displayName\": \"Begegnung\",\n                        \"sort\": 9,\n                        \"propertyType\": \"date\"\n                    },\n                    {\n                        \"property\": \"targetEmail\",\n                        \"name\": \"TargetEmail\",\n                        \"displayName\": \"Ziel E-Mail\",\n                        \"sort\": 10,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetUniqueId\",\n                        \"name\": \"TargetUniqueId\",\n                        \"displayName\": \"Ziel UID\",\n                        \"sort\": 11,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetFirstName\",\n                        \"name\": \"TargetFirstName\",\n                        \"displayName\": \"Ziel Vorname\",\n                        \"sort\": 12,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetLastName\",\n                        \"name\": \"TargetLastName\",\n                        \"displayName\": \"Ziel Nachname\",\n                        \"sort\": 13,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetCompany\",\n                        \"name\": \"TargetCompany\",\n                        \"displayName\": \"Ziel Unternehmen\",\n                        \"sort\": 14,\n                        \"propertyType\": \"string\"\n                    }\n                ],\n                \"filters\": [\n                    {\n                        \"property\": \"initiatorFirstName\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator Vorname\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorEmail\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator E-Mail\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorLastName\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator Nachname\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"status\",\n                        \"propertyType\": \"enum\",\n                        \"displayName\": \"Status\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [\n                            {\n                                \"value\": \"Pending\",\n                                \"displayName\": \"Pending\"\n                            },\n                            {\n                                \"value\": \"Active\",\n                                \"displayName\": \"Active\"\n                            },\n                            {\n                                \"value\": \"Blocked\",\n                                \"displayName\": \"Blocked\"\n                            },\n                            {\n                                \"value\": \"Deleted\",\n                                \"displayName\": \"Deleted\"\n                            }\n                        ],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": true\n                    },\n                    {\n                        \"property\": \"fairevents_name\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Veranstaltungsname\",\n                        \"availableOperators\": [\n                            \"eq\",\n                            \"neq\",\n                            \"like\",\n                            \"nlike\",\n                            \"isnull\",\n                            \"isnnull\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorUniqueId\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator UID\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"fairevents_year\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Jahr\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"targetCompany\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Ziel Unternehmen\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    }\n                ]\n            },\n            \"aggregations\": {\n                \"status\": [\n                    {\n                        \"key\": \"Active\",\n                        \"value\": 28\n                    }\n                ]\n            }\n        },\n        \"data\": {\n            \"items\": [\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-06T10:23:02.6979367\",\n                    \"targetEmail\": \"d.patanin@aditus.de\",\n                    \"targetUniqueId\": \"78b8502c-1ec9-ef11-93d9-00155d96040a\",\n                    \"targetFirstName\": \"Daniel The Real One\",\n                    \"targetLastName\": \"Patanin\",\n                    \"targetCompany\": \"ADITUS GmbH\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                },\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-10T10:56:18.7370591\",\n                    \"targetEmail\": \"a.yesafau+test@aditus.de\",\n                    \"targetUniqueId\": \"15ef05a6-c733-4900-b1a7-281c5a8d5c19\",\n                    \"targetFirstName\": \"Sascha\",\n                    \"targetLastName\": \"Test\",\n                    \"targetCompany\": \"ADITUS GmbH\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                },\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-11T15:18:07.785325\",\n                    \"targetEmail\": \"a.yesafau+test222@aditus.de\",\n                    \"targetUniqueId\": \"b2c7426e-72c4-4820-966c-23aea22aaacc\",\n                    \"targetFirstName\": \"Maximilian\",\n                    \"targetLastName\": \"Vogelbein\",\n                    \"targetCompany\": \"ADITUS GmbH\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                },\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-12T19:20:01.419743\",\n                    \"targetEmail\": \"d.goff@aditus.de\",\n                    \"targetUniqueId\": \"9a15fd01-b1dd-ed11-93c3-00155db54d03\",\n                    \"targetFirstName\": \"erz\",\n                    \"targetLastName\": \"drth\",\n                    \"targetCompany\": \"ADITUS\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                },\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-16T08:43:53.3684123\",\n                    \"targetEmail\": \"a.yesafau+test910@aditus.de\",\n                    \"targetUniqueId\": \"cb2a3488-3ee0-4a81-88e3-914e3c488154\",\n                    \"targetFirstName\": \"Maximilian\",\n                    \"targetLastName\": \"Vogelbein\",\n                    \"targetCompany\": \"ADITUS GmbH\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                },\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"The\",\n                    \"initiatorLastName\": \"Emperor\",\n                    \"status\": \"Active\",\n                    \"encounter\": \"2025-06-10T12:17:37.4678373\",\n                    \"targetEmail\": \"a.yesafau+test345@aditus.de\",\n                    \"targetUniqueId\": \"58bf067d-3f12-4f59-a714-83812c7a360f\",\n                    \"targetFirstName\": \"Max\",\n                    \"targetLastName\": \"Mustermann\",\n                    \"targetCompany\": \"`</script><script>alert(3);</script><image src=1 href=1 onload=\\\"alert(2)\\\" onerror=\\\"alert(2)\\\"></image><script>`\",\n                    \"fairevents_faireventNumber\": \"6666\",\n                    \"fairevents_name\": \"Galaxio Expo\",\n                    \"fairevents_year\": \"2050\",\n                    \"fairevents_Id\": \"10b992c5-53e9-ef11-93da-00155d96040a\"\n                }\n            ],\n            \"pagination\": {\n                \"page\": 1,\n                \"size\": 50,\n                \"total\": 6,\n                \"pages\": 1\n            }\n        }\n    }\n}"},{"id":"195a168f-6303-4b70-b35c-465b55e67d37","name":"Get blocked connections","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections?includeMeta=true&sort_by=status desc&filter_by=Status in ('Blocked')","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections"],"query":[{"key":"excludeData","value":"true","disabled":true},{"key":"includeMeta","value":"true"},{"key":"sort_by","value":"status desc"},{"key":"size","value":"50","disabled":true},{"key":"page","value":"2","disabled":true},{"key":"context","value":"event:C4DDB393-4D00-EE11-93C6-00155D960409","disabled":true},{"key":"filter_by","value":"Status in ('Blocked')"},{"key":"format","value":"json","disabled":true}],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"970"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 19 Jun 2025 10:09:00 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fd38301adb0ceb6cf6c42567f371a2f4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"ngudPrOSbC_1w5WfqZNK4hsJsfpWmFWEAEIp3D1RZeBuS522wLpO4w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"_meta\": {\n            \"selection\": {\n                \"columns\": [\n                    {\n                        \"property\": \"fairevents_faireventNumber\",\n                        \"name\": \"FaireventNumber\",\n                        \"displayName\": \"Veranstaltungsnummer\",\n                        \"sort\": 1,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"fairevents_name\",\n                        \"name\": \"Name\",\n                        \"displayName\": \"Veranstaltungsname\",\n                        \"sort\": 2,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"fairevents_year\",\n                        \"name\": \"Year\",\n                        \"displayName\": \"Jahr\",\n                        \"sort\": 3,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorEmail\",\n                        \"name\": \"InitiatorEmail\",\n                        \"displayName\": \"Initiator E-Mail\",\n                        \"sort\": 4,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorUniqueId\",\n                        \"name\": \"InitiatorUniqueId\",\n                        \"displayName\": \"Initiator UID\",\n                        \"sort\": 5,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorFirstName\",\n                        \"name\": \"InitiatorFirstName\",\n                        \"displayName\": \"Initiator Vorname\",\n                        \"sort\": 6,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"initiatorLastName\",\n                        \"name\": \"InitiatorLastName\",\n                        \"displayName\": \"Initiator Nachname\",\n                        \"sort\": 7,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"status\",\n                        \"name\": \"Status\",\n                        \"displayName\": \"Status\",\n                        \"sort\": 8,\n                        \"propertyType\": \"enum\"\n                    },\n                    {\n                        \"property\": \"encounter\",\n                        \"name\": \"Encounter\",\n                        \"displayName\": \"Begegnung\",\n                        \"sort\": 9,\n                        \"propertyType\": \"date\"\n                    },\n                    {\n                        \"property\": \"targetEmail\",\n                        \"name\": \"TargetEmail\",\n                        \"displayName\": \"Ziel E-Mail\",\n                        \"sort\": 10,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetUniqueId\",\n                        \"name\": \"TargetUniqueId\",\n                        \"displayName\": \"Ziel UID\",\n                        \"sort\": 11,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetFirstName\",\n                        \"name\": \"TargetFirstName\",\n                        \"displayName\": \"Ziel Vorname\",\n                        \"sort\": 12,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetLastName\",\n                        \"name\": \"TargetLastName\",\n                        \"displayName\": \"Ziel Nachname\",\n                        \"sort\": 13,\n                        \"propertyType\": \"string\"\n                    },\n                    {\n                        \"property\": \"targetCompany\",\n                        \"name\": \"TargetCompany\",\n                        \"displayName\": \"Ziel Unternehmen\",\n                        \"sort\": 14,\n                        \"propertyType\": \"string\"\n                    }\n                ],\n                \"filters\": [\n                    {\n                        \"property\": \"initiatorFirstName\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator Vorname\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorEmail\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator E-Mail\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorLastName\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator Nachname\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"status\",\n                        \"propertyType\": \"enum\",\n                        \"displayName\": \"Status\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [\n                            {\n                                \"value\": \"Pending\",\n                                \"displayName\": \"Pending\"\n                            },\n                            {\n                                \"value\": \"Active\",\n                                \"displayName\": \"Active\"\n                            },\n                            {\n                                \"value\": \"Blocked\",\n                                \"displayName\": \"Blocked\"\n                            },\n                            {\n                                \"value\": \"Deleted\",\n                                \"displayName\": \"Deleted\"\n                            }\n                        ],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": true\n                    },\n                    {\n                        \"property\": \"fairevents_name\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Veranstaltungsname\",\n                        \"availableOperators\": [\n                            \"eq\",\n                            \"neq\",\n                            \"like\",\n                            \"nlike\",\n                            \"isnull\",\n                            \"isnnull\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"initiatorUniqueId\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Initiator UID\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"fairevents_year\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Jahr\",\n                        \"availableOperators\": [\n                            \"eq\"\n                        ],\n                        \"currentOperator\": \"eq\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    },\n                    {\n                        \"property\": \"targetCompany\",\n                        \"propertyType\": \"string\",\n                        \"displayName\": \"Ziel Unternehmen\",\n                        \"availableOperators\": [\n                            \"like\"\n                        ],\n                        \"currentOperator\": \"like\",\n                        \"values\": [],\n                        \"isMandatory\": false,\n                        \"isMultiSelect\": false\n                    }\n                ]\n            },\n            \"aggregations\": {\n                \"status\": [\n                    {\n                        \"key\": \"Active\",\n                        \"value\": 30\n                    }\n                ]\n            }\n        },\n        \"data\": {\n            \"items\": [\n                {\n                    \"initiatorEmail\": \"d.patanin+776@aditus.de\",\n                    \"initiatorUniqueId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n                    \"initiatorFirstName\": \"God-Emperor\",\n                    \"initiatorLastName\": \"Of Mankind\",\n                    \"status\": \"Blocked\",\n                    \"encounter\": \"2025-06-18T12:20:40.219625\",\n                    \"targetEmail\": \"D.Patanin+001001@aditus.de\",\n                    \"targetUniqueId\": \"be68e0c0-7725-47d9-bb90-d7e96abc2d81\",\n                    \"targetFirstName\": \"Block\",\n                    \"targetLastName\": \"Me\",\n                    \"targetCompany\": \"ADITUS GmbH\",\n                    \"fairevents_faireventNumber\": \"2024\",\n                    \"fairevents_name\": \"Studi Days v5\",\n                    \"fairevents_year\": \"2024\",\n                    \"fairevents_Id\": \"05147d78-28c7-ee11-93d3-00155d96040a\"\n                }\n            ],\n            \"pagination\": {\n                \"page\": 1,\n                \"size\": 50,\n                \"total\": 1,\n                \"pages\": 1\n            }\n        }\n    }\n}"}],"_postman_id":"9c7e0aff-1642-4cd0-a206-b3679dd6d502"},{"name":"Get daily quota","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"d50a0db3-0782-486c-85e7-92e8a8ee9b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserd/connections/quota/:event","description":"<h2 id=\"get-daily-quota\">Get daily quota</h2>\n<p>This endpoint retrieves the daily connection quota for a specific user. It provides information about the number of connections made by the user on the current day, as well as the limit on the number of connections that can be made in a day.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/quota/:event</code></p>\n</li>\n</ul>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<ul>\n<li><p><code>INITIATOR_USER_ID</code> (string): The unique identifier of the user for whom the daily connection statistics are being requested.</p>\n</li>\n<li><p><code>EVENT</code> (string): A parameter representing the event for which the quota is being requested.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object containing the following structure:</p>\n<ul>\n<li><p><strong>data</strong> (object): An object that holds the connection statistics.</p>\n<ul>\n<li><p><strong>initiatorUserId</strong> (string): The ID of the user for whom the statistics are reported.</p>\n</li>\n<li><p><strong>made</strong> (integer): The number of connections made by the user.</p>\n</li>\n<li><p><strong>limit</strong> (integer): The maximum number of connections that the user is allowed to make<br />  (Negative amounts represent no limit)</p>\n</li>\n<li><p><strong>left</strong> (integer): The number of connections remaining for the user.<br />  (Negative amounts represent no limit)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"initiatorUserId\": \"\",\n    \"made\": 0,\n    \"limit\": 0,\n    \"left\": 0\n  }\n}\n\n</code></pre>\n<p>This endpoint is useful for monitoring user engagement and ensuring that users adhere to connection limits.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserd","connections","quota",":event"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserd"},{"type":"any","value":"studidaysv5","key":"event"}]}},"response":[{"id":"0d44d9f4-a641-4406-b624-69a593b6594a","name":"get daily quota","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/quota/:event","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections","quota",":event"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"event","value":"studidaysv5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 19 Jun 2025 10:55:15 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"h4w5fQmjLNWkrDwQmP7x_uOmiKj_5mR3gD64fnadIUHRZ5FrkDv08A=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"initiatorUserId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n        \"made\": 1,\n        \"limit\": 50,\n        \"left\": 49\n    }\n}"}],"_postman_id":"d50a0db3-0782-486c-85e7-92e8a8ee9b53"},{"name":"Get connection","id":"ab9dbebe-b429-45b6-bd0b-8d4783c2a7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserId?event=studidaysv5","description":"<h3 id=\"get-connection\">Get connection</h3>\n<p>This API endpoint retrieves detailed connection data and the target user profile, identified by their respective user IDs.</p>\n<p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/4c41019d-b02c-4caf-90fc-915cabc3c627/connections/e50e1491-4865-4ace-bd9f-22502f152148?event=studidaysv5</code></p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><code>initiatorUserId</code> (Path Parameter): The user ID of the initiator of the connection.</p>\n</li>\n<li><p><code>targetUserId</code> (Path Parameter): The user ID of the target user whose connection details are being fetched.</p>\n</li>\n<li><p><code>event</code> (Query Parameter): The specific event for which the connection details are being requested. In this case, it is set to <code>studidaysv5</code>.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will include the following data structure:</p>\n<ul>\n<li><p><strong>data</strong>: An object containing:</p>\n<ul>\n<li><p><strong>initiatorUserId</strong>: The ID of the user who initiated the connection.</p>\n</li>\n<li><p><strong>profile</strong>: An object with the target user's profile information, including:</p>\n<ul>\n<li><p><strong>id</strong>: The user's unique identifier.</p>\n</li>\n<li><p><strong>salutation</strong>: The user's salutation.</p>\n</li>\n<li><p><strong>firstName</strong>: The user's first name.</p>\n</li>\n<li><p><strong>lastName</strong>: The user's last name.</p>\n</li>\n<li><p><strong>email</strong>: The user's email address.</p>\n</li>\n<li><p><strong>company</strong>: The user's company name.</p>\n</li>\n<li><p><strong>title</strong>: The user's job title.</p>\n</li>\n<li><p><strong>website</strong>: The user's website (if available).</p>\n</li>\n<li><p><strong>phone</strong>: The user's phone number (if available).</p>\n</li>\n<li><p><strong>mobile</strong>: The user's mobile number (if available).</p>\n</li>\n<li><p><strong>fax</strong>: The user's fax number (if available).</p>\n</li>\n<li><p><strong>vatId</strong>: The user's VAT ID (if available).</p>\n</li>\n<li><p><strong>address</strong>: An object containing the user's address details:</p>\n<ul>\n<li><p><strong>street</strong>: The street name.</p>\n</li>\n<li><p><strong>houseNumber</strong>: The house number.</p>\n</li>\n<li><p><strong>postalCode</strong>: The postal code.</p>\n</li>\n<li><p><strong>city</strong>: The city.</p>\n</li>\n<li><p><strong>county</strong>: The county.</p>\n</li>\n<li><p><strong>country</strong>: The country.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationPreferences</strong>: An object indicating the user's preferences for notifications via email, phone, and post mail.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>encounters</strong>: An array of objects representing encounters related to the connection, each containing:</p>\n<ul>\n<li><p><strong>eventIdentifier</strong>: An identifier for the event (if applicable).</p>\n</li>\n<li><p><strong>timeStamp</strong>: The timestamp of the encounter.</p>\n</li>\n<li><p><strong>note</strong>: Any notes associated with the encounter (if applicable).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>status</strong>: The current status of the connection.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"relevant-notes\">Relevant Notes</h3>\n<ul>\n<li><p>Ensure that the user IDs provided in the request are valid and correspond to existing users in the system.</p>\n</li>\n<li><p>The response may contain null values for fields that are not applicable or not available for the target user.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserId"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"event","value":"studidaysv5"}],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"},{"type":"any","value":"e50e1491-4865-4ace-bd9f-22502f152148 ","key":"targetUserId"}]}},"response":[{"id":"f1ec419e-c4cd-4e34-b273-b6a5c74b2c7a","name":"Get connection","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserId?event=studidaysv5","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserId"],"query":[{"key":"event","value":"studidaysv5"}],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"targetUserId","value":"e50e1491-4865-4ace-bd9f-22502f152148"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Language","value":"de"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Content-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXGJ5bmRyXHYxXHVzZXJzXDRjNDEwMTlkLWIwMmMtNGNhZi05MGZjLTkxNWNhYmMzYzYyN1xjb25uZWN0aW9uc1xlNTBlMTQ5MS00ODY1LTRhY2UtYmQ5Zi0yMjUwMmYxNTIxNDg=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 18 Jun 2025 09:45:55 GMT"},{"key":"Content-Length","value":"467"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"initiatorUserId\": \"4c41019d-b02c-4caf-90fc-915cabc3c627\",\n        \"profile\": {\n            \"id\": \"34b80661-494b-f011-93e1-00155d96040a\",\n            \"salutation\": \"Herr\",\n            \"firstName\": \"Professor\",\n            \"lastName\": \"Patrick Star\",\n            \"email\": \"D.Patanin+505@aditus.de\",\n            \"company\": \"Viacom International Inc.\",\n            \"title\": \"Dr.\",\n            \"website\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"fax\": null,\n            \"vatId\": null,\n            \"address\": {\n                \"street\": \"Conch Street\",\n                \"houseNumber\": \"120\",\n                \"postalCode\": \"69420\",\n                \"city\": \"Bikini Bottom\",\n                \"county\": \"003\",\n                \"country\": \"DE\"\n            },\n            \"notificationPreferences\": {\n                \"email\": false,\n                \"phone\": false,\n                \"postMail\": false\n            }\n        },\n        \"encounters\": [\n            {\n                \"eventIdentifier\": \"studidaysv5\",\n                \"timeStamp\": \"2025-06-17T14:49:08.948224\",\n                \"note\": \"BEST DOCTOR IN ALL OCEANS!!\"\n            }\n        ],\n        \"status\": \"Active\"\n    }\n}"}],"_postman_id":"ab9dbebe-b429-45b6-bd0b-8d4783c2a7ab"},{"name":"delete connection","id":"482f02a1-6bbb-498d-992d-d376bdc6113a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserid","description":"<h2 id=\"delete-connection\">DELETE Connection</h2>\n<p>This endpoint is used to delete a connection between two users in the system. The request targets a specific connection identified by the <code>initiatorUserId</code> and <code>targetUserId</code>.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: DELETE</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserid</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This DELETE request does not require a request body.</p>\n<h3 id=\"response-format\">Response Format</h3>\n<p>Upon successful deletion of the connection, the server will return a response indicating the success of the operation. The response typically includes a status code and a message confirming the deletion.</p>\n<h3 id=\"expected-response-codes\">Expected Response Codes</h3>\n<ul>\n<li><p><strong>204 No Content</strong>: Indicates that the connection was successfully deleted.</p>\n</li>\n<li><p><strong>404 Not Found</strong>: Indicates that the specified connection does not exist.</p>\n</li>\n</ul>\n<p>Ensure that the user IDs provided in the URL are valid to avoid errors during the request.</p>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li>This API call changes the status on the initiator's connection side.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserid"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"},{"type":"any","value":"e50e1491-4865-4ace-bd9f-22502f152148","key":"targetUserid"}]}},"response":[{"id":"f77acefc-57fd-4fc4-9b1e-39c6380c09e5","name":"delete connection","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserid","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserid"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"targetUserid","value":"e50e1491-4865-4ace-bd9f-22502f152148"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcR2l0XEY0IC0gV2ViQXBpU2hlbGxcU3JjXEZyYW1ld29ya1xTaGVsbFxBRElUVVMuRjQuV2ViQXBpU2hlbGxcYXBpXGJ5bmRyXHYxXHVzZXJzXDRjNDEwMTlkLWIwMmMtNGNhZi05MGZjLTkxNWNhYmMzYzYyN1xjb25uZWN0aW9uc1xmODAxMmM1YS02MDk0LTRhNTctOGE2YS1hMjViZWFkYWM0ODM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 19 Jun 2025 09:37:16 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"482f02a1-6bbb-498d-992d-d376bdc6113a"},{"name":"block connection","id":"cd6d1afe-e835-445e-8c46-bf46153abe97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserid/block","description":"<h2 id=\"block-user-connection\">Block User Connection</h2>\n<p>This endpoint allows a user to block another user. The request must specify both the initiator's user ID and the target user's ID.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><code>initiatorUserId</code> (path parameter): The unique identifier of the user initiating the block action.</p>\n</li>\n<li><p><code>targetUserId</code> (path parameter): The unique identifier of the user to be blocked.</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body does not require any parameters.</p>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>Upon successful execution, the API will return a response indicating the status of the block action. The response will typically include:</p>\n<ul>\n<li><p>A confirmation message indicating that the user has been successfully blocked.</p>\n</li>\n<li><p>A status code reflecting the outcome of the request (e.g., <code>200 OK</code> for success).</p>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the user IDs provided are valid and exist in the system.</p>\n</li>\n<li><p>This action cannot be undone through this endpoint; unblocking will require a separate API call.</p>\n</li>\n<li><p>This API call changes the status on the initiator's connection side.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserid","block"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"},{"type":"any","value":"e50e1491-4865-4ace-bd9f-22502f152148","key":"targetUserid"}]}},"response":[{"id":"03d63431-a291-487c-b701-41ce6d661f6a","name":"block connection","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserid/block","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserid","block"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"targetUserid","value":"e50e1491-4865-4ace-bd9f-22502f152148"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 19 Jun 2025 10:10:55 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"873D8P9QaW2r3fDktf2erOwOle4vJYGVC9NZbZPg9bdvzy-vagIAEg=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cd6d1afe-e835-445e-8c46-bf46153abe97"},{"name":"edit note","id":"9554dec6-fc27-4d9b-9794-f83580b992fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Note\": \"BEST DOCTOR IN ALL OCEANS!!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserId/notes/:event","description":"<h2 id=\"add-note-to-user-connection\">Add Note to User Connection</h2>\n<p>This endpoint allows you to add a note to a specific connection between two users identified by their user IDs and related to a specific event encounter. The note can contain any relevant information or comments that you wish to associate with the connection.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method:</strong> POST</p>\n</li>\n<li><p><strong>URL:</strong> <code>https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserId/notes/:event</code></p>\n</li>\n</ul>\n<h4 id=\"path-parameters\">Path Parameters</h4>\n<ul>\n<li><p><code>initiatorUserId</code> (string): The ID of the user initiating the request.</p>\n</li>\n<li><p><code>targetUserId</code> (string): The ID of the user to whom the initiator is connected to.</p>\n</li>\n<li><p><code>event</code> (string): The event type associated with the note.</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following key:</p>\n<ul>\n<li><code>Note</code> (string): A textual note that you want to associate with the connection. For example, you might include comments or observations relevant to the connection.</li>\n</ul>\n<p>Example Request Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Note\": \"BEST DOCTOR IN ALL OCEANS!!\"\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><strong>Status Code:</strong> 200 OK</p>\n</li>\n<li><p><strong>Content-Type:</strong> text/xml</p>\n</li>\n<li><p><strong>Body:</strong> The response body may not contain any additional data, but a successful status indicates that the note was added successfully.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserId","notes",":event"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"type":"any","value":"4c41019d-b02c-4caf-90fc-915cabc3c627","key":"initiatorUserId"},{"type":"any","value":"e50e1491-4865-4ace-bd9f-22502f152148","key":"targetUserId"},{"type":"any","value":"studidaysv5","key":"event"}]}},"response":[{"id":"be4da141-8262-4873-90d5-f55c107c6f3e","name":"edit note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Note\": \"BEST DOCTOR IN ALL OCEANS!!\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/byndr/v1/users/:initiatorUserId/connections/:targetUserId/notes/:event","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["byndr","v1","users",":initiatorUserId","connections",":targetUserId","notes",":event"],"variable":[{"key":"initiatorUserId","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"targetUserId","value":"e50e1491-4865-4ace-bd9f-22502f152148"},{"key":"event","value":"studidaysv5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"-1"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 19 Jun 2025 10:11:03 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c60125e7f3465aceafb0abd071a41a36.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"T7KsetOPde7MjPYUP_81YUDFl_cLowcLXZF0D05MwvxzcxY9lTvNoQ=="}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9554dec6-fc27-4d9b-9794-f83580b992fc"}],"id":"6248544e-dd60-437d-8d15-a80e80ff1a48","description":"<p>The <strong>Connections</strong> area of the Byndr product API manages relationships between event attendees. When one attendee scans another's badge, a <strong>reciprocal connection</strong> is created between both parties. These connections are persistent, status-driven, and allow each party to independently manage their view of the relationship.EndFragment</p>\n<p><strong>Connection States</strong>:</p>\n<ul>\n<li><p><strong>Pending</strong>: A connection is proposed but awaits approval. (Currently not in use)</p>\n</li>\n<li><p><strong>Active</strong>: Both parties have accepted the connection.</p>\n</li>\n<li><p><strong>Blocked</strong>: One party has explicitly blocked the other.</p>\n</li>\n<li><p><strong>Deleted</strong>: Soft-deleted connection; can be re-established.</p>\n</li>\n</ul>\n<p><strong>Typical Flow</strong>:</p>\n<ol>\n<li><p>Attendee scans another badge via QR code.</p>\n</li>\n<li><p>The system authenticates the user and processes the scan.</p>\n</li>\n<li><p>A <strong>reciprocal connection</strong> is created (e.g. Active ↔ Pending).</p>\n</li>\n<li><p>An <strong>Encounter</strong> and optional <strong>Metadata</strong> are recorded.</p>\n</li>\n<li><p>Users can later approve, block, or delete the connection.</p>\n</li>\n</ol>\n<h3 id=\"connection-perspective\">Connection Perspective</h3>\n<p>All connections and their associated statuses are interpreted <strong>from the perspective of the initiator user</strong>.</p>\n<p>This means that:</p>\n<ul>\n<li><p>The connection status (e.g. <em>connected</em>, <em>pending</em>, <em>blocked</em>) always reflects <strong>how the initiator</strong> views the relationship with the target user.</p>\n</li>\n<li><p>Actions such as creating, deleting, blocking, or retrieving connections are performed and evaluated <strong>as if seen from the initiator’s side</strong>.</p>\n</li>\n</ul>\n<p>This ensures consistency when querying or manipulating connections via the API.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a6b74df5-7575-4a28-ac3b-3e937d5ff030"}}],"_postman_id":"6248544e-dd60-437d-8d15-a80e80ff1a48","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}}},{"name":"Get swagger document","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3d7cae1c-0bd1-44ee-b6dd-eade64af7fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/shop","description":"<p>This endpoint makes a request to retrieve the Swagger documentation for the shop system.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON schema that includes the Swagger documentation for the shop system. The schema will provide detailed information about the endpoints, request parameters, response formats, and any additional information related to the shop system.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":true,"source":{"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433","id":"621b6d3e-352f-443a-ba79-eac862d23433","name":"Byndr","type":"folder"}},"urlObject":{"path":["systems","swagger","shop"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"aecbd2fa-8636-4e97-9cfd-54b2073c5bdd","name":"Get swagger document","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/shop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"14000"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Thu, 24 Apr 2025 14:28:19 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"erVFmZ0fuquL9FLUZ1mZkOggkWgKgNMapaJhLCCu6whxmaiAxjEZXA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"x-generator\": \"NSwag v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))\",\n    \"openapi\": \"3.0.0\",\n    \"info\": {\n        \"title\": \"ADITUS API\",\n        \"version\": \"1.0.0\"\n    },\n    \"servers\": [\n        {\n            \"url\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/\"\n        }\n    ],\n    \"paths\": {\n        \"/shop/v1/social/event\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_CreateSocialEvent\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCreateSocialEventResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/shares\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_Share\",\n                \"requestBody\": {\n                    \"x-name\": \"payload\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ShareRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfShareResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards\": {\n            \"post\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_CreateSocialCard\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateSocialCardRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCreateSocialCardResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards/{id}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByIdGET\",\n                \"parameters\": [\n                    {\n                        \"name\": \"id\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByIdHEAD\",\n                \"parameters\": [\n                    {\n                        \"name\": \"id\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/social/cards/user/{userId}/event\": {\n            \"get\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByUserAndEventGET\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventId\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Social\"\n                ],\n                \"operationId\": \"Social_GetSocialCardByUserAndEventHEAD\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventId\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/carts\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetCartsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetOrdersForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"filterActiveEvents\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false,\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetOrderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetOrderDetailsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetOrderDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/cart\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetCartForUserAndOrder\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/confirmation/resend\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_ResendConfirmationEmail\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"resendEmailRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ResendConfirmationEmailRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/orders/{orderId}/registration-reminder/resend\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_ResendRegistrationReminderEmail\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"orderId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"resendEmailRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ResendRegistrationReminderEmailRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/legitimations\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetLegitimationsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/legitimations/{legitimationId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetLegitimationDetailsForUser\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/profile\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UpdateProfilePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"profile\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UpdateProfilePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"profile\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetProfile\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetProfileResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/profile/picture\": {\n            \"get\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_GetProfilePicture\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"byte\"\n                                }\n                            }\n                        }\n                    },\n                    \"404\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_SetProfilePicturePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_SetProfilePicturePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/user/{userId}/communication-groups/{groupuid}\": {\n            \"post\": {\n                \"tags\": [\n                    \"User\"\n                ],\n                \"operationId\": \"User_UnsubscribeFromMailing\",\n                \"parameters\": [\n                    {\n                        \"name\": \"userId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"groupuid\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    },\n                    \"404\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetPaymentProviders\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/configuration\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetConfiguration\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetConfigurationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetEvents\",\n                \"parameters\": [\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetEventResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetEventById\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetEventResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/legitimation-categories\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetLegitimationCategoriesByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLegitimationCategoryResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetPaymentProvidersByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentsByEvent\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments/{assortmentId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentDetailById\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/events/{eventIdentifier}/assortments/{assortmentId}/articles\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetAssortmentArticles\",\n                \"parameters\": [\n                    {\n                        \"name\": \"eventIdentifier\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"articleGroupId\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentArticlesResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/lookups/{name}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetLookupsByName\",\n                \"parameters\": [\n                    {\n                        \"name\": \"name\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLookupsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/data-changes\": {\n            \"post\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetDataChanges\",\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/GetDataChangesRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetDataChangesResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/discovery/communication-groups/{groupuid}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Discovery\"\n                ],\n                \"operationId\": \"Discovery_GetUnsubscribeGroupByUid\",\n                \"parameters\": [\n                    {\n                        \"name\": \"groupuid\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUnsubscribeGroupDto\"\n                                }\n                            }\n                        }\n                    },\n                    \"404\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/localization\": {\n            \"get\": {\n                \"tags\": [\n                    \"Localization\"\n                ],\n                \"operationId\": \"Localization_GetResource\",\n                \"parameters\": [\n                    {\n                        \"name\": \"scope\",\n                        \"in\": \"query\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"key\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"includeNestedScopes\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"includeUpcoming\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetResourceResponseOf\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/localization/languages\": {\n            \"get\": {\n                \"tags\": [\n                    \"Localization\"\n                ],\n                \"operationId\": \"Localization_GetLanguages\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLanguagesResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CreateCart\",\n                \"requestBody\": {\n                    \"x-name\": \"createCartRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/CreateCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 1\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/culture\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetCulturePOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetCultureRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCultureResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetCulturePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetCultureRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCultureResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"$expand\",\n                        \"x-originalName\": \"expand\",\n                        \"in\": \"query\",\n                        \"style\": \"form\",\n                        \"explode\": true,\n                        \"schema\": {\n                            \"type\": \"array\",\n                            \"nullable\": true,\n                            \"items\": {\n                                \"type\": \"string\"\n                            }\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_DeleteCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\"\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-providers\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetPaymentProvidersByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetPaymentProviderResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentProviderToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentProviderToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemovePaymentProviderFromCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemovePaymentProviderResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-provider\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetPaymentToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/payment-provider/express-checkout\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_InitExpressCheckoutPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_InitExpressCheckoutPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetPaymentProviderToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/buyer\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBuyerPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBuyerToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBuyerPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBuyerToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration/prefill-data\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemRegistrationPrefillData\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"type\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"default\": \"Self\",\n                            \"oneOf\": [\n                                {\n                                    \"$ref\": \"#/components/schemas/RegistrationType\"\n                                }\n                            ]\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration/{type}/prefill-data\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemRegistrationPrefillData2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"type\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/RegistrationType\"\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/timeslots\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetItemTimeslotInformation\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_BookItemTimeslotsPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"bookingRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/BookTimeslotsRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_BookItemTimeslotsPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"bookingRequest\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/BookTimeslotsRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetCartItemTimeslotsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/billing\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBillingPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBillingToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetBillingPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"data\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetBillingToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/coupons/{code}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckAndReserveCode\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckAndReserveCodeResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckCode\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckCouponResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveCoupon\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"code\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveCouponResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddItemPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddItemToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddItemToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddItemPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddItemToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddItemToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}\": {\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveItem\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveItemResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/remove\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_RemoveItems\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveItemsFromCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/items/{itemId}/registration\": {\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_UpdateItemRegistration\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"itemId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/UpdateCartItemRegistration\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateItemRegistrationResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/validate\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ValidateCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"autoResolve\",\n                        \"x-originalName\": \"autoResolveValidationProblems\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCartValidationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/validate/{validator}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ValidateCart2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"validator\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"autoResolve\",\n                        \"x-originalName\": \"autoResolveValidationProblems\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": false\n                        },\n                        \"x-position\": 4\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"validationParameters\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"additionalProperties\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCartValidationResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentsByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments/{assortmentId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentDetailByCartAndId\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentDetailResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/assortments/{assortmentId}/articles\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetAssortmentArticlesByCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"assortmentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"articleGroupId\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetAssortmentArticlesResponseOf\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/checkout\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_CheckoutCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCheckoutCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/clear\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ClearCart\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfClearCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/user\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetUserToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetUserToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetUserToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_SetUserToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetUserToCartRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSetUserToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationToCartPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"legitimation\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationToCartPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"legitimation\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationToCartResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}/document\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationDocumentPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"file\",\n                    \"content\": {\n                        \"multipart/form-data\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"file\": {\n                                        \"type\": \"string\",\n                                        \"format\": \"binary\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_AddLegitimationDocumentPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"file\",\n                    \"content\": {\n                        \"multipart/form-data\": {\n                            \"schema\": {\n                                \"type\": \"object\",\n                                \"properties\": {\n                                    \"file\": {\n                                        \"type\": \"string\",\n                                        \"format\": \"binary\"\n                                    }\n                                }\n                            }\n                        }\n                    },\n                    \"required\": true\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfAddLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    },\n                    \"400\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"type\": \"string\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/legitimation/{legitimationId}/document/{documentId}\": {\n            \"delete\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_DeleteLegitimationDocument\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"legitimationId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"documentId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfRemoveLegitimationDocumentResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/theme\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetCartTheme\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/GetCartThemeResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/properties\": {\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ModifyPropertiesPOST\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ModifyPropertiesResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"put\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ModifyPropertiesPUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ModifyPropertiesResponseDto\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/cart/{cartId}/recommendations\": {\n            \"get\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_GetRecommendations\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/GetRecommendationsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            },\n            \"post\": {\n                \"tags\": [\n                    \"Cart\"\n                ],\n                \"operationId\": \"Cart_ApplyRecommendations\",\n                \"parameters\": [\n                    {\n                        \"name\": \"cartId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"request\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ApplyRecommendationsRequestDto\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/ApplyRecommendationsResponse\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        },\n        \"/shop/v1/system\": {\n            \"get\": {\n                \"tags\": [\n                    \"System\"\n                ],\n                \"operationId\": \"System_GetSystemInformations\",\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfDictionaryOfStringAndObject\"\n                                }\n                            }\n                        }\n                    }\n                },\n                \"security\": [\n                    {\n                        \"ApiAuthorizationSchemaDefinitionAttribute\": [\n                            \"Shop\"\n                        ]\n                    }\n                ]\n            }\n        }\n    },\n    \"components\": {\n        \"schemas\": {\n            \"SimpleApiResponseOfCreateSocialEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CreateSocialEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"CreateSocialEventRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"previousEventId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"eventId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"socialNetworkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"personId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"saleId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"socialUserProfileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"source\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkSocialEventType\"\n                    },\n                    \"client\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialEventClientRequestDto\"\n                            }\n                        ]\n                    },\n                    \"isEmpty\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SocialNetworkSocialEventType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"AccountCreated\",\n                    \"AccountLinked\",\n                    \"Login\",\n                    \"Share\",\n                    \"AccountCreationRequested\",\n                    \"Visit\",\n                    \"Conversion\",\n                    \"SharePreview\",\n                    \"AttendingLinkedInEvent\",\n                    \"RegisteredViaLinkedInEvent\",\n                    \"LoadedLinkedInEventsWidget\"\n                ],\n                \"enum\": [\n                    \"AccountCreated\",\n                    \"AccountLinked\",\n                    \"Login\",\n                    \"Share\",\n                    \"AccountCreationRequested\",\n                    \"Visit\",\n                    \"Conversion\",\n                    \"SharePreview\",\n                    \"AttendingLinkedInEvent\",\n                    \"RegisteredViaLinkedInEvent\",\n                    \"LoadedLinkedInEventsWidget\"\n                ]\n            },\n            \"CreateSocialEventClientRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"referer\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"ip\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"userAgent\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ShareResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"createdShares\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/CreateShareResponse\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"CreateShareResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"socialNetwork\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"externalId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SocialNetworkType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"ADITUS\",\n                    \"LinkedIn\",\n                    \"Xing\",\n                    \"Facebook\",\n                    \"Google\",\n                    \"Twitter\",\n                    \"WhatsApp\",\n                    \"EMail\",\n                    \"YouTube\",\n                    \"TikTok\",\n                    \"Pinterest\",\n                    \"Reddit\",\n                    \"Instagram\"\n                ],\n                \"enum\": [\n                    \"ADITUS\",\n                    \"LinkedIn\",\n                    \"Xing\",\n                    \"Facebook\",\n                    \"Google\",\n                    \"Twitter\",\n                    \"WhatsApp\",\n                    \"EMail\",\n                    \"YouTube\",\n                    \"TikTok\",\n                    \"Pinterest\",\n                    \"Reddit\",\n                    \"Instagram\"\n                ]\n            },\n            \"IResult\": {\n                \"type\": \"object\",\n                \"x-abstract\": true,\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"severity\": {\n                        \"$ref\": \"#/components/schemas/ResultSeverity\"\n                    },\n                    \"category\": {\n                        \"$ref\": \"#/components/schemas/ResultCategory\"\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"logId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"details\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    },\n                    \"timestamp\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"ResultSeverity\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Low\",\n                    \"Medium\",\n                    \"High\"\n                ],\n                \"enum\": [\n                    \"Low\",\n                    \"Medium\",\n                    \"High\"\n                ]\n            },\n            \"ResultCategory\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"General\",\n                    \"Buyer\",\n                    \"Registration\",\n                    \"Payment\",\n                    \"Limit\",\n                    \"Voucher\",\n                    \"PromotionCode\",\n                    \"Survey\",\n                    \"Legitimation\",\n                    \"Timeslots\",\n                    \"SocialCards\",\n                    \"Sharing\",\n                    \"Sale\",\n                    \"Ticket\",\n                    \"TicketOwner\",\n                    \"User\"\n                ],\n                \"enum\": [\n                    \"General\",\n                    \"Buyer\",\n                    \"Registration\",\n                    \"Payment\",\n                    \"Limit\",\n                    \"Voucher\",\n                    \"PromotionCode\",\n                    \"Survey\",\n                    \"Legitimation\",\n                    \"Timeslots\",\n                    \"SocialCards\",\n                    \"Sharing\",\n                    \"Sale\",\n                    \"Ticket\",\n                    \"TicketOwner\",\n                    \"User\"\n                ]\n            },\n            \"ShareRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"text\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"socialNetworks\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                        }\n                    },\n                    \"context\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ShareContext\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ShareContext\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"cart\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"previousSocialEvent\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"socialCard\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCreateSocialCardResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSocialCardResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CreateSocialCardResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"CreateSocialCardRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"carts\"\n                ],\n                \"properties\": {\n                    \"carts\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartsResponseItem\"\n                        }\n                    }\n                }\n            },\n            \"GetCartsResponseItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/CartStatus\"\n                    },\n                    \"event\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartEventResponse\"\n                            }\n                        ]\n                    },\n                    \"user\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartUserResponse\"\n                            }\n                        ]\n                    },\n                    \"order\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartOrderResponse\"\n                            }\n                        ]\n                    },\n                    \"createdAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"updatedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"CartStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Failed\",\n                    \"Completed\",\n                    \"Active\",\n                    \"Abandoned\",\n                    \"Expired\",\n                    \"Unknown\"\n                ],\n                \"enum\": [\n                    \"Failed\",\n                    \"Completed\",\n                    \"Active\",\n                    \"Abandoned\",\n                    \"Expired\",\n                    \"Unknown\"\n                ]\n            },\n            \"GetCartEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\",\n                    \"number\",\n                    \"slug\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetCartUserResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isVerified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"eMail\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartOrderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"orderDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetOrderResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetOrderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"number\",\n                    \"orderedAt\",\n                    \"orderedBy\",\n                    \"isThirdPartyPurchase\",\n                    \"status\",\n                    \"event\",\n                    \"shipping\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"orderedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"orderedBy\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerResponse\"\n                    },\n                    \"isThirdPartyPurchase\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderStatus\"\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetOrderEventResponse\"\n                    },\n                    \"shipping\": {\n                        \"$ref\": \"#/components/schemas/GetOrderShippingResponse\"\n                    },\n                    \"payment\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailPaymentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderBuyerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"salutation\",\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\",\n                    \"company\",\n                    \"address\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerAddressResponse\"\n                    }\n                }\n            },\n            \"GetOrderBuyerAddressResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"street\",\n                    \"houseNumber\",\n                    \"postalCode\",\n                    \"city\",\n                    \"country\"\n                ],\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"grossPrice\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"netPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"OrderStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Pending\",\n                    \"Completed\",\n                    \"Revoked\",\n                    \"Error\",\n                    \"Canceled\",\n                    \"Processing\"\n                ],\n                \"enum\": [\n                    \"Pending\",\n                    \"Completed\",\n                    \"Revoked\",\n                    \"Error\",\n                    \"Canceled\",\n                    \"Processing\"\n                ]\n            },\n            \"GetOrderEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"icon\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"logo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"dateTimeSpan\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ThemeImage\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"uri\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ThemeImageType\"\n                    },\n                    \"background\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceBackground\"\n                            }\n                        ]\n                    },\n                    \"size\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceSize\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ThemeImageType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ],\n                \"enum\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ]\n            },\n            \"ThemeImageAppearanceBackground\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Dark\",\n                    \"Light\"\n                ],\n                \"enum\": [\n                    \"Dark\",\n                    \"Light\"\n                ]\n            },\n            \"ThemeImageAppearanceSize\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ],\n                \"enum\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ]\n            },\n            \"GetDateTimeSpanResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderShippingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"shippedTo\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"shippedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ShippingType\"\n                    },\n                    \"fee\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    }\n                }\n            },\n            \"ShippingType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"NoShipping\",\n                    \"OnSiteEmission\",\n                    \"Email\",\n                    \"Postal\",\n                    \"External\",\n                    \"EmailAfterLegitimation\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"NoShipping\",\n                    \"OnSiteEmission\",\n                    \"Email\",\n                    \"Postal\",\n                    \"External\",\n                    \"EmailAfterLegitimation\"\n                ]\n            },\n            \"GetOrderDetailPaymentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"providerName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/PaymentStatus\"\n                    },\n                    \"settledAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"PaymentStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Paid\",\n                    \"Canceled\",\n                    \"Reserved\"\n                ],\n                \"enum\": [\n                    \"Paid\",\n                    \"Canceled\",\n                    \"Reserved\"\n                ]\n            },\n            \"SimpleApiResponseOfGetOrderDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"number\",\n                    \"orderedAt\",\n                    \"orderedBy\",\n                    \"isThirdPartyPurchase\",\n                    \"status\",\n                    \"event\",\n                    \"shipping\",\n                    \"items\",\n                    \"receipts\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"orderedAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"orderedBy\": {\n                        \"$ref\": \"#/components/schemas/GetOrderBuyerResponse\"\n                    },\n                    \"isThirdPartyPurchase\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderStatus\"\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetOrderEventResponse\"\n                    },\n                    \"shipping\": {\n                        \"$ref\": \"#/components/schemas/GetOrderShippingResponse\"\n                    },\n                    \"payment\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailPaymentResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemResponse\"\n                        }\n                    },\n                    \"receipts\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailReceiptResponse\"\n                        }\n                    },\n                    \"legitimations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                        }\n                    },\n                    \"isRegistrationOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"canChangeRegistrationData\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isVerifiedOrder\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetOrderDetailItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"article\",\n                    \"promotionCodes\",\n                    \"owner\",\n                    \"status\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"article\": {\n                        \"$ref\": \"#/components/schemas/GetOrderDetailItemArticleResponse\"\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailItemPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemPromotionCodeResponse\"\n                        }\n                    },\n                    \"links\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetOrderDetailItemLinkResponse\"\n                        }\n                    },\n                    \"owner\": {\n                        \"$ref\": \"#/components/schemas/GetOrderDetailOwnerResponse\"\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/OrderItemStatus\"\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    },\n                    \"ticket\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetOrderDetailTicketResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetOrderDetailItemArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"price\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"price\": {\n                        \"$ref\": \"#/components/schemas/GetOrderPriceResponse\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"image\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"TicketType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"VisitorTicket\",\n                    \"ExhibitorTicket\",\n                    \"ServiceTicket\",\n                    \"CashTicket\",\n                    \"PressTicket\",\n                    \"ParkingTicket\",\n                    \"SpecialParkingTicket\",\n                    \"Badge\",\n                    \"CongressTicket\",\n                    \"GuidedTour\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"VisitorTicket\",\n                    \"ExhibitorTicket\",\n                    \"ServiceTicket\",\n                    \"CashTicket\",\n                    \"PressTicket\",\n                    \"ParkingTicket\",\n                    \"SpecialParkingTicket\",\n                    \"Badge\",\n                    \"CongressTicket\",\n                    \"GuidedTour\"\n                ]\n            },\n            \"TicketValidityType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"None\",\n                    \"OneDay\",\n                    \"MultipleDays\",\n                    \"MultipleDaysInSeries\",\n                    \"AllDays\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"OneDay\",\n                    \"MultipleDays\",\n                    \"MultipleDaysInSeries\",\n                    \"AllDays\"\n                ]\n            },\n            \"GetOrderDetailItemPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"grossPrice\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"netPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailItemPromotionCodeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailItemLinkResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"mediaType\": {\n                        \"$ref\": \"#/components/schemas/OrderItemMediaType\"\n                    },\n                    \"linkType\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/OrderItemWalletLinkType\"\n                            }\n                        ]\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"OrderItemMediaType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"PrintAtHomeTicket\",\n                    \"WalletTicket\",\n                    \"MobileTicket\",\n                    \"VirtualAccess\"\n                ],\n                \"enum\": [\n                    \"PrintAtHomeTicket\",\n                    \"WalletTicket\",\n                    \"MobileTicket\",\n                    \"VirtualAccess\"\n                ]\n            },\n            \"OrderItemWalletLinkType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Passbook\",\n                    \"GoogleWallet\"\n                ],\n                \"enum\": [\n                    \"Passbook\",\n                    \"GoogleWallet\"\n                ]\n            },\n            \"GetOrderDetailOwnerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"salutation\",\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"OrderItemStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"NotRegistered\",\n                    \"Registered\",\n                    \"Blocked\",\n                    \"NotRegisteredByThirdPerson\"\n                ],\n                \"enum\": [\n                    \"NotRegistered\",\n                    \"Registered\",\n                    \"Blocked\",\n                    \"NotRegisteredByThirdPerson\"\n                ]\n            },\n            \"BookedTimeslotDay\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"date\",\n                    \"printText\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"date\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"printText\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"timeRange\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/BookedTimeslotTimeRange\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"BookedTimeslotTimeRange\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetOrderDetailTicketResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"barcode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    }\n                }\n            },\n            \"GetOrderDetailReceiptResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ReceiptType\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"createdAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ReceiptType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Bill\",\n                    \"BillCorrection\",\n                    \"Cancellation\",\n                    \"Quote\",\n                    \"OrderConfirmation\",\n                    \"DeliveryNote\",\n                    \"CashRegisterReceipt\",\n                    \"CancellationCorrection\"\n                ],\n                \"enum\": [\n                    \"Bill\",\n                    \"BillCorrection\",\n                    \"Cancellation\",\n                    \"Quote\",\n                    \"OrderConfirmation\",\n                    \"DeliveryNote\",\n                    \"CashRegisterReceipt\",\n                    \"CancellationCorrection\"\n                ]\n            },\n            \"GetLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationCategory\"\n                            }\n                        ]\n                    },\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/LegitimationProof\"\n                        }\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/LegitimationStatus\"\n                    },\n                    \"person\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationPerson\"\n                            }\n                        ]\n                    },\n                    \"createdOn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"event\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"LegitimationCategory\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"requiredVerifications\": {\n                        \"type\": \"integer\",\n                        \"format\": \"byte\"\n                    }\n                }\n            },\n            \"LegitimationProof\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"type\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationProofType\"\n                            }\n                        ]\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/LegitimationProofDocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/LegitimationProofStatus\"\n                    },\n                    \"metadata\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            },\n            \"LegitimationProofType\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"LegitimationProofDocumentType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ],\n                \"enum\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ]\n            },\n            \"LegitimationProofStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Rejected\"\n                ],\n                \"enum\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Rejected\"\n                ]\n            },\n            \"LegitimationStatus\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Denied\",\n                    \"InProgress\",\n                    \"OnHold\",\n                    \"Incomplete\",\n                    \"FollowUp\",\n                    \"WaitForVerification\"\n                ],\n                \"enum\": [\n                    \"New\",\n                    \"Accepted\",\n                    \"Denied\",\n                    \"InProgress\",\n                    \"OnHold\",\n                    \"Incomplete\",\n                    \"FollowUp\",\n                    \"WaitForVerification\"\n                ]\n            },\n            \"LegitimationPerson\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"spokenLanguage\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetLegitimationEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"icon\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"logo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"dateTimeSpan\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"expiryTime\",\n                    \"event\",\n                    \"totals\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"expiryTime\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"minLength\": 1\n                    },\n                    \"user\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartUserResponse\"\n                            }\n                        ]\n                    },\n                    \"event\": {\n                        \"$ref\": \"#/components/schemas/GetCartEventResponse\"\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPromotionCodeResponse\"\n                        }\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartItemResponse\"\n                        }\n                    },\n                    \"totals\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPriceResponse\"\n                        }\n                    },\n                    \"isImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPaymentImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLegitimationImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isAmountImmutable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isRegistrationRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPaymentRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"paymentProvider\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderByCartResponse\"\n                            }\n                        ]\n                    },\n                    \"buyerPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartBuyerPersonResponse\"\n                            }\n                        ]\n                    },\n                    \"billingPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"order\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartOrderResponse\"\n                            }\n                        ]\n                    },\n                    \"legitimations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartLegitimationResponse\"\n                        }\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"status\": {\n                        \"$ref\": \"#/components/schemas/CartStatus\"\n                    },\n                    \"actions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {}\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartProblemResponse\"\n                        }\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartPromotionCodeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetCartItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"article\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"orderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"article\": {\n                        \"$ref\": \"#/components/schemas/GetCartArticleResponse\"\n                    },\n                    \"promotionCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartPromotionCodeResponse\"\n                        }\n                    },\n                    \"voucherCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"registration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemRegistrationResponse\"\n                            }\n                        ]\n                    },\n                    \"legitimation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemLegitimationResponse\"\n                            }\n                        ]\n                    },\n                    \"associatedPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AssociatedPerson\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartArticlePriceResponse\"\n                        }\n                    },\n                    \"image\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImage\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartArticleGroupResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticlePriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"originalPrice\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"price\",\n                    \"grossPrice\",\n                    \"tax\",\n                    \"taxRate\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"price\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"taxRate\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetLegitimationCategoryResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"availableProofTypes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationProofTypeResponse\"\n                        }\n                    },\n                    \"proofUploadLimit\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"GetLegitimationProofTypeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"availableDocumentTypes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/DocumentType\"\n                        }\n                    }\n                }\n            },\n            \"DocumentType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ],\n                \"enum\": [\n                    \"Url\",\n                    \"File\",\n                    \"Text\"\n                ]\n            },\n            \"GetArticleConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"showRemainingAmount\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showRemainingAmountPerTimeslot\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showIfSoldOut\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"soldOutText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"maxLengthOfDescription\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"minNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isInvitationEmailAddressChangePossible\": {\n                        \"type\": \"boolean\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartArticleGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartArticleGroupConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetCartArticleGroupConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExclusiveAssortment\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartItemRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"types\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"x-dictionaryKey\": {\n                            \"$ref\": \"#/components/schemas/RegistrationType\"\n                        },\n                        \"additionalProperties\": {\n                            \"$ref\": \"#/components/schemas/RegistrationTypeConfiguration\"\n                        }\n                    },\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartItemRegistration\"\n                            }\n                        ]\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"RegistrationType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Self\",\n                    \"ThirdPerson\"\n                ],\n                \"enum\": [\n                    \"self\",\n                    \"thirdPerson\"\n                ]\n            },\n            \"RegistrationTypeConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"survey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasToBeCompletedByTicketOwnerHimself\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CartItemRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"type\"\n                ],\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    },\n                    \"referencedSurveyResponse\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/CartItemSurveyAnswer\"\n                        }\n                    },\n                    \"hasInformation\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CartItemSurveyAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isReadOnly\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartItemLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isIncomplete\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AssociatedPerson\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"minimumNumberOfBookings\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"maximumNumberOfBookings\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    },\n                    \"days\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"AvailableTimeslotDay\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"date\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"date\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isAvailableForBooking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isBookingLimited\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"remainingAmount\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExpired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSoldOut\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"timeRanges\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotTimeRange\"\n                        }\n                    }\n                }\n            },\n            \"AvailableTimeslotTimeRange\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"start\",\n                    \"end\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"start\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"end\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isAvailableForBooking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isBookingLimited\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"remainingAmount\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"isExpired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSoldOut\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartPriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"price\",\n                    \"grossPrice\",\n                    \"tax\",\n                    \"taxRate\",\n                    \"currency\",\n                    \"original\"\n                ],\n                \"properties\": {\n                    \"price\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"grossPrice\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"tax\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"taxRate\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"original\": {\n                        \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                    }\n                }\n            },\n            \"GetPaymentProviderByCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"paymentMethods\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentMethods\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentMethodResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isExpressCheckoutSupported\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"expiresAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    },\n                    \"redirectUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"redirectRequired\": {\n                        \"type\": \"boolean\",\n                        \"nullable\": true\n                    },\n                    \"transactionToken\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isExpressCheckoutInitialized\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetPaymentMethodResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"methodType\"\n                ],\n                \"properties\": {\n                    \"methodType\": {\n                        \"$ref\": \"#/components/schemas/PaymentMethodType\"\n                    }\n                }\n            },\n            \"PaymentMethodType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumFlags\": true,\n                \"x-enumNames\": [\n                    \"Visa\",\n                    \"Mastercard\",\n                    \"PayPal\",\n                    \"Amex\",\n                    \"Paylater\",\n                    \"Bancontact\",\n                    \"Blik\",\n                    \"Eps\",\n                    \"Giropay\",\n                    \"Ideal\",\n                    \"Mercadopago\",\n                    \"Mybank\",\n                    \"P24\",\n                    \"Sepa\",\n                    \"Sofort\",\n                    \"Venmo\",\n                    \"Diners\",\n                    \"Postfinance\",\n                    \"Twint\",\n                    \"UnionPay\",\n                    \"ApplePay\",\n                    \"GooglePay\",\n                    \"Invoice\",\n                    \"Prepayment\"\n                ],\n                \"enum\": [\n                    \"Visa\",\n                    \"Mastercard\",\n                    \"PayPal\",\n                    \"Amex\",\n                    \"Paylater\",\n                    \"Bancontact\",\n                    \"Blik\",\n                    \"Eps\",\n                    \"Giropay\",\n                    \"Ideal\",\n                    \"Mercadopago\",\n                    \"Mybank\",\n                    \"P24\",\n                    \"Sepa\",\n                    \"Sofort\",\n                    \"Venmo\",\n                    \"Diners\",\n                    \"Postfinance\",\n                    \"Twint\",\n                    \"UnionPay\",\n                    \"ApplePay\",\n                    \"GooglePay\",\n                    \"Invoice\",\n                    \"Prepayment\"\n                ]\n            },\n            \"GetPaymentProviderConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false\n            },\n            \"GetCartBuyerPersonResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Address\"\n                            }\n                        ]\n                    },\n                    \"isPrefilled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isValid\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"Address\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"street\",\n                    \"postalCode\",\n                    \"city\",\n                    \"country\"\n                ],\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"Person\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"firstName\",\n                    \"lastName\",\n                    \"email\",\n                    \"address\"\n                ],\n                \"properties\": {\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"$ref\": \"#/components/schemas/Address\"\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"associatedPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AssociatedPerson\"\n                            }\n                        ]\n                    },\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetCartLegitimationProofResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetCartLegitimationProofResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"typeId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/DocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetCartProblemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"code\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"logId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"severity\": {\n                        \"$ref\": \"#/components/schemas/ResultSeverity\"\n                    },\n                    \"category\": {\n                        \"$ref\": \"#/components/schemas/ResultCategory\"\n                    },\n                    \"occurredAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/CartProblemType\"\n                    },\n                    \"details\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            },\n            \"CartProblemType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Exception\",\n                    \"Validation\",\n                    \"Unknown\"\n                ],\n                \"enum\": [\n                    \"Exception\",\n                    \"Validation\",\n                    \"Unknown\"\n                ]\n            },\n            \"ResendConfirmationEmailRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"email\"\n                ],\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"format\": \"email\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"ResendRegistrationReminderEmailRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUpdateProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateProfileResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"profile\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        ]\n                    },\n                    \"socialProfiles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/UpdateSocialProfileResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"UserProfile\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"salutation\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"email\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"company\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"website\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"phone\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"mobile\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"fax\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"vatId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"address\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfileAddress\"\n                            }\n                        ]\n                    },\n                    \"notificationPreferences\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/NotificationPreferences\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UserProfileAddress\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"street\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"houseNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"postalCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"city\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"county\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"NotificationPreferences\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"email\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"phone\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"postMail\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"UpdateSocialProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"networkType\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"profileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetProfileResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"profile\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UserProfile\"\n                            }\n                        ]\n                    },\n                    \"socialProfiles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetSocialProfileResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"GetSocialProfileResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"networkType\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"profileId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetPaymentProviderResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentProviderResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetPaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"paymentMethods\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentMethods\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetPaymentMethodResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPaymentProviderConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isExpressCheckoutSupported\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"mandator\",\n                    \"lookups\"\n                ],\n                \"properties\": {\n                    \"mandator\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"lookups\": {\n                        \"type\": \"object\",\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"tracking\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetConfigurationTrackingResponse\"\n                            }\n                        ]\n                    },\n                    \"useTotpForNewUsers\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"useWebsiteMetricTracking\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"frameAncestors\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalLoginProviders\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ExternalLoginProviderConfiguration\"\n                        }\n                    },\n                    \"defaultExternalLoginProvider\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"charsetInputFilter\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetConfigurationCharsetInputFilterResponse\"\n                        }\n                    },\n                    \"socialFollows\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkFollowConfiguration\"\n                        }\n                    }\n                }\n            },\n            \"GetConfigurationTrackingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"scriptHead\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scriptBody\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ExternalLoginProviderConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"clientId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"clientSecret\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"authority\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetConfigurationCharsetInputFilterResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"regexRule\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SocialNetworkFollowConfiguration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"color\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetEventResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetEventResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"year\",\n                    \"number\",\n                    \"slug\",\n                    \"description\",\n                    \"dateTimeSpan\",\n                    \"icon\",\n                    \"logo\",\n                    \"sort\",\n                    \"isRegistrationAvailable\",\n                    \"isSalesAvailable\",\n                    \"publicRegistration\",\n                    \"assortments\",\n                    \"configuration\",\n                    \"currency\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"year\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"slug\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"dateTimeSpan\": {\n                        \"$ref\": \"#/components/schemas/GetDateTimeSpanResponse\"\n                    },\n                    \"icon\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"logo\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isRegistrationAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isSalesAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"publicRegistration\": {\n                        \"$ref\": \"#/components/schemas/GetPublicRegistrationResponse\"\n                    },\n                    \"assortments\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    },\n                    \"configuration\": {\n                        \"$ref\": \"#/components/schemas/GetEventConfigurationResponse\"\n                    },\n                    \"currency\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"GetPublicRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isAvailable\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"assortments\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentPublicRegistration\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentPublicRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"registrationCodes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"description\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentConfigurationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetAssortmentConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"availableLanguages\"\n                ],\n                \"properties\": {\n                    \"availableLanguages\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLanguageResponse\"\n                        }\n                    },\n                    \"location\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLocationResponse\"\n                            }\n                        ]\n                    },\n                    \"metaTags\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetMetaTagsResponse\"\n                            }\n                        ]\n                    },\n                    \"showInOverview\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showSummaryBeforeCheckout\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"redirectAfterRegistration\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showCookieConsent\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"tracking\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationTrackingResponse\"\n                            }\n                        ]\n                    },\n                    \"useTotpForNewUsers\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"showAttendeeBadgePreview\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"maxNumberOf1NVoucherPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isInvitationEmailAddressChangePossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isLandingPageActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"linkedInEvent\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLinkedInEventConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"socialSharing\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetSocialSharingEventConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"googleRecaptcha\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetGoogleRecaptchaConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"persistableQueryParams\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"externalLoginProviders\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ExternalLoginProviderConfiguration\"\n                        }\n                    },\n                    \"defaultExternalLoginProvider\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"charsetInputFilter\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetEventConfigurationCharsetInputFilterResponse\"\n                        }\n                    },\n                    \"showLoadingPageOnCheckout\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"googlePlaces\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationGooglePlacesResponse\"\n                            }\n                        ]\n                    },\n                    \"customURL\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isNotVerifiedUserAllowed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"socialFollows\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SocialNetworkFollowConfiguration\"\n                        }\n                    },\n                    \"revolugo\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventConfigurationRevolugoResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLanguageResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"GetLocationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"name\"\n                ],\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"plusCode\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"geoCoordinates\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"country\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetMetaTagsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationTrackingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"scriptHead\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scriptBody\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetLinkedInEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"apiKey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"eventId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"groupId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"speakersUrls\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"networkId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    }\n                }\n            },\n            \"GetSocialSharingEventConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"text\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasSocialCardsEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"hasAutoPostEnabled\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"socialNetworks\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetSocialSharingEventConfigurationNetworkResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetSocialSharingEventConfigurationNetworkResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"color\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SocialNetworkType\"\n                    },\n                    \"sharingUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"supportsNativeSharing\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetGoogleRecaptchaConfigurationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"secret\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"score\": {\n                        \"type\": \"number\",\n                        \"format\": \"decimal\",\n                        \"nullable\": true\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetEventConfigurationCharsetInputFilterResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"regexRule\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationGooglePlacesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"apiKey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetEventConfigurationRevolugoResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"trackingId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isHotelMapEnabled\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetEventResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetEventResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLegitimationCategoryResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentDetailResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetAssortmentDetailResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"description\",\n                    \"sort\",\n                    \"articleGroups\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetAssortmentConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"articleGroups\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetArticleGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isExpanded\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupConfiguartionResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetArticleGroupConfiguartionResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"maxNumberOfTicketsPerSale\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetAssortmentArticlesResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentArticlesResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetAssortmentArticlesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                            }\n                        ]\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"GetArticlePriceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"price\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    },\n                    \"originalPrice\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetPriceResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetArticleAmountResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"remaining\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLookupsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"language\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"Lookup\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value4\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value5\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isFreeText\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetDataChangesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetDataChangesResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetDataChangesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"dataChanged\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentTimestamp\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"changes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetDataChangesChangeResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetDataChangesChangeResponse\": {\n                \"type\": \"object\",\n                \"x-abstract\": true,\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"region\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetDataChangesRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"dateTime\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"regions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUnsubscribeGroupDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UnsubscribeGroupDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UnsubscribeGroupDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"uniqueId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetResourceResponseOf\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetResourceResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetResourceResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"scope\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"refDataObject\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"refDataObjectId\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    },\n                    \"activeFrom\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    },\n                    \"activeTo\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetLanguagesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLanguagesResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLanguagesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"systemLanguage\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLanguageDefaultResponse\"\n                            }\n                        ]\n                    },\n                    \"languages\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetLanguageResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetLanguageDefaultResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"CreateCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"event\"\n                ],\n                \"properties\": {\n                    \"event\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"isVerifiedUser\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetCultureResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetCultureResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetCultureResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SetCultureRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"culture\"\n                ],\n                \"properties\": {\n                    \"culture\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetPaymentProviderToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetPaymentProviderToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"paymentProviderSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetPaymentProviderResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetPaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"paymentProviderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"redirectRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"paymentProviderRedirectUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"expiresAt\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SetPaymentProviderToCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"paymentProviderId\"\n                ],\n                \"properties\": {\n                    \"paymentProviderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"successUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"cancelUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"errorUrl\": {\n                        \"type\": \"string\",\n                        \"format\": \"uri\",\n                        \"nullable\": true\n                    },\n                    \"token\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"completePaymentAfterRedirect\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemovePaymentProviderResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemovePaymentProviderResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemovePaymentProviderResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"paymentProviderRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemovePaymentProviderResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemovePaymentProviderResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetBuyerToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBuyerToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBuyerToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"buyerSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBuyerResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBuyerResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"buyerPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetItemRegistrationPrefillDataRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetItemRegistrationPrefillDataRequest\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetItemRegistrationPrefillDataRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"registrationType\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetCartItemTimeslotsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetCartItemTimeslotsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookedTimeslotDay\"\n                        }\n                    }\n                }\n            },\n            \"BookTimeslotsRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bookings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/BookTimeslotRequest\"\n                        }\n                    }\n                }\n            },\n            \"BookTimeslotRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"day\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"timeRange\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetBillingToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBillingToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBillingToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"billingSet\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetBillingResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetBillingResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"billingPerson\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Person\"\n                            }\n                        ]\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckAndReserveCodeResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckAndReserveCodeResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckAndReserveCodeResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"couponReserved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddCouponResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"registrationResult\",\n                    \"affectedAssortments\",\n                    \"codeType\"\n                ],\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"registrationResult\": {\n                        \"$ref\": \"#/components/schemas/CouponAddedReservation\"\n                    },\n                    \"affectedAssortments\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetAssortmentResponse\"\n                        }\n                    },\n                    \"codeType\": {\n                        \"$ref\": \"#/components/schemas/RegistrationResultCodeType\"\n                    },\n                    \"reservation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedReservation\"\n                            }\n                        ]\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"appearance\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationAppearance\"\n                            }\n                        ]\n                    },\n                    \"organization\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationOrganization\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CouponAddedReservation\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"message\",\n                    \"code\"\n                ],\n                \"properties\": {\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"code\": {\n                        \"$ref\": \"#/components/schemas/RegistrationResultCode\"\n                    }\n                }\n            },\n            \"RegistrationResultCode\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"OK\",\n                    \"GeneralError\",\n                    \"TicketAlreadyInCart\",\n                    \"InvalidRegistrationData\",\n                    \"TicketCanceled\",\n                    \"EmptyTicketPool\",\n                    \"AttributeFaireventArticleGroupLimitReached\",\n                    \"TicketOwnerLacksValidLegitimation\",\n                    \"TicketCodeForAnotherFairevent\",\n                    \"SendEMailError\",\n                    \"PassbookCreationError\",\n                    \"PDFCreationError\",\n                    \"WrongReservationGUID\",\n                    \"AlreadyReservedTicketCode\",\n                    \"TicketCodeUsedUp\",\n                    \"LockedTicketCode\",\n                    \"AlreadyRegisteredTicketCode\",\n                    \"UnkownTicketCode\"\n                ],\n                \"enum\": [\n                    \"OK\",\n                    \"GeneralError\",\n                    \"TicketAlreadyInCart\",\n                    \"InvalidRegistrationData\",\n                    \"TicketCanceled\",\n                    \"EmptyTicketPool\",\n                    \"AttributeFaireventArticleGroupLimitReached\",\n                    \"TicketOwnerLacksValidLegitimation\",\n                    \"TicketCodeForAnotherFairevent\",\n                    \"SendEMailError\",\n                    \"PassbookCreationError\",\n                    \"PDFCreationError\",\n                    \"WrongReservationGUID\",\n                    \"AlreadyReservedTicketCode\",\n                    \"TicketCodeUsedUp\",\n                    \"LockedTicketCode\",\n                    \"AlreadyRegisteredTicketCode\",\n                    \"UnkownTicketCode\"\n                ]\n            },\n            \"RegistrationResultCodeType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Unknown\",\n                    \"Voucher\",\n                    \"PromotionCode\"\n                ],\n                \"enum\": [\n                    \"Unknown\",\n                    \"Voucher\",\n                    \"PromotionCode\"\n                ]\n            },\n            \"ItemAddedReservation\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"validUntil\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            },\n            \"GetValidArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"articleGroup\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleGroupResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CouponInformationAppearance\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isIntern\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"externalId1\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"welcomeText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"hasWelcomeBanner\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"CouponInformationOrganization\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId1\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"externalId3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckCouponResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"appearance\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationAppearance\"\n                            }\n                        ]\n                    },\n                    \"organization\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CouponInformationOrganization\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveCouponResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveCouponResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveCouponResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"couponRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveCouponResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveCouponResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"code\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddItemToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddItemToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddItemToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemAdded\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddItemResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemAddedArticle\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"ItemAddedArticle\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"reservation\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedReservation\"\n                            }\n                        ]\n                    },\n                    \"item\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ItemAddedItem\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ItemAddedItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"AddItemToCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveItemsFromCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemsRemoved\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveItemsFromCartItemsRemovedResponseDto\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartItemsRemovedResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RemoveItemsFromCartItemResponseDto\"\n                        }\n                    }\n                }\n            },\n            \"RemoveItemsFromCartItemResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveItemsFromCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemIds\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUpdateItemRegistrationResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateItemRegistrationResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateItemRegistrationResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"registrationUpdated\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateItemRegistrationResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateItemRegistrationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"registration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartItemRegistration\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateCartItemRegistration\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"type\"\n                ],\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/RegistrationType\"\n                    },\n                    \"referencedSurveyResponse\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyAnswer\"\n                        }\n                    },\n                    \"hasInformation\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SurveyAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCartValidationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CartValidationResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CartValidationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"isCheckoutPossible\",\n                    \"problems\"\n                ],\n                \"properties\": {\n                    \"isCheckoutPossible\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isCartReloadRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    },\n                    \"resolvedProblems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCheckoutCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckoutCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckoutCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartCheckedout\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CheckoutCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CheckoutCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"orderId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"nullable\": true\n                    },\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"success\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"message\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfClearCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ClearCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ClearCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartCleared\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ClearCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ClearCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSetUserToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetUserToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetUserToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"userSetted\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/SetUserToCartResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"SetUserToCartResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SetUserToCartRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"userId\",\n                    \"user\"\n                ],\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1,\n                        \"deprecated\": true,\n                        \"x-deprecatedMessage\": \"Use 'user' property instead\"\n                    },\n                    \"user\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"isVerified\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddLegitimationToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddLegitimationToCartResponseDto\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddLegitimationToCartResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"legitimationAdded\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/LegitimationAddedEvent\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"LegitimationAddedEvent\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationIdentifier\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AddLegitimationToCartRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"proofs\"\n                ],\n                \"properties\": {\n                    \"proofs\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AddLegitimationProofRequest\"\n                        }\n                    },\n                    \"comment\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"AddLegitimationProofRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"typeId\",\n                    \"documentType\",\n                    \"value\"\n                ],\n                \"properties\": {\n                    \"typeId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"documentType\": {\n                        \"$ref\": \"#/components/schemas/DocumentType\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    }\n                }\n            },\n            \"SimpleApiResponseOfAddLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/AddLegitimationDocumentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"AddLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"documentId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SimpleApiResponseOfRemoveLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/RemoveLegitimationDocumentResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"RemoveLegitimationDocumentResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"documentId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"legitimationIdentifier\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"GetCartThemeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"context\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ModifyPropertiesResponseDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"propertiesModified\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ModifyPropertiesResponse\"\n                            }\n                        ]\n                    },\n                    \"cart\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetCartResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ModifyPropertiesResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"isSuccessful\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"ModifyPropertiesRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"upSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationGroupResponse\"\n                        }\n                    },\n                    \"crossSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationGroupResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationGroupResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetRecommendationArticleResponse\"\n                            }\n                        ]\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"recommendations\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetRecommendationResponse\"\n                        }\n                    }\n                }\n            },\n            \"GetRecommendationArticleResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"required\": [\n                    \"id\",\n                    \"name\",\n                    \"image\",\n                    \"sort\"\n                ],\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\",\n                        \"minLength\": 1\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"minLength\": 1\n                    },\n                    \"internalName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"image\": {\n                        \"$ref\": \"#/components/schemas/ThemeImage\"\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"isLegitimationRequired\": {\n                        \"type\": \"boolean\",\n                        \"deprecated\": true\n                    },\n                    \"legitimationCategory\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLegitimationCategoryResponse\"\n                            }\n                        ]\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/TicketType\"\n                    },\n                    \"ticketValidity\": {\n                        \"$ref\": \"#/components/schemas/TicketValidityType\"\n                    },\n                    \"articleNumber\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"category\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"amount\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleAmountResponse\"\n                            }\n                        ]\n                    },\n                    \"configuration\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetArticleConfigurationResponse\"\n                            }\n                        ]\n                    },\n                    \"timeslots\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/AvailableTimeslotDay\"\n                        }\n                    },\n                    \"prices\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/GetArticlePriceResponse\"\n                        }\n                    },\n                    \"recommendationImageUri\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"GetRecommendationResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"weight\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetRecommendationArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ApplyRecommendationsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"cartId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"addedArticles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemAddedArticle\"\n                        }\n                    },\n                    \"removedItems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ItemsRemovedItem\"\n                        }\n                    },\n                    \"problems\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/IResult\"\n                        }\n                    }\n                }\n            },\n            \"ItemsRemovedItem\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"itemId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"successful\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"article\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetValidArticleResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ApplyRecommendationsRequestDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"upSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RecommendationDto\"\n                        }\n                    },\n                    \"crossSellings\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/RecommendationDto\"\n                        }\n                    }\n                }\n            },\n            \"RecommendationDto\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"article\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"items\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfDictionaryOfStringAndObject\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    }\n                }\n            }\n        },\n        \"securitySchemes\": {\n            \"ApiAuthorizationSchemaDefinitionAttribute\": {\n                \"type\": \"oauth2\",\n                \"flows\": {\n                    \"clientCredentials\": {\n                        \"tokenUrl\": \"https://dev0-identity.aditus.de/connect/token\",\n                        \"scopes\": {\n                            \"Shop\": \"Shop\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3d7cae1c-0bd1-44ee-b6dd-eade64af7fb1"}],"id":"621b6d3e-352f-443a-ba79-eac862d23433","description":"<p><strong>Byndr</strong> is a product API designed to enable seamless, secure connections between event attendees through badge (QR code) scans. It facilitates the creation of <strong>unidirectional, reciprocal relationships</strong> that are reusable across multiple events, allowing for rich interaction tracking and contact personalization.</p>\n<p>Byndr enables you to:</p>\n<ul>\n<li><p>Build <strong>live contact networks</strong> at events.</p>\n</li>\n<li><p>Track <strong>interactions over time</strong> and across different events.</p>\n</li>\n<li><p>Attach <strong>personalized notes and contextual metadata</strong> to individual encounters.</p>\n</li>\n</ul>\n<h3 id=\"core-concepts\"><strong>Core Concepts</strong></h3>\n<p>A <strong>Connection</strong> represents a <strong>persistent, unidirectional link</strong> from one attendee (party) to another. Each real-world relationship is stored as two reciprocal entries—one per user—allowing each party to manage their own view (e.g., approve, delete, block).</p>\n<p>Connections are <strong>status-based</strong> (<code>Pending</code>, <code>Active</code>, <code>Blocked</code>, or <code>Deleted</code>) and <strong>not tied to any specific event</strong>.</p>\n<p>Although connections themselves are event-agnostic, each initial badge scan between two parties creates an <strong>Encounter</strong> associated with the relevant event. This encounter serves as an event-specific record of the interaction. For every such encounter, the system generates accompanying <strong>Metadata</strong> that enriches the interaction context. This metadata may include:</p>\n<ul>\n<li><p><strong>Notes</strong> left by the initiator</p>\n</li>\n<li><p><strong>Scan-specific details</strong> (Each actual scan attempt)</p>\n</li>\n</ul>\n<p>Together, encounters and their metadata provide a historical, event-specific layer atop the persistent structure of user connections.</p>\n<h3 id=\"naming-conventions\">Naming Conventions</h3>\n<p>The Byndr API uses consistent naming conventions to clearly indicate the direction of connections and interactions between users:</p>\n<ul>\n<li><p><strong><code>initiator</code></strong> — Refers to the user who <strong>initiates</strong> the request or action (e.g., sending a connection request or requesting the connection information). This user is the source of the action.</p>\n</li>\n<li><p><strong><code>target</code></strong> — Refers to the user who is the <strong>recipient</strong> or subject of the action (e.g., the one being connected to, or blocked or who's profile data is requested).</p>\n</li>\n</ul>\n<p>These prefixes are used throughout the API to make user relationships and actions explicit and easy to follow.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"authUrl","value":"<auth-url>"},{"key":"client_authentication","value":"<client_authentication>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4520d955-d724-4a85-9e22-9a2a6e922492","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"18934cc9-1161-4da7-a5ca-284045151e6c","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"621b6d3e-352f-443a-ba79-eac862d23433"},{"name":"Survey","item":[{"name":"Surveys","item":[{"name":"Get survey","id":"e10325a9-73db-44f8-9d2c-0e1dd9671ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey","description":"<p>This endpoint retrieves details of a specific survey identified by its ID.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>survey</code> (string): The survey ID</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>id</code> (string): The ID of the survey.</p>\n</li>\n<li><p><code>name</code> (string): The name of the survey.</p>\n</li>\n<li><p><code>pages</code> (array): An array of pages within the survey, each containing:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the page.</p>\n</li>\n<li><p><code>name</code> (string): The name of the page.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the page.</p>\n</li>\n<li><p><code>lists</code> (array): An array of lists within the page, each containing:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the list.</p>\n</li>\n<li><p><code>name</code> (string): The name of the list.</p>\n</li>\n<li><p><code>description</code> (string): The description of the list.</p>\n</li>\n<li><p><code>title</code> (string): The title of the list.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the list.</p>\n</li>\n<li><p><code>questions</code> (array): An array of questions within the list, each containing:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the question.</p>\n</li>\n<li><p><code>type</code> (string): The type of the question.</p>\n</li>\n<li><p><code>name</code> (string): The name of the question.</p>\n</li>\n<li><p><code>label</code> (string): The label of the question.</p>\n</li>\n<li><p><code>isRequired</code> (boolean): Indicates if the question is required.</p>\n</li>\n<li><p><code>isReadOnly</code> (boolean): Indicates if the question is read-only.</p>\n</li>\n<li><p><code>defaultAnswer</code> (string): The default answer for the question.</p>\n</li>\n<li><p><code>attributes</code> (array): An array of attributes for the question.</p>\n</li>\n<li><p><code>condition</code> (object): The condition for the question.</p>\n</li>\n<li><p><code>validators</code> (array): An array of validators for the question.</p>\n</li>\n<li><p><code>modifiers</code> (array): An array of modifiers for the question.</p>\n</li>\n<li><p><code>sort</code> (integer): The sorting order of the question.</p>\n</li>\n<li><p><code>useLookupData</code> (boolean): Indicates if the question uses lookup data.</p>\n</li>\n<li><p><code>lookupDataName</code> (string): The name of the lookup data used by the question.</p>\n</li>\n<li><p><code>lookupDataUrl</code> (string): The URL for the lookup data used by the question.</p>\n</li>\n<li><p><code>styles</code> (array): An array of styles for the question.</p>\n</li>\n<li><p><code>bindingMember</code> (string): The binding member for the question.</p>\n</li>\n</ul>\n</li>\n<li><p><code>styles</code> (array)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"}]}},"response":[{"id":"e93940de-a662-4db4-a697-e256498490cb","name":"Get survey","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"695"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:53:08 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fd38301adb0ceb6cf6c42567f371a2f4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"fb1I6rlXf1k7FUKOeqBfK0IUH9BY1nGlWdpLoAfwhMucT42f-ORorw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"name\": \"Default-WebShopBuyerData\",\n        \"pages\": [\n            {\n                \"id\": \"3c352b32-3209-4a1c-8b9b-4bbdf9f5eb09\",\n                \"name\": \"DefaultPage\",\n                \"sort\": 1,\n                \"lists\": [\n                    {\n                        \"id\": \"c6595d8a-3a6d-4389-8262-85f463c9ef16\",\n                        \"name\": \"DefaultList\",\n                        \"description\": null,\n                        \"title\": \"Personal Data\",\n                        \"sort\": 1,\n                        \"questions\": [\n                            {\n                                \"id\": \"a02379d0-9d48-48d4-a4a6-056b4beaff09\",\n                                \"type\": \"LookupDropDown\",\n                                \"name\": \"SalutationLookup\",\n                                \"label\": \"Form of address\",\n                                \"informationText\": null,\n                                \"isRequired\": false,\n                                \"isReadOnly\": false,\n                                \"defaultAnswer\": null,\n                                \"attributes\": [],\n                                \"condition\": null,\n                                \"validators\": [],\n                                \"modifiers\": [],\n                                \"sort\": 0,\n                                \"useLookupData\": true,\n                                \"lookupDataName\": \"P_ANREDEN\",\n                                \"lookupDataUrl\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/survey/v1/lookups/P_ANREDEN\",\n                                \"styles\": [],\n                                \"bindingMember\": \"SalutationLookup\"\n                            },\n                            {\n                                \"id\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\n                                \"type\": \"TextBox\",\n                                \"name\": \"FirstName\",\n                                \"label\": \"First name\",\n                                \"informationText\": null,\n                                \"isRequired\": true,\n                                \"isReadOnly\": false,\n                                \"defaultAnswer\": null,\n                                \"attributes\": [],\n                                \"condition\": null,\n                                \"validators\": [],\n                                \"modifiers\": [],\n                                \"sort\": 1,\n                                \"useLookupData\": false,\n                                \"styles\": [],\n                                \"bindingMember\": \"FirstName\"\n                            },\n                            {\n                                \"id\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\n                                \"type\": \"TextBox\",\n                                \"name\": \"LastName\",\n                                \"label\": \"Last name\",\n                                \"informationText\": null,\n                                \"isRequired\": true,\n                                \"isReadOnly\": false,\n                                \"defaultAnswer\": null,\n                                \"attributes\": [],\n                                \"condition\": null,\n                                \"validators\": [],\n                                \"modifiers\": [],\n                                \"sort\": 2,\n                                \"useLookupData\": false,\n                                \"styles\": [],\n                                \"bindingMember\": \"LastName\"\n                            }\n                        ],\n                        \"styles\": []\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"e10325a9-73db-44f8-9d2c-0e1dd9671ba0"},{"name":"Validate answers","event":[{"listen":"test","script":{"id":"1d38ad17-c329-4388-ac62-4955fbeeffaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"78417b04-c7d0-4552-9263-6cabcd9c90f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].Salutation\",\r\n            \"value\": \"Test\"\r\n        },\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].FirstName\",\r\n            \"value\": \"Test\"\r\n        },\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].LastName\",\r\n            \"value\": \"Test\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/validate","description":"<p>This endpoint is used to validate the survey answers submitted by the user.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>answers</code> (array): An array of objects containing the bindingMember and value for each answer submitted.</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): An object containing the surveyId, surveyAnswers, success, and errors.</p>\n<ul>\n<li><p><code>surveyId</code> (string): The ID of the survey.</p>\n</li>\n<li><p><code>surveyAnswers</code> (array): An array of objects containing the bindingMember and value for each survey answer.</p>\n</li>\n<li><p><code>success</code> (boolean): Indicates the success status of the validation.</p>\n</li>\n<li><p><code>errors</code> (array): An array of objects containing details about any validation errors.</p>\n<ul>\n<li><p><code>question</code> (string): The question for which the error occurred.</p>\n</li>\n<li><p><code>value</code> (string): The value that caused the error.</p>\n</li>\n<li><p><code>errorMessage</code> (string): The error message describing the validation issue.</p>\n</li>\n<li><p><code>validator</code> (string): The validator that identified the error.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","validate"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"}]}},"response":[{"id":"1fde3fd5-d62d-4e9e-9cd8-598b6430ed66","name":"Validate answers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].Salutation\",\r\n            \"value\": \"Test\"\r\n        },\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].FirstName\",\r\n            \"value\": \"Test\"\r\n        },\r\n        {\r\n            \"bindingMember\": \"[CRM.Persons].LastName\",\r\n            \"value\": \"Test\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/validate","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","validate"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"399"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:13:41 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 75a13c74495137fb5435dc4030981df6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"5l1LmFoZBzrC5qgtxKqw7IABoD0q9yCgVrZDx_LW9_r9CZi5ALZpAg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"surveyAnswers\": [\n            {\n                \"bindingMember\": \"[CRM.Persons].Salutation\",\n                \"value\": \"Test\"\n            },\n            {\n                \"bindingMember\": \"[CRM.Persons].FirstName\",\n                \"value\": \"Test\"\n            },\n            {\n                \"bindingMember\": \"[CRM.Persons].LastName\",\n                \"value\": \"Test\"\n            }\n        ],\n        \"success\": false,\n        \"errors\": [\n            {\n                \"question\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\n                \"value\": null,\n                \"errorMessage\": \"The question 'Vorname' must be answered!\",\n                \"validator\": \"QuestionRequiredValidator\"\n            },\n            {\n                \"question\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\n                \"value\": null,\n                \"errorMessage\": \"The question 'Nachname' must be answered!\",\n                \"validator\": \"QuestionRequiredValidator\"\n            }\n        ]\n    }\n}"}],"_postman_id":"78417b04-c7d0-4552-9263-6cabcd9c90f5"},{"name":"Create response","event":[{"listen":"test","script":{"id":"1d38ad17-c329-4388-ac62-4955fbeeffaf","exec":["pm.environment.set(\"RESPONSE_ID\", pm.response.json().data.id);"],"type":"text/javascript","packages":{}}}],"id":"8532107a-e3c9-4ea4-9479-a88e93a67877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n\r\n        {\r\n            \"question\": \"a02379d0-9d48-48d4-a4a6-056b4beaff09\",\r\n            \"value\": \"Herr\"\r\n        },\r\n        {\r\n            \"question\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\r\n            \"value\": \"Max\"\r\n        },\r\n        {\r\n            \"question\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\r\n            \"value\": \"Mustermann\"\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses","description":"<p>This endpoint is used to submit responses to a specific survey.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>answers</code> (array of objects) - An array containing the responses to the survey questions.</p>\n<ul>\n<li><p><code>question</code> (string) - The ID of the question being answered.</p>\n</li>\n<li><p><code>value</code> (string) - The response to the question.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object) - The response data container.</p>\n<ul>\n<li><p><code>id</code> (string) - The ID of the response.</p>\n</li>\n<li><p><code>surveyId</code> (string) - The ID of the survey the response belongs to.</p>\n</li>\n<li><p><code>answers</code> (array of objects) - An array containing the submitted answers.</p>\n<ul>\n<li><p><code>question</code> (string) - The ID of the question.</p>\n</li>\n<li><p><code>value</code> (string) - The response value.</p>\n</li>\n<li><p><code>isFile</code> (boolean) - Indicates if the response is a file.</p>\n</li>\n<li><p><code>bindingMember</code> (string) - The binding member of the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>invalidAnswers</code> (array) - An array containing any invalid answers</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","responses"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"}]}},"response":[{"id":"7c7c0119-e11a-46c6-b8b3-d8e56e90f995","name":"Create response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n\r\n        {\r\n            \"question\": \"a02379d0-9d48-48d4-a4a6-056b4beaff09\",\r\n            \"value\": \"Herr\"\r\n        },\r\n        {\r\n            \"question\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\r\n            \"value\": \"Max\"\r\n        },\r\n        {\r\n            \"question\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\r\n            \"value\": \"Mustermann\"\r\n        }\r\n\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","responses"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"391"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 14:59:08 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9336c14434e205e440418213079c6074.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"wveeIM8xvodhNHdzl-iuaUJ3qyCWPkHAfFLGeFGPf5x6dt6XO7efIQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9c51daf8-413a-f011-93e1-00155d96040a\",\n        \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"answers\": [\n            {\n                \"question\": \"a02379d0-9d48-48d4-a4a6-056b4beaff09\",\n                \"value\": \"Herr\",\n                \"isFile\": false,\n                \"bindingMember\": \"SalutationLookup\"\n            },\n            {\n                \"question\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\n                \"value\": \"Max\",\n                \"isFile\": false,\n                \"bindingMember\": \"FirstName\"\n            },\n            {\n                \"question\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\n                \"value\": \"Mustermann\",\n                \"isFile\": false,\n                \"bindingMember\": \"LastName\"\n            }\n        ],\n        \"invalidAnswers\": []\n    }\n}"}],"_postman_id":"8532107a-e3c9-4ea4-9479-a88e93a67877"},{"name":"Validate response","event":[{"listen":"test","script":{"id":"1d38ad17-c329-4388-ac62-4955fbeeffaf","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9ee6e5db-a55f-4af0-9c04-323b2b204fd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response/validate","description":"<p>This endpoint is used to validate a survey response.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>surveyId</code>: The ID of the survey.</p>\n</li>\n<li><p><code>responseId</code>: The ID of the response.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>surveyId</code>: The ID of the survey.</p>\n</li>\n<li><p><code>responseId</code>: The ID of the response.</p>\n</li>\n<li><p><code>success</code>: Indicates if the validation was successful.</p>\n</li>\n<li><p><code>errors</code>: An array of any validation errors encountered during the process.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","responses",":response","validate"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"},{"description":{"content":"<p>The response ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"response"}]}},"response":[{"id":"80a5adfb-f83e-4ab2-8372-5e258cd6bb1a","name":"Validate response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response/validate","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","responses",":response","validate"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"},{"key":"response","value":"0","description":"The response ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"228"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:17:28 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"Z7acB4Ndbvfh2s7Re0omOC89ALFEj2KCcaqGr2nq63Lku1Y4VqeQhg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"responseId\": \"9c51daf8-413a-f011-93e1-00155d96040a\",\n        \"success\": true,\n        \"errors\": []\n    }\n}"}],"_postman_id":"9ee6e5db-a55f-4af0-9c04-323b2b204fd2"},{"name":"Get response","id":"789ec642-fed7-4a58-96b0-31118678787c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","responses",":response"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"},{"description":{"content":"<p>The response ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"response"}]}},"response":[{"id":"973356da-0da1-48b6-85f6-5c3d2d87e0d6","name":"Get response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","responses",":response"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"},{"key":"response","value":"0","description":"The response ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"381"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:12:00 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 75a13c74495137fb5435dc4030981df6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"dZ71YzSU4sebrAJLaAeeFFmOqttvksBpIH5TTV0DuedEXfeoOInItg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9c51daf8-413a-f011-93e1-00155d96040a\",\n        \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"answers\": [\n            {\n                \"question\": \"a02379d0-9d48-48d4-a4a6-056b4beaff09\",\n                \"value\": \"Herr\",\n                \"isFile\": false,\n                \"bindingMember\": \"SalutationLookup\"\n            },\n            {\n                \"question\": \"bfb9b86b-77fc-492c-9138-246863a4ea61\",\n                \"value\": \"Max\",\n                \"isFile\": false,\n                \"bindingMember\": \"FirstName\"\n            },\n            {\n                \"question\": \"a0cf741e-ae2b-4150-8a58-865864530b7d\",\n                \"value\": \"Mustermann\",\n                \"isFile\": false,\n                \"bindingMember\": \"LastName\"\n            }\n        ]\n    }\n}"}],"_postman_id":"789ec642-fed7-4a58-96b0-31118678787c"},{"name":"Update response","id":"153ba571-3bef-4518-a927-7dfc69956223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n        {\r\n            \"question\": \"37daf7d5-ce25-4618-86f3-524c1af80c0d\",\r\n            \"value\": \"Test\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","description":"<p>This endpoint is used to update a survey response.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>answers</code> (array): An array of objects containing the response to each question in the survey. Each object includes:</p>\n<ul>\n<li><p><code>question</code> (string): The unique identifier of the question.</p>\n</li>\n<li><p><code>value</code> (string): The response value to the question.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): The main data object containing the updated survey response details.</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the updated survey response.</p>\n</li>\n<li><p><code>surveyId</code> (string): The ID of the survey associated with the response.</p>\n</li>\n<li><p><code>answers</code> (array): An array of updated answers for the survey questions.</p>\n</li>\n<li><p><code>invalidAnswers</code> (array): An array of any invalid answers submitted in the response</p>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","responses",":response"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"},{"description":{"content":"<p>The response ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"response"}]}},"response":[{"id":"40ee9190-1101-4d3e-b826-62a66f6a451a","name":"Update response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"answers\": [\r\n        {\r\n            \"question\": \"37daf7d5-ce25-4618-86f3-524c1af80c0d\",\r\n            \"value\": \"Test\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","responses",":response"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"},{"key":"response","value":"0","description":"The response ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:23:31 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 df3b3b9f4fa0f79195c56a91cf242364.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"3X3-AVb6OWmVGosiIcpdPirh_XR5gJ4NLIATFVNcQ3oLqEiKhIy2Nw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9c51daf8-413a-f011-93e1-00155d96040a\",\n        \"surveyId\": \"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0=\",\n        \"answers\": [],\n        \"invalidAnswers\": []\n    }\n}"}],"_postman_id":"153ba571-3bef-4518-a927-7dfc69956223"},{"name":"Delete response","id":"510f0af2-5c15-40f1-b4d5-d71adb7fcbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","description":"<p>This endpoint is used to delete a specific response for a survey.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>survey</code>(string): The survey ID</p>\n</li>\n<li><p><code>response</code> (string): The response ID</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><code>success</code> (boolean): Indicates whether the deletion was successful.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","surveys",":survey","responses",":response"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The survey ID</p>\n","type":"text/plain"},"type":"any","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","key":"survey"},{"description":{"content":"<p>The response ID</p>\n","type":"text/plain"},"type":"any","value":"0","key":"response"}]}},"response":[{"id":"6e89b5ec-7f4a-4075-8b82-819a851fe727","name":"Delete response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/surveys/:survey/responses/:response","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","surveys",":survey","responses",":response"],"variable":[{"key":"survey","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0","description":"The survey ID"},{"key":"response","value":"0","description":"The response ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:28:06 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b3fce8903671f8346e7a6a138d2d4610.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"rgJnpbRo8kkLFs1xnxCIQo1XB1UM0G7chJncEE-M9R4dlEVKtQCJTw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"success\": true\n    }\n}"}],"_postman_id":"510f0af2-5c15-40f1-b4d5-d71adb7fcbeb"}],"id":"4184605b-406f-471f-a535-94112d4c9973","_postman_id":"4184605b-406f-471f-a535-94112d4c9973","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}}},{"name":"Lookups","item":[{"name":"Get lookups by name","id":"3af400dd-80be-4baf-8d4d-74c4829ede21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/lookups/:lookupListName","description":"<p>This endpoint retrieves the lookup list data for a specific lookup list name.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><code>lookupListName</code> (string): The name of the lookup list</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>data</code> (object): The main data container.</p>\n<ul>\n<li><p><code>id</code> (number): The ID of the lookup list.</p>\n</li>\n<li><p><code>language</code> (string): The language of the lookup list.</p>\n</li>\n<li><p><code>lookups</code> (array): An array of lookup items.</p>\n<ul>\n<li><p><code>key</code> (string): The key of the lookup item.</p>\n</li>\n<li><p><code>value</code> (string): The value of the lookup item.</p>\n</li>\n<li><p><code>isFreeText</code> (boolean): Indicates if the lookup item allows free text input.</p>\n</li>\n<li><p><code>lookups</code> (array): Nested lookup items, if available.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["survey","v1","lookups",":lookupListName"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[{"description":{"content":"<p>The name of the lookup list</p>\n","type":"text/plain"},"type":"any","value":"P_SAUDI_ARABIA_CITIES","key":"lookupListName"}]}},"response":[{"id":"08179d51-0b67-4ce3-8a47-82398170b0dc","name":"Get countries lookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/lookups/:lookupListName","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","lookups",":lookupListName"],"variable":[{"key":"lookupListName","value":"P_LAENDER_ADITUS","description":"The name of the lookup list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"6311"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:32:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ec85113c6ed859938b3fcfa19bc035f8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"xmfy2Wb_HU2r4swGNzvfGxoOzZk7llIA84nYF5JQbpfSkSrYTr9YjA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"language\": \"de\",\n        \"lookups\": [\n            {\n                \"key\": \"AF\",\n                \"value\": \"Afghanistan\",\n                \"value2\": \"AFG\",\n                \"value3\": \"+93\",\n                \"value4\": \"401\",\n                \"value5\": \"افغانستان\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"EG\",\n                \"value\": \"Ägypten\",\n                \"value2\": \"EGY\",\n                \"value3\": \"+20\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AX\",\n                \"value\": \"Åland\",\n                \"value2\": \"ALA\",\n                \"value3\": \"+358-18\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AL\",\n                \"value\": \"Albanien\",\n                \"value2\": \"ALB\",\n                \"value3\": \"+355\",\n                \"value4\": \"111\",\n                \"value5\": \"Shqipëri\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DZ\",\n                \"value\": \"Algerien\",\n                \"value2\": \"DZA\",\n                \"value3\": \"+213\",\n                \"value4\": \"201\",\n                \"value5\": \"الجزائر\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VI\",\n                \"value\": \"Amerikanische Jungferninseln\",\n                \"value2\": \"VIR\",\n                \"value3\": \"+1-340\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AS\",\n                \"value\": \"Amerikanisch-Samoa\",\n                \"value2\": \"ASM\",\n                \"value3\": \"+1-684\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AD\",\n                \"value\": \"Andorra\",\n                \"value2\": \"AND\",\n                \"value3\": \"+376\",\n                \"value4\": \"111\",\n                \"value5\": \"Andorra\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AO\",\n                \"value\": \"Angola\",\n                \"value2\": \"AGO\",\n                \"value3\": \"+244\",\n                \"value4\": \"201\",\n                \"value5\": \"Angola\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AI\",\n                \"value\": \"Anguilla\",\n                \"value2\": \"AIA\",\n                \"value3\": \"+1-264\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AQ\",\n                \"value\": \"Antarktis\",\n                \"value2\": \"ATA\",\n                \"value3\": \"+672\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AG\",\n                \"value\": \"Antigua und Barbuda\",\n                \"value2\": \"ATG\",\n                \"value3\": \"+1-268\",\n                \"value4\": \"302\",\n                \"value5\": \"Antigua and Barbuda\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GQ\",\n                \"value\": \"Äquatorialguinea\",\n                \"value2\": \"GNQ\",\n                \"value3\": \"+240\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AR\",\n                \"value\": \"Argentinien\",\n                \"value2\": \"ARG\",\n                \"value3\": \"+54\",\n                \"value4\": \"302\",\n                \"value5\": \"Argentina\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AM\",\n                \"value\": \"Armenien\",\n                \"value2\": \"ARM\",\n                \"value3\": \"+374\",\n                \"value4\": \"401\",\n                \"value5\": \"Հայաստան\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AW\",\n                \"value\": \"Aruba\",\n                \"value2\": \"ABW\",\n                \"value3\": \"+297\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AZ\",\n                \"value\": \"Aserbaidschan\",\n                \"value2\": \"AZE\",\n                \"value3\": \"+994\",\n                \"value4\": \"401\",\n                \"value5\": \"Azerbaijan\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ET\",\n                \"value\": \"Äthiopien\",\n                \"value2\": \"ETH\",\n                \"value3\": \"+251\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AU\",\n                \"value\": \"Australien\",\n                \"value2\": \"AUS\",\n                \"value3\": \"+61\",\n                \"value4\": \"501\",\n                \"value5\": \"Australia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BS\",\n                \"value\": \"Bahamas\",\n                \"value2\": \"BHS\",\n                \"value3\": \"+1-242\",\n                \"value4\": \"302\",\n                \"value5\": \"The Bahamas\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BH\",\n                \"value\": \"Bahrain\",\n                \"value2\": \"BHR\",\n                \"value3\": \"+973\",\n                \"value4\": \"401\",\n                \"value5\": \"البحرين\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BD\",\n                \"value\": \"Bangladesch\",\n                \"value2\": \"BGD\",\n                \"value3\": \"+880\",\n                \"value4\": \"402\",\n                \"value5\": \"বাংলাদেশ\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BB\",\n                \"value\": \"Barbados\",\n                \"value2\": \"BRB\",\n                \"value3\": \"+1-246\",\n                \"value4\": \"302\",\n                \"value5\": \"Barbados\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BE\",\n                \"value\": \"Belgien\",\n                \"value2\": \"BEL\",\n                \"value3\": \"+32\",\n                \"value4\": \"101\",\n                \"value5\": \"België / Belgique\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BZ\",\n                \"value\": \"Belize\",\n                \"value2\": \"BLZ\",\n                \"value3\": \"+501\",\n                \"value4\": \"302\",\n                \"value5\": \"Belize\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BJ\",\n                \"value\": \"Benin\",\n                \"value2\": \"BEN\",\n                \"value3\": \"+229\",\n                \"value4\": \"201\",\n                \"value5\": \"Bénin\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BM\",\n                \"value\": \"Bermuda\",\n                \"value2\": \"BMU\",\n                \"value3\": \"+1-441\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BT\",\n                \"value\": \"Bhutan\",\n                \"value2\": \"BTN\",\n                \"value3\": \"+975\",\n                \"value4\": \"402\",\n                \"value5\": \"འབྲུག\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BO\",\n                \"value\": \"Bolivien\",\n                \"value2\": \"BOL\",\n                \"value3\": \"+591\",\n                \"value4\": \"302\",\n                \"value5\": \"Bolivia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BQ\",\n                \"value\": \"Bonaire, Saba, Sint Eustatius\",\n                \"value2\": \"BES\",\n                \"value3\": \"+599\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BA\",\n                \"value\": \"Bosnien und Herzegowina\",\n                \"value2\": \"BIH\",\n                \"value3\": \"+387\",\n                \"value4\": \"111\",\n                \"value5\": \"Bosna i Hercegovina\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BW\",\n                \"value\": \"Botswana\",\n                \"value2\": \"BWA\",\n                \"value3\": \"+267\",\n                \"value4\": \"201\",\n                \"value5\": \"Botswana\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BV\",\n                \"value\": \"Bouvetinsel\",\n                \"value2\": \"BVT\",\n                \"value3\": \"+47\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BR\",\n                \"value\": \"Brasilien\",\n                \"value2\": \"BRA\",\n                \"value3\": \"+55\",\n                \"value4\": \"302\",\n                \"value5\": \"Brasil\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VG\",\n                \"value\": \"Britische Jungferninseln\",\n                \"value2\": \"VGB\",\n                \"value3\": \"+1-284\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IO\",\n                \"value\": \"Britisches Territorium im Indischen Ozean\",\n                \"value2\": \"IOT\",\n                \"value3\": \"+246\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BN\",\n                \"value\": \"Brunei Darussalam\",\n                \"value2\": \"BRN\",\n                \"value3\": \"+673\",\n                \"value4\": \"402\",\n                \"value5\": \"Brunei\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BG\",\n                \"value\": \"Bulgarien\",\n                \"value2\": \"BGR\",\n                \"value3\": \"+359\",\n                \"value4\": \"101\",\n                \"value5\": \"България\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BF\",\n                \"value\": \"Burkina Faso\",\n                \"value2\": \"BFA\",\n                \"value3\": \"+226\",\n                \"value4\": \"201\",\n                \"value5\": \"Burkina Faso\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BI\",\n                \"value\": \"Burundi\",\n                \"value2\": \"BDI\",\n                \"value3\": \"+257\",\n                \"value4\": \"201\",\n                \"value5\": \"Burundi\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CL\",\n                \"value\": \"Chile\",\n                \"value2\": \"CHL\",\n                \"value3\": \"+56\",\n                \"value4\": \"302\",\n                \"value5\": \"Chile\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CN\",\n                \"value\": \"China, Volksrepublik\",\n                \"value2\": \"CHN\",\n                \"value3\": \"+86\",\n                \"value4\": \"402\",\n                \"value5\": \"中国\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CK\",\n                \"value\": \"Cookinseln\",\n                \"value2\": \"COK\",\n                \"value3\": \"+682\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CR\",\n                \"value\": \"Costa Rica\",\n                \"value2\": \"CRI\",\n                \"value3\": \"+506\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CW\",\n                \"value\": \"Curaçao\",\n                \"value2\": \"CUW\",\n                \"value3\": \"+599\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DK\",\n                \"value\": \"Dänemark\",\n                \"value2\": \"DNK\",\n                \"value3\": \"+45\",\n                \"value4\": \"101\",\n                \"value5\": \"Danmark\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DE\",\n                \"value\": \"Deutschland\",\n                \"value2\": \"DEU\",\n                \"value3\": \"+49\",\n                \"value4\": \"100\",\n                \"value5\": \"Deutschland\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DM\",\n                \"value\": \"Dominica\",\n                \"value2\": \"DMA\",\n                \"value3\": \"+1-767\",\n                \"value4\": \"302\",\n                \"value5\": \"Dominica\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DO\",\n                \"value\": \"Dominikanische Republik\",\n                \"value2\": \"DOM\",\n                \"value3\": \"+1-809\",\n                \"value4\": \"302\",\n                \"value5\": \"República Dominicana\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DJ\",\n                \"value\": \"Dschibuti\",\n                \"value2\": \"DJI\",\n                \"value3\": \"+253\",\n                \"value4\": \"201\",\n                \"value5\": \"جيبوتي\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"EC\",\n                \"value\": \"Ecuador\",\n                \"value2\": \"ECU\",\n                \"value3\": \"+593\",\n                \"value4\": \"302\",\n                \"value5\": \"Ecuador\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SV\",\n                \"value\": \"El Salvador\",\n                \"value2\": \"SLV\",\n                \"value3\": \"+503\",\n                \"value4\": \"302\",\n                \"value5\": \"El Salvador\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CI\",\n                \"value\": \"Elfenbeinküste (Côte d'Ivoire)\",\n                \"value2\": \"CIV\",\n                \"value3\": \"+225\",\n                \"value4\": \"201\",\n                \"value5\": \"Côte d\\\\'Ivoire\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ER\",\n                \"value\": \"Eritrea\",\n                \"value2\": \"ERI\",\n                \"value3\": \"+291\",\n                \"value4\": \"201\",\n                \"value5\": \"إريتريا\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"EE\",\n                \"value\": \"Estland\",\n                \"value2\": \"EST\",\n                \"value3\": \"+372\",\n                \"value4\": \"101\",\n                \"value5\": \"Eesti\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SZ\",\n                \"value\": \"Eswatini, Königreich\",\n                \"value2\": \"SWZ\",\n                \"value3\": \"+268\",\n                \"value4\": \"201\",\n                \"value5\": \"eSwatini\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FK\",\n                \"value\": \"Falklandinseln\",\n                \"value2\": \"FLK\",\n                \"value3\": \"+500\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FO\",\n                \"value\": \"Färöer\",\n                \"value2\": \"FRO\",\n                \"value3\": \"+298\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FJ\",\n                \"value\": \"Fidschi\",\n                \"value2\": \"FJI\",\n                \"value3\": \"+679\",\n                \"value4\": \"501\",\n                \"value5\": \"Fiji\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FI\",\n                \"value\": \"Finnland\",\n                \"value2\": \"FIN\",\n                \"value3\": \"+358\",\n                \"value4\": \"101\",\n                \"value5\": \"Suomi\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FR\",\n                \"value\": \"Frankreich\",\n                \"value2\": \"FRA\",\n                \"value3\": \"+33\",\n                \"value4\": \"101\",\n                \"value5\": \"France\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TF\",\n                \"value\": \"Französische Süd- und Antarktisgebiete\",\n                \"value2\": \"ATF\",\n                \"value3\": \"+262\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GF\",\n                \"value\": \"Französisch-Guayana\",\n                \"value2\": \"GUF\",\n                \"value3\": \"+594\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PF\",\n                \"value\": \"Französisch-Polynesien\",\n                \"value2\": \"PYF\",\n                \"value3\": \"+689\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GA\",\n                \"value\": \"Gabun\",\n                \"value2\": \"GAB\",\n                \"value3\": \"+241\",\n                \"value4\": \"201\",\n                \"value5\": \"Gabon\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GM\",\n                \"value\": \"Gambia\",\n                \"value2\": \"GMB\",\n                \"value3\": \"+220\",\n                \"value4\": \"201\",\n                \"value5\": \"The Gambia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GE\",\n                \"value\": \"Georgien\",\n                \"value2\": \"GEO\",\n                \"value3\": \"+995\",\n                \"value4\": \"401\",\n                \"value5\": \"საქართველო\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GH\",\n                \"value\": \"Ghana\",\n                \"value2\": \"GHA\",\n                \"value3\": \"+233\",\n                \"value4\": \"201\",\n                \"value5\": \"Ghana\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GI\",\n                \"value\": \"Gibraltar\",\n                \"value2\": \"GIB\",\n                \"value3\": \"+350\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GD\",\n                \"value\": \"Grenada\",\n                \"value2\": \"GRD\",\n                \"value3\": \"+1-473\",\n                \"value4\": \"302\",\n                \"value5\": \"Grenada\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GR\",\n                \"value\": \"Griechenland\",\n                \"value2\": \"GRC\",\n                \"value3\": \"+30\",\n                \"value4\": \"101\",\n                \"value5\": \"Ελλάδα\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GL\",\n                \"value\": \"Grönland\",\n                \"value2\": \"GRL\",\n                \"value3\": \"+299\",\n                \"value4\": \"301\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GB\",\n                \"value\": \"Großbritannien und Nordirland, Vereinigtes Königreich \",\n                \"value2\": \"GBR\",\n                \"value3\": \"+44\",\n                \"value4\": \"101\",\n                \"value5\": \"United Kingdom\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GP\",\n                \"value\": \"Guadeloupe\",\n                \"value2\": \"GLP\",\n                \"value3\": \"+590\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GU\",\n                \"value\": \"Guam\",\n                \"value2\": \"GUM\",\n                \"value3\": \"+1-671\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GT\",\n                \"value\": \"Guatemala\",\n                \"value2\": \"GTM\",\n                \"value3\": \"+502\",\n                \"value4\": \"302\",\n                \"value5\": \"Guatemala\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GG\",\n                \"value\": \"Guernsey (Kanalinsel)\",\n                \"value2\": \"GGY\",\n                \"value3\": \"+44-1481\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GN\",\n                \"value\": \"Guinea\",\n                \"value2\": \"GIN\",\n                \"value3\": \"+224\",\n                \"value4\": \"201\",\n                \"value5\": \"Guinée\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GW\",\n                \"value\": \"Guinea-Bissau\",\n                \"value2\": \"GNB\",\n                \"value3\": \"+245\",\n                \"value4\": \"201\",\n                \"value5\": \"Guiné-Bissau\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GY\",\n                \"value\": \"Guyana\",\n                \"value2\": \"GUY\",\n                \"value3\": \"+592\",\n                \"value4\": \"302\",\n                \"value5\": \"Guyana\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HT\",\n                \"value\": \"Haiti\",\n                \"value2\": \"HTI\",\n                \"value3\": \"+509\",\n                \"value4\": \"302\",\n                \"value5\": \"Ayiti\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HM\",\n                \"value\": \"Heard und McDonaldinseln\",\n                \"value2\": \"HMD\",\n                \"value3\": \"\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HN\",\n                \"value\": \"Honduras\",\n                \"value2\": \"HND\",\n                \"value3\": \"+504\",\n                \"value4\": \"302\",\n                \"value5\": \"Honduras\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HK\",\n                \"value\": \"Hongkong\",\n                \"value2\": \"HKG\",\n                \"value3\": \"+852\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IN\",\n                \"value\": \"Indien\",\n                \"value2\": \"IND\",\n                \"value3\": \"+91\",\n                \"value4\": \"402\",\n                \"value5\": \"भारत\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ID\",\n                \"value\": \"Indonesien\",\n                \"value2\": \"IDN\",\n                \"value3\": \"+62\",\n                \"value4\": \"402\",\n                \"value5\": \"Indonesia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IM\",\n                \"value\": \"Insel Man\",\n                \"value2\": \"IMN\",\n                \"value3\": \"+44-1624\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IQ\",\n                \"value\": \"Irak\",\n                \"value2\": \"IRQ\",\n                \"value3\": \"+964\",\n                \"value4\": \"401\",\n                \"value5\": \"العراق\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IR\",\n                \"value\": \"Iran, Islamische Republik\",\n                \"value2\": \"IRN\",\n                \"value3\": \"+98\",\n                \"value4\": \"401\",\n                \"value5\": \"ایران\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IE\",\n                \"value\": \"Irland\",\n                \"value2\": \"IRL\",\n                \"value3\": \"+353\",\n                \"value4\": \"101\",\n                \"value5\": \"Éire\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IS\",\n                \"value\": \"Island\",\n                \"value2\": \"ISL\",\n                \"value3\": \"+354\",\n                \"value4\": \"111\",\n                \"value5\": \"Ísland\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IL\",\n                \"value\": \"Israel\",\n                \"value2\": \"ISR\",\n                \"value3\": \"+972\",\n                \"value4\": \"401\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IT\",\n                \"value\": \"Italien\",\n                \"value2\": \"ITA\",\n                \"value3\": \"+39\",\n                \"value4\": \"101\",\n                \"value5\": \"Italia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"JM\",\n                \"value\": \"Jamaika\",\n                \"value2\": \"JAM\",\n                \"value3\": \"+1-876\",\n                \"value4\": \"302\",\n                \"value5\": \"Jamaica\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"JP\",\n                \"value\": \"Japan\",\n                \"value2\": \"JPN\",\n                \"value3\": \"+81\",\n                \"value4\": \"402\",\n                \"value5\": \"日本\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"YE\",\n                \"value\": \"Jemen\",\n                \"value2\": \"YEM\",\n                \"value3\": \"+967\",\n                \"value4\": \"401\",\n                \"value5\": \"Yemen\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"JE\",\n                \"value\": \"Jersey (Kanalinsel)\",\n                \"value2\": \"JEY\",\n                \"value3\": \"+44-1534\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"JO\",\n                \"value\": \"Jordanien\",\n                \"value2\": \"JOR\",\n                \"value3\": \"+962\",\n                \"value4\": \"401\",\n                \"value5\": \"الأردن\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KY\",\n                \"value\": \"Kaimaninseln\",\n                \"value2\": \"CYM\",\n                \"value3\": \"+1-345\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KH\",\n                \"value\": \"Kambodscha\",\n                \"value2\": \"KHM\",\n                \"value3\": \"+855\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CM\",\n                \"value\": \"Kamerun\",\n                \"value2\": \"CMR\",\n                \"value3\": \"+237\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CA\",\n                \"value\": \"Kanada\",\n                \"value2\": \"CAN\",\n                \"value3\": \"+1\",\n                \"value4\": \"301\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CV\",\n                \"value\": \"Kap Verde\",\n                \"value2\": \"CPV\",\n                \"value3\": \"+238\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KZ\",\n                \"value\": \"Kasachstan\",\n                \"value2\": \"KAZ\",\n                \"value3\": \"+7\",\n                \"value4\": \"402\",\n                \"value5\": \"Қазақстан\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"QA\",\n                \"value\": \"Katar\",\n                \"value2\": \"QAT\",\n                \"value3\": \"+974\",\n                \"value4\": \"401\",\n                \"value5\": \"Qatar\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KE\",\n                \"value\": \"Kenia\",\n                \"value2\": \"KEN\",\n                \"value3\": \"+254\",\n                \"value4\": \"201\",\n                \"value5\": \"Kenya\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KG\",\n                \"value\": \"Kirgisistan\",\n                \"value2\": \"KGZ\",\n                \"value3\": \"+996\",\n                \"value4\": \"402\",\n                \"value5\": \"Кыргызстан\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KI\",\n                \"value\": \"Kiribati\",\n                \"value2\": \"KIR\",\n                \"value3\": \"+686\",\n                \"value4\": \"501\",\n                \"value5\": \"Kiribati\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CC\",\n                \"value\": \"Kokosinseln\",\n                \"value2\": \"CCK\",\n                \"value3\": \"+61\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CO\",\n                \"value\": \"Kolumbien\",\n                \"value2\": \"COL\",\n                \"value3\": \"+57\",\n                \"value4\": \"302\",\n                \"value5\": \"Colombia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KM\",\n                \"value\": \"Komoren\",\n                \"value2\": \"COM\",\n                \"value3\": \"+269\",\n                \"value4\": \"201\",\n                \"value5\": \"جزر القمر\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CD\",\n                \"value\": \"Kongo, Demokratische Republik\",\n                \"value2\": \"COD\",\n                \"value3\": \"+243\",\n                \"value4\": \"201\",\n                \"value5\": \"Republique Démocratique du Congo\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KP\",\n                \"value\": \"Korea, Demokratische Volksrepublik (Nordkorea)\",\n                \"value2\": \"PRK\",\n                \"value3\": \"+850\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KR\",\n                \"value\": \"Korea, Republik (Südkorea)\",\n                \"value2\": \"KOR\",\n                \"value3\": \"+82\",\n                \"value4\": \"402\",\n                \"value5\": \"South Korea\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"XK\",\n                \"value\": \"Kosovo\",\n                \"value2\": \"XKX\",\n                \"value3\": \"+383\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HR\",\n                \"value\": \"Kroatien\",\n                \"value2\": \"HRV\",\n                \"value3\": \"+385\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CU\",\n                \"value\": \"Kuba\",\n                \"value2\": \"CUB\",\n                \"value3\": \"+53\",\n                \"value4\": \"302\",\n                \"value5\": \"Cuba\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KW\",\n                \"value\": \"Kuwait\",\n                \"value2\": \"KWT\",\n                \"value3\": \"+965\",\n                \"value4\": \"401\",\n                \"value5\": \"الكويت\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LA\",\n                \"value\": \"Laos, Demokratische Volksrepublik\",\n                \"value2\": \"LAO\",\n                \"value3\": \"+856\",\n                \"value4\": \"402\",\n                \"value5\": \"ສປປລາວ\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LS\",\n                \"value\": \"Lesotho\",\n                \"value2\": \"LSO\",\n                \"value3\": \"+266\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LV\",\n                \"value\": \"Lettland\",\n                \"value2\": \"LVA\",\n                \"value3\": \"+371\",\n                \"value4\": \"101\",\n                \"value5\": \"Latvija\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LB\",\n                \"value\": \"Libanon\",\n                \"value2\": \"LBN\",\n                \"value3\": \"+961\",\n                \"value4\": \"401\",\n                \"value5\": \"لبنان\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LR\",\n                \"value\": \"Liberia\",\n                \"value2\": \"LBR\",\n                \"value3\": \"+231\",\n                \"value4\": \"201\",\n                \"value5\": \"Liberia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LY\",\n                \"value\": \"Libysch-Arabische Dschamahirija (Libyen)\",\n                \"value2\": \"LBY\",\n                \"value3\": \"+218\",\n                \"value4\": \"201\",\n                \"value5\": \"ليبيا\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LI\",\n                \"value\": \"Liechtenstein\",\n                \"value2\": \"LIE\",\n                \"value3\": \"+423\",\n                \"value4\": \"111\",\n                \"value5\": \"Liechtenstein\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LT\",\n                \"value\": \"Litauen\",\n                \"value2\": \"LTU\",\n                \"value3\": \"+370\",\n                \"value4\": \"101\",\n                \"value5\": \"Lietuva\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LU\",\n                \"value\": \"Luxemburg\",\n                \"value2\": \"LUX\",\n                \"value3\": \"+352\",\n                \"value4\": \"101\",\n                \"value5\": \"Lëtzebuerg\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MO\",\n                \"value\": \"Macao\",\n                \"value2\": \"MAC\",\n                \"value3\": \"+853\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MG\",\n                \"value\": \"Madagaskar\",\n                \"value2\": \"MDG\",\n                \"value3\": \"+261\",\n                \"value4\": \"201\",\n                \"value5\": \"Madagascar\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MW\",\n                \"value\": \"Malawi\",\n                \"value2\": \"MWI\",\n                \"value3\": \"+265\",\n                \"value4\": \"201\",\n                \"value5\": \"Malawi\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MY\",\n                \"value\": \"Malaysia\",\n                \"value2\": \"MYS\",\n                \"value3\": \"+60\",\n                \"value4\": \"402\",\n                \"value5\": \"Malaysia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MV\",\n                \"value\": \"Malediven\",\n                \"value2\": \"MDV\",\n                \"value3\": \"+960\",\n                \"value4\": \"402\",\n                \"value5\": \"Maldives\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ML\",\n                \"value\": \"Mali\",\n                \"value2\": \"MLI\",\n                \"value3\": \"+223\",\n                \"value4\": \"201\",\n                \"value5\": \"Mali\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MT\",\n                \"value\": \"Malta\",\n                \"value2\": \"MLT\",\n                \"value3\": \"+356\",\n                \"value4\": \"101\",\n                \"value5\": \"Malta\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MA\",\n                \"value\": \"Marokko\",\n                \"value2\": \"MAR\",\n                \"value3\": \"+212\",\n                \"value4\": \"201\",\n                \"value5\": \"Maroc\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MH\",\n                \"value\": \"Marshallinseln\",\n                \"value2\": \"MHL\",\n                \"value3\": \"+692\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MQ\",\n                \"value\": \"Martinique\",\n                \"value2\": \"MTQ\",\n                \"value3\": \"+596\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MR\",\n                \"value\": \"Mauretanien\",\n                \"value2\": \"MRT\",\n                \"value3\": \"+222\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MU\",\n                \"value\": \"Mauritius\",\n                \"value2\": \"MUS\",\n                \"value3\": \"+230\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"YT\",\n                \"value\": \"Mayotte\",\n                \"value2\": \"MYT\",\n                \"value3\": \"+262\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MX\",\n                \"value\": \"Mexiko\",\n                \"value2\": \"MEX\",\n                \"value3\": \"+52\",\n                \"value4\": \"302\",\n                \"value5\": \"México\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FM\",\n                \"value\": \"Mikronesien\",\n                \"value2\": \"FSM\",\n                \"value3\": \"+691\",\n                \"value4\": \"501\",\n                \"value5\": \"Micronesia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MD\",\n                \"value\": \"Moldawien (Republik Moldau)\",\n                \"value2\": \"MDA\",\n                \"value3\": \"+373\",\n                \"value4\": \"111\",\n                \"value5\": \"Moldova\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MC\",\n                \"value\": \"Monaco\",\n                \"value2\": \"MCO\",\n                \"value3\": \"+377\",\n                \"value4\": \"111\",\n                \"value5\": \"Monaco\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MN\",\n                \"value\": \"Mongolei\",\n                \"value2\": \"MNG\",\n                \"value3\": \"+976\",\n                \"value4\": \"401\",\n                \"value5\": \"Монгол\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ME\",\n                \"value\": \"Montenegro\",\n                \"value2\": \"MNE\",\n                \"value3\": \"+382\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MS\",\n                \"value\": \"Montserrat\",\n                \"value2\": \"MSR\",\n                \"value3\": \"+1-664\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MZ\",\n                \"value\": \"Mosambik\",\n                \"value2\": \"MOZ\",\n                \"value3\": \"+258\",\n                \"value4\": \"201\",\n                \"value5\": \"Moçambique\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MM\",\n                \"value\": \"Myanmar (Burma)\",\n                \"value2\": \"MMR\",\n                \"value3\": \"+95\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NA\",\n                \"value\": \"Namibia\",\n                \"value2\": \"NAM\",\n                \"value3\": \"+264\",\n                \"value4\": \"201\",\n                \"value5\": \"Namibia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NR\",\n                \"value\": \"Nauru\",\n                \"value2\": \"NRU\",\n                \"value3\": \"+674\",\n                \"value4\": \"501\",\n                \"value5\": \"Nauru\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NP\",\n                \"value\": \"Nepal\",\n                \"value2\": \"NPL\",\n                \"value3\": \"+977\",\n                \"value4\": \"402\",\n                \"value5\": \"नेपाल\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NC\",\n                \"value\": \"Neukaledonien\",\n                \"value2\": \"NCL\",\n                \"value3\": \"+687\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NZ\",\n                \"value\": \"Neuseeland\",\n                \"value2\": \"NZL\",\n                \"value3\": \"+64\",\n                \"value4\": \"501\",\n                \"value5\": \"New Zealand\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NI\",\n                \"value\": \"Nicaragua\",\n                \"value2\": \"NIC\",\n                \"value3\": \"+505\",\n                \"value4\": \"302\",\n                \"value5\": \"Nicaragua\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NL\",\n                \"value\": \"Niederlande\",\n                \"value2\": \"NLD\",\n                \"value3\": \"+31\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AN\",\n                \"value\": \"Niederländische Antillen\",\n                \"value2\": \"ANT\",\n                \"value3\": \"+599\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NE\",\n                \"value\": \"Niger\",\n                \"value2\": \"NER\",\n                \"value3\": \"+227\",\n                \"value4\": \"201\",\n                \"value5\": \"Niger\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NG\",\n                \"value\": \"Nigeria\",\n                \"value2\": \"NGA\",\n                \"value3\": \"+234\",\n                \"value4\": \"201\",\n                \"value5\": \"Nigeria\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NU\",\n                \"value\": \"Niue\",\n                \"value2\": \"NIU\",\n                \"value3\": \"+683\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MP\",\n                \"value\": \"Nördliche Marianen\",\n                \"value2\": \"MNP\",\n                \"value3\": \"+1-670\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MK\",\n                \"value\": \"Nordmazedonien\",\n                \"value2\": \"MKD\",\n                \"value3\": \"+389\",\n                \"value4\": \"111\",\n                \"value5\": \"Северна Македонија\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NF\",\n                \"value\": \"Norfolkinsel\",\n                \"value2\": \"NFK\",\n                \"value3\": \"+672\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"NO\",\n                \"value\": \"Norwegen\",\n                \"value2\": \"NOR\",\n                \"value3\": \"+47\",\n                \"value4\": \"111\",\n                \"value5\": \"Norge\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"OM\",\n                \"value\": \"Oman\",\n                \"value2\": \"OMN\",\n                \"value3\": \"+968\",\n                \"value4\": \"401\",\n                \"value5\": \"Oman\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AT\",\n                \"value\": \"Österreich\",\n                \"value2\": \"AUT\",\n                \"value3\": \"+43\",\n                \"value4\": \"101\",\n                \"value5\": \"Österreich\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TL\",\n                \"value\": \"Osttimor (Timor-Leste)\",\n                \"value2\": \"TLS\",\n                \"value3\": \"+670\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PK\",\n                \"value\": \"Pakistan\",\n                \"value2\": \"PAK\",\n                \"value3\": \"+92\",\n                \"value4\": \"401\",\n                \"value5\": \"Pakistan\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PS\",\n                \"value\": \"Palästinensische Autonomiegebiete\",\n                \"value2\": \"PSE\",\n                \"value3\": \"+970\",\n                \"value4\": \"401\",\n                \"value5\": \"Dولة فلسطين\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PW\",\n                \"value\": \"Palau\",\n                \"value2\": \"PLW\",\n                \"value3\": \"+680\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PA\",\n                \"value\": \"Panama\",\n                \"value2\": \"PAN\",\n                \"value3\": \"+507\",\n                \"value4\": \"302\",\n                \"value5\": \"Panamá\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PG\",\n                \"value\": \"Papua-Neuguinea\",\n                \"value2\": \"PNG\",\n                \"value3\": \"+675\",\n                \"value4\": \"501\",\n                \"value5\": \"Papua New Guinea\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PY\",\n                \"value\": \"Paraguay\",\n                \"value2\": \"PRY\",\n                \"value3\": \"+595\",\n                \"value4\": \"302\",\n                \"value5\": \"Paraguay\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PE\",\n                \"value\": \"Peru\",\n                \"value2\": \"PER\",\n                \"value3\": \"+51\",\n                \"value4\": \"302\",\n                \"value5\": \"Perú\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PH\",\n                \"value\": \"Philippinen\",\n                \"value2\": \"PHL\",\n                \"value3\": \"+63\",\n                \"value4\": \"402\",\n                \"value5\": \"Philippines\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PN\",\n                \"value\": \"Pitcairninseln\",\n                \"value2\": \"PCN\",\n                \"value3\": \"+870\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PL\",\n                \"value\": \"Polen\",\n                \"value2\": \"POL\",\n                \"value3\": \"+48\",\n                \"value4\": \"101\",\n                \"value5\": \"Polska\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PT\",\n                \"value\": \"Portugal\",\n                \"value2\": \"PRT\",\n                \"value3\": \"+351\",\n                \"value4\": \"101\",\n                \"value5\": \"Portugal\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PR\",\n                \"value\": \"Puerto Rico\",\n                \"value2\": \"PRI\",\n                \"value3\": \"+1-787\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CG\",\n                \"value\": \"Republik Kongo\",\n                \"value2\": \"COG\",\n                \"value3\": \"+242\",\n                \"value4\": \"201\",\n                \"value5\": \"Republique du Congo\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RE\",\n                \"value\": \"Réunion\",\n                \"value2\": \"REU\",\n                \"value3\": \"+262\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RW\",\n                \"value\": \"Ruanda\",\n                \"value2\": \"RWA\",\n                \"value3\": \"+250\",\n                \"value4\": \"201\",\n                \"value5\": \"Rwanda\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RO\",\n                \"value\": \"Rumänien\",\n                \"value2\": \"ROU\",\n                \"value3\": \"+40\",\n                \"value4\": \"101\",\n                \"value5\": \"Romania\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RU\",\n                \"value\": \"Russische Föderation\",\n                \"value2\": \"RUS\",\n                \"value3\": \"+7\",\n                \"value4\": \"111\",\n                \"value5\": \"Россия\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BL\",\n                \"value\": \"Saint-Barthélemy\",\n                \"value2\": \"BLM\",\n                \"value3\": \"+590\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"MF\",\n                \"value\": \"Saint-Martin (franz. Teil)\",\n                \"value2\": \"MAF\",\n                \"value3\": \"+590\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PM\",\n                \"value\": \"Saint-Pierre und Miquelon\",\n                \"value2\": \"SPM\",\n                \"value3\": \"+508\",\n                \"value4\": \"301\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SB\",\n                \"value\": \"Salomonen\",\n                \"value2\": \"SLB\",\n                \"value3\": \"+677\",\n                \"value4\": \"501\",\n                \"value5\": \"Solomon Islands\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ZM\",\n                \"value\": \"Sambia\",\n                \"value2\": \"ZMB\",\n                \"value3\": \"+260\",\n                \"value4\": \"201\",\n                \"value5\": \"Zambia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"WS\",\n                \"value\": \"Samoa\",\n                \"value2\": \"WSM\",\n                \"value3\": \"+685\",\n                \"value4\": \"501\",\n                \"value5\": \"Samoa\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SM\",\n                \"value\": \"San Marino\",\n                \"value2\": \"SMR\",\n                \"value3\": \"+378\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ST\",\n                \"value\": \"São Tomé und Príncipe\",\n                \"value2\": \"STP\",\n                \"value3\": \"+239\",\n                \"value4\": \"201\",\n                \"value5\": \"Sao Tome and Principe\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SA\",\n                \"value\": \"Saudi-Arabien\",\n                \"value2\": \"SAU\",\n                \"value3\": \"+966\",\n                \"value4\": \"401\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SE\",\n                \"value\": \"Schweden\",\n                \"value2\": \"SWE\",\n                \"value3\": \"+46\",\n                \"value4\": \"101\",\n                \"value5\": \"Sweden\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CH\",\n                \"value\": \"Schweiz\",\n                \"value2\": \"CHE\",\n                \"value3\": \"+41\",\n                \"value4\": \"111\",\n                \"value5\": \"Switzerland\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SN\",\n                \"value\": \"Senegal\",\n                \"value2\": \"SEN\",\n                \"value3\": \"+221\",\n                \"value4\": \"201\",\n                \"value5\": \"Senegal\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RS\",\n                \"value\": \"Serbien\",\n                \"value2\": \"SRB\",\n                \"value3\": \"+381\",\n                \"value4\": \"111\",\n                \"value5\": \"Serbia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SC\",\n                \"value\": \"Seychellen\",\n                \"value2\": \"SYC\",\n                \"value3\": \"+248\",\n                \"value4\": \"201\",\n                \"value5\": \"Seychelles\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SL\",\n                \"value\": \"Sierra Leone\",\n                \"value2\": \"SLE\",\n                \"value3\": \"+232\",\n                \"value4\": \"201\",\n                \"value5\": \"Sierra Leone\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ZW\",\n                \"value\": \"Simbabwe\",\n                \"value2\": \"ZWE\",\n                \"value3\": \"+263\",\n                \"value4\": \"201\",\n                \"value5\": \"Zimbabwe\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SG\",\n                \"value\": \"Singapur\",\n                \"value2\": \"SGP\",\n                \"value3\": \"+65\",\n                \"value4\": \"402\",\n                \"value5\": \"Singapore\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SX\",\n                \"value\": \"Sint Maarten\",\n                \"value2\": \"SXM\",\n                \"value3\": \"+599\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SK\",\n                \"value\": \"Slowakei\",\n                \"value2\": \"SVK\",\n                \"value3\": \"+421\",\n                \"value4\": \"101\",\n                \"value5\": \"Slovensko\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SI\",\n                \"value\": \"Slowenien\",\n                \"value2\": \"SVN\",\n                \"value3\": \"+386\",\n                \"value4\": \"101\",\n                \"value5\": \"Slovenija\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SO\",\n                \"value\": \"Somalia\",\n                \"value2\": \"SOM\",\n                \"value3\": \"+252\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ES\",\n                \"value\": \"Spanien\",\n                \"value2\": \"ESP\",\n                \"value3\": \"+34\",\n                \"value4\": \"101\",\n                \"value5\": \"Spain\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LK\",\n                \"value\": \"Sri Lanka\",\n                \"value2\": \"LKA\",\n                \"value3\": \"+94\",\n                \"value4\": \"402\",\n                \"value5\": \"Sri Lanka\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SH\",\n                \"value\": \"St. Helena, Ascension und Tristan da Cunha\",\n                \"value2\": \"SHN\",\n                \"value3\": \"+290\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"KN\",\n                \"value\": \"St. Kitts und Nevis\",\n                \"value2\": \"KNA\",\n                \"value3\": \"+1-869\",\n                \"value4\": \"302\",\n                \"value5\": \"Saint Kitts and Nevis\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"LC\",\n                \"value\": \"St. Lucia\",\n                \"value2\": \"LCA\",\n                \"value3\": \"+1-758\",\n                \"value4\": \"302\",\n                \"value5\": \"Saint Lucia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VC\",\n                \"value\": \"St. Vincent und die Grenadinen\",\n                \"value2\": \"VCT\",\n                \"value3\": \"+1-784\",\n                \"value4\": \"302\",\n                \"value5\": \"Saint Vincent and the Grenadines\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ZA\",\n                \"value\": \"Südafrika\",\n                \"value2\": \"ZAF\",\n                \"value3\": \"+27\",\n                \"value4\": \"201\",\n                \"value5\": \"South Africa\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SD\",\n                \"value\": \"Sudan\",\n                \"value2\": \"SDN\",\n                \"value3\": \"+249\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"GS\",\n                \"value\": \"Südgeorgien und die Südlichen Sandwichinseln\",\n                \"value2\": \"SGS\",\n                \"value3\": \"\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SS\",\n                \"value\": \"Südsudan\",\n                \"value2\": \"SSD\",\n                \"value3\": \"+211\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SR\",\n                \"value\": \"Suriname\",\n                \"value2\": \"SUR\",\n                \"value3\": \"+597\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SJ\",\n                \"value\": \"Svalbard und Jan Mayen\",\n                \"value2\": \"SJM\",\n                \"value3\": \"+47\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"SY\",\n                \"value\": \"Syrien, Arabische Republik\",\n                \"value2\": \"SYR\",\n                \"value3\": \"+963\",\n                \"value4\": \"401\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TJ\",\n                \"value\": \"Tadschikistan\",\n                \"value2\": \"TJK\",\n                \"value3\": \"+992\",\n                \"value4\": \"402\",\n                \"value5\": \"Tajikistan\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TW\",\n                \"value\": \"Taiwan (Republik China)\",\n                \"value2\": \"TWN\",\n                \"value3\": \"+886\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TZ\",\n                \"value\": \"Tansania, Vereinigte Republik\",\n                \"value2\": \"TZA\",\n                \"value3\": \"+255\",\n                \"value4\": \"201\",\n                \"value5\": \"Tanzania\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TH\",\n                \"value\": \"Thailand\",\n                \"value2\": \"THA\",\n                \"value3\": \"+66\",\n                \"value4\": \"402\",\n                \"value5\": \"Thailand\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TG\",\n                \"value\": \"Togo\",\n                \"value2\": \"TGO\",\n                \"value3\": \"+228\",\n                \"value4\": \"201\",\n                \"value5\": \"Togo\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TK\",\n                \"value\": \"Tokelau\",\n                \"value2\": \"TKL\",\n                \"value3\": \"+690\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TO\",\n                \"value\": \"Tonga\",\n                \"value2\": \"TON\",\n                \"value3\": \"+676\",\n                \"value4\": \"501\",\n                \"value5\": \"Tonga\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TT\",\n                \"value\": \"Trinidad und Tobago\",\n                \"value2\": \"TTO\",\n                \"value3\": \"+1-868\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TD\",\n                \"value\": \"Tschad\",\n                \"value2\": \"TCD\",\n                \"value3\": \"+235\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CZ\",\n                \"value\": \"Tschechische Republik\",\n                \"value2\": \"CZE\",\n                \"value3\": \"+420\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TN\",\n                \"value\": \"Tunesien\",\n                \"value2\": \"TUN\",\n                \"value3\": \"+216\",\n                \"value4\": \"201\",\n                \"value5\": \"Tunisia\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TR\",\n                \"value\": \"Türkei\",\n                \"value2\": \"TUR\",\n                \"value3\": \"+90\",\n                \"value4\": \"111\",\n                \"value5\": \"Türkiye\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TM\",\n                \"value\": \"Turkmenistan\",\n                \"value2\": \"TKM\",\n                \"value3\": \"+993\",\n                \"value4\": \"402\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TC\",\n                \"value\": \"Turks- und Caicosinseln\",\n                \"value2\": \"TCA\",\n                \"value3\": \"+1-649\",\n                \"value4\": \"302\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"TV\",\n                \"value\": \"Tuvalu\",\n                \"value2\": \"TUV\",\n                \"value3\": \"+688\",\n                \"value4\": \"501\",\n                \"value5\": \"Tuvalu\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"UG\",\n                \"value\": \"Uganda\",\n                \"value2\": \"UGA\",\n                \"value3\": \"+256\",\n                \"value4\": \"201\",\n                \"value5\": \"Uganda\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"UA\",\n                \"value\": \"Ukraine\",\n                \"value2\": \"UKR\",\n                \"value3\": \"+380\",\n                \"value4\": \"111\",\n                \"value5\": \"Ukraine\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"HU\",\n                \"value\": \"Ungarn\",\n                \"value2\": \"HUN\",\n                \"value3\": \"+36\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"UM\",\n                \"value\": \"United States Minor Outlying Islands\",\n                \"value2\": \"UMI\",\n                \"value3\": \"+1\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"UY\",\n                \"value\": \"Uruguay\",\n                \"value2\": \"URY\",\n                \"value3\": \"+598\",\n                \"value4\": \"302\",\n                \"value5\": \"Uruguay\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"US\",\n                \"value\": \"USA\",\n                \"value3\": \"+1\",\n                \"value5\": \"United States of America\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"UZ\",\n                \"value\": \"Usbekistan\",\n                \"value2\": \"UZB\",\n                \"value3\": \"+998\",\n                \"value4\": \"402\",\n                \"value5\": \"Uzbekistan\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VU\",\n                \"value\": \"Vanuatu\",\n                \"value2\": \"VUT\",\n                \"value3\": \"+678\",\n                \"value4\": \"501\",\n                \"value5\": \"Vanuatu\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VA\",\n                \"value\": \"Vatikanstadt\",\n                \"value2\": \"VAT\",\n                \"value3\": \"+379\",\n                \"value4\": \"111\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VE\",\n                \"value\": \"Venezuela\",\n                \"value2\": \"VEN\",\n                \"value3\": \"+58\",\n                \"value4\": \"302\",\n                \"value5\": \"Venezuela\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"AE\",\n                \"value\": \"Vereinigte Arabische Emirate\",\n                \"value2\": \"ARE\",\n                \"value3\": \"+971\",\n                \"value4\": \"401\",\n                \"value5\": \"United Arab Emirates\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"US\",\n                \"value\": \"Vereinigte Staaten von Amerika\",\n                \"value2\": \"USA\",\n                \"value3\": \"+1\",\n                \"value4\": \"301\",\n                \"value5\": \"United States of America\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"VN\",\n                \"value\": \"Vietnam\",\n                \"value2\": \"VNM\",\n                \"value3\": \"+84\",\n                \"value4\": \"402\",\n                \"value5\": \"Việt Nam\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"WF\",\n                \"value\": \"Wallis und Futuna\",\n                \"value2\": \"WLF\",\n                \"value3\": \"+681\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CX\",\n                \"value\": \"Weihnachtsinsel\",\n                \"value2\": \"CXR\",\n                \"value3\": \"+61\",\n                \"value4\": \"501\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"BY\",\n                \"value\": \"Weißrussland (Belarus)\",\n                \"value2\": \"BLR\",\n                \"value3\": \"+375\",\n                \"value4\": \"111\",\n                \"value5\": \"Беларусь\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"EH\",\n                \"value\": \"Westsahara\",\n                \"value2\": \"ESH\",\n                \"value3\": \"+212\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CF\",\n                \"value\": \"Zentralafrikanische Republik\",\n                \"value2\": \"CAF\",\n                \"value3\": \"+236\",\n                \"value4\": \"201\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"CY\",\n                \"value\": \"Zypern\",\n                \"value2\": \"CYP\",\n                \"value3\": \"+357\",\n                \"value4\": \"101\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            }\n        ]\n    }\n}"},{"id":"33c5fc5b-443a-4f33-8b32-8e945fff4e44","name":"Get salutations lookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/lookups/:lookupListName","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","lookups",":lookupListName"],"variable":[{"key":"lookupListName","value":"P_ANREDEN","description":"The name of the lookup list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:36:48 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8eee0c5143f92bd7600d25e3dc25ce5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"3pzAa0mVc38lI3moOw9PAQWYTZfN0b0xV12zlP4E-nBBU3FROKXe4g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"language\": \"de\",\n        \"lookups\": [\n            {\n                \"key\": \"Divers\",\n                \"value\": \"Divers\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Frau\",\n                \"value\": \"Frau\",\n                \"value3\": \"2\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Herr\",\n                \"value\": \"Herr\",\n                \"value3\": \"1\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Sir_good\",\n                \"value\": \"Sir\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            }\n        ]\n    }\n}"},{"id":"7d41c9ee-12dd-449c-85c5-260ea59c5cba","name":"Get languages lookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/lookups/:lookupListName","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","lookups",":lookupListName"],"variable":[{"key":"lookupListName","value":"P_SPRACHEN","description":"The name of the lookup list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:37:20 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8eee0c5143f92bd7600d25e3dc25ce5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"nvE1npVM259dy7yHUMhbAXotSwTX_s8yPpitAGnADL4VqOijYli-gA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"language\": \"de\",\n        \"lookups\": [\n            {\n                \"key\": \"AR\",\n                \"value\": \"Arabisch\",\n                \"value2\": \"ARA\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"zh\",\n                \"value\": \"Chinesisch\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DA\",\n                \"value\": \"Dänisch\",\n                \"value2\": \"DK\",\n                \"value3\": \"6\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"DE\",\n                \"value\": \"Deutsch\",\n                \"value2\": \"DEU\",\n                \"value3\": \"1\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"EN\",\n                \"value\": \"Englisch\",\n                \"value2\": \"ENG\",\n                \"value3\": \"4\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"FR\",\n                \"value\": \"Französisch\",\n                \"value2\": \"FRA\",\n                \"value3\": \"2\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"IT\",\n                \"value\": \"Italienisch\",\n                \"value2\": \"ITA\",\n                \"value3\": \"3\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"PL\",\n                \"value\": \"Polnisch\",\n                \"value2\": \"pol\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"RU\",\n                \"value\": \"Russisch\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"ES\",\n                \"value\": \"Spanisch\",\n                \"value2\": \"SPA\",\n                \"value3\": \"5\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            }\n        ]\n    }\n}"},{"id":"c837339c-81ec-4425-8da9-f42248e5ab3b","name":"Get Saudia Arabian cities lookup","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/survey/v1/lookups/:lookupListName","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["survey","v1","lookups",":lookupListName"],"variable":[{"key":"lookupListName","value":"P_SAUDI_ARABIA_CITIES","description":"The name of the lookup list"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"527"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:37:52 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 8eee0c5143f92bd7600d25e3dc25ce5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"mH_tWB2_7fS8L_sWckXS1HwvpiXe0DuXfnZzNeg0c3JSYSCDEuO7uQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2245,\n        \"language\": \"de\",\n        \"lookups\": [\n            {\n                \"key\": \"Riyadh\",\n                \"value\": \"Riad\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Abha\",\n                \"value\": \"Abha\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Afif\",\n                \"value\": \"Afif\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Baha\",\n                \"value\": \"Al-Baha\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Khafji\",\n                \"value\": \"Al-Chafdschi\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Kharj\",\n                \"value\": \"Al-Chardsch\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Khobar\",\n                \"value\": \"Al-Chubar\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Jubail\",\n                \"value\": \"Al-Dschubail\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Ghat\",\n                \"value\": \"Al-Ghat\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Hofuf\",\n                \"value\": \"Al-Hufuf\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Qassim\",\n                \"value\": \"Al-Kassim\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Muzahimiyah\",\n                \"value\": \"Al-Musahimija\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Ula\",\n                \"value\": \"Al-Ula\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Wajh\",\n                \"value\": \"Al-Wadschh\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Al Zulfi\",\n                \"value\": \"Al-Zulfi\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Arar\",\n                \"value\": \"Arar\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Bisha\",\n                \"value\": \"Bisha\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Buraydah\",\n                \"value\": \"Buraida\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Khamis Mushait\",\n                \"value\": \"Chamis Muschait\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Dammam\",\n                \"value\": \"Dammam\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Dhahran\",\n                \"value\": \"Dhahran\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Diriyah\",\n                \"value\": \"Diriyya\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Jeddah\",\n                \"value\": \"Dschidda\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Jizan\",\n                \"value\": \"Dschizan\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Durma\",\n                \"value\": \"Durma\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Hail\",\n                \"value\": \"Hail\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Hawtat Bani Tamim\",\n                \"value\": \"Hautat Bani Tamim\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Medina\",\n                \"value\": \"Medina\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Mecca\",\n                \"value\": \"Mekka\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Najran\",\n                \"value\": \"Nadschran\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Rabigh\",\n                \"value\": \"Rabigh\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Ras Tanura\",\n                \"value\": \"Ras Tanura\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Rimah\",\n                \"value\": \"Rimah\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Sakaka\",\n                \"value\": \"Sakaka\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Shaqra\",\n                \"value\": \"Schaqra\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Tabuk\",\n                \"value\": \"Tabuk\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Taif\",\n                \"value\": \"Taif\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Thadiq\",\n                \"value\": \"Thadiq\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Turaif\",\n                \"value\": \"Turaif\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Unaizah\",\n                \"value\": \"Unaisa\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            },\n            {\n                \"key\": \"Yanbu\",\n                \"value\": \"Yanbu\",\n                \"isFreeText\": false,\n                \"lookups\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"3af400dd-80be-4baf-8d4d-74c4829ede21"}],"id":"ccd082ce-82f7-4900-adf5-1ed107c80563","_postman_id":"ccd082ce-82f7-4900-adf5-1ed107c80563","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}}},{"name":"Get swagger document","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8155e7cb-46b9-403c-b141-d49d9991fb46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/survey","description":"<p>This endpoint makes a request to retrieve the Swagger documentation for the survey API.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response for this request is a JSON schema that includes the Swagger documentation for the survey API. The schema will provide detailed information about the endpoints, request parameters, response formats, and any additional information related to the surveys.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":true,"source":{"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d","id":"ddbed9b4-f96c-4352-8e19-d5060532595d","name":"Survey","type":"folder"}},"urlObject":{"path":["systems","swagger","survey"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"8a253b04-d672-4271-a4a2-a5d8e1df2bfa","name":"Get Swagger document","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/survey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"2048"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 26 May 2025 15:41:59 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 36cd2d0f34e25c2dc5099656a60bedac.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"WbnFcXrVrCz9b8Y9BB0FdmM8A_9I6_hum4VstruqKDmY9ja7Wqz7Ug=="}],"cookie":[],"responseTime":null,"body":"{\n    \"x-generator\": \"NSwag v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))\",\n    \"openapi\": \"3.0.0\",\n    \"info\": {\n        \"title\": \"ADITUS API\",\n        \"version\": \"1.0.0\"\n    },\n    \"servers\": [\n        {\n            \"url\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/\"\n        }\n    ],\n    \"paths\": {\n        \"/survey/v1/lookups/{name}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Lookups\"\n                ],\n                \"operationId\": \"Lookups_GetLookupsByName\",\n                \"parameters\": [\n                    {\n                        \"name\": \"name\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetLookupsResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_GetSurveyById\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfSurvey\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/validate\": {\n            \"post\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_ValidateAnswers\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"payload\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/ValidateSurveyAnswersRequestPayload\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfValidateSurveyAnswersResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/responses\": {\n            \"post\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_CreateResponse\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"body\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetSurveyResponseAnswersRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 2\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfCreateSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/responses/{responseId}\": {\n            \"put\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_UpdateResponsePUT\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"body\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetSurveyResponseAnswersRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"patch\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_UpdateResponsePATCH\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"requestBody\": {\n                    \"x-name\": \"body\",\n                    \"content\": {\n                        \"application/json\": {\n                            \"schema\": {\n                                \"$ref\": \"#/components/schemas/SetSurveyResponseAnswersRequest\"\n                            }\n                        }\n                    },\n                    \"required\": true,\n                    \"x-position\": 3\n                },\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfUpdateSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"get\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_GetResponse\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"delete\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_DeleteResponse\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfDeleteSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/responses/{responseId}/validate\": {\n            \"post\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_ValidateResponse\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfValidateSurveyResponseResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/reponses/{responseId}/files\": {\n            \"post\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_UploadFile\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/survey/v1/surveys/{surveyId}/reponses/{responseId}/files/{fileId}\": {\n            \"put\": {\n                \"tags\": [\n                    \"Surveys\"\n                ],\n                \"operationId\": \"Surveys_UpdateFile\",\n                \"parameters\": [\n                    {\n                        \"name\": \"surveyId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"responseId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"fileId\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"guid\"\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"components\": {\n        \"schemas\": {\n            \"SimpleApiResponseOfGetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetLookupsResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetLookupsResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"language\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"Lookup\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value2\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value3\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value4\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value5\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isFreeText\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lookups\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/Lookup\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfSurvey\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/Survey\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"Survey\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"pages\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyPage\"\n                        }\n                    }\n                }\n            },\n            \"SurveyPage\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"lists\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestionList\"\n                        }\n                    }\n                }\n            },\n            \"SurveyQuestionList\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"description\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"title\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"questions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestion\"\n                        }\n                    },\n                    \"styles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"SurveyQuestion\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"label\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"informationText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"isReadOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"defaultAnswer\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"attributes\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestionAttribute\"\n                        }\n                    },\n                    \"condition\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ISurveyQuestionCondition\"\n                            }\n                        ]\n                    },\n                    \"validators\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestionValidator\"\n                        }\n                    },\n                    \"modifiers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestionModifier\"\n                        }\n                    },\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"useLookupData\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lookupDataName\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lookupDataUrl\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"lookupDataValueKey\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"styles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"type\": \"string\"\n                        }\n                    },\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"sets\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/QuestionSet\"\n                        }\n                    }\n                }\n            },\n            \"SurveyQuestionAttribute\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ISurveyQuestionCondition\": {\n                \"type\": \"object\",\n                \"x-abstract\": true,\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/SurveyQuestionConditionType\"\n                    },\n                    \"failureBehavior\": {\n                        \"$ref\": \"#/components/schemas/QuestionHandleFailType\"\n                    }\n                }\n            },\n            \"SurveyQuestionConditionType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Conjunction\",\n                    \"Comparison\",\n                    \"Time\"\n                ],\n                \"enum\": [\n                    \"Conjunction\",\n                    \"Comparison\",\n                    \"Time\"\n                ]\n            },\n            \"QuestionHandleFailType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"FadeOut\",\n                    \"Disable\"\n                ],\n                \"enum\": [\n                    \"FadeOut\",\n                    \"Disable\"\n                ]\n            },\n            \"SurveyQuestionValidator\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"trigger\": {\n                        \"$ref\": \"#/components/schemas/AccessMoment\"\n                    },\n                    \"informationText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"errorText\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"AccessMoment\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"None\",\n                    \"OnValueChanged\",\n                    \"OnEnter\",\n                    \"OnLeave\",\n                    \"OnClick\",\n                    \"OnPageLeave\"\n                ],\n                \"enum\": [\n                    \"None\",\n                    \"OnValueChanged\",\n                    \"OnEnter\",\n                    \"OnLeave\",\n                    \"OnClick\",\n                    \"OnPageLeave\"\n                ]\n            },\n            \"SurveyQuestionModifier\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"sort\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"trigger\": {\n                        \"$ref\": \"#/components/schemas/AccessMoment\"\n                    },\n                    \"properties\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {\n                            \"type\": \"string\"\n                        }\n                    }\n                }\n            },\n            \"QuestionSet\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"isDefault\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"condition\": {\n                        \"type\": \"object\",\n                        \"nullable\": true,\n                        \"additionalProperties\": {}\n                    },\n                    \"questions\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestion\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfValidateSurveyAnswersResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ValidateSurveyAnswersResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ValidateSurveyAnswersResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"surveyAnswers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyAnswer\"\n                        }\n                    },\n                    \"success\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"errors\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseValidationError\"\n                        }\n                    }\n                }\n            },\n            \"SurveyAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SurveyResponseValidationError\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"errorMessage\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"validator\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"question\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ValidateSurveyAnswersRequestPayload\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyAnswer\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfCreateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/CreateSurveyResponseResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"CreateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseAnswer\"\n                        }\n                    },\n                    \"invalidAnswers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/InvalidSurveyResponseAnswer\"\n                        }\n                    }\n                }\n            },\n            \"SurveyResponseAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"question\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"isFile\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"bindingMember\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"InvalidSurveyResponseAnswer\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"question\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"errors\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyQuestionValidationError\"\n                        }\n                    }\n                }\n            },\n            \"SurveyQuestionValidationError\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"errorMessage\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"validator\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"SetSurveyResponseAnswersRequest\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseAnswer\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfUpdateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/UpdateSurveyResponseResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"UpdateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseAnswer\"\n                        }\n                    },\n                    \"invalidAnswers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/InvalidSurveyResponseAnswer\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfGetSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetSurveyResponseResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"answers\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseAnswer\"\n                        }\n                    }\n                }\n            },\n            \"SimpleApiResponseOfDeleteSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/DeleteSurveyResponseResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"DeleteSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"success\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            },\n            \"SimpleApiResponseOfValidateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ValidateSurveyResponseResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ValidateSurveyResponseResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"surveyId\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"responseId\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"success\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"errors\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/SurveyResponseValidationError\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"8155e7cb-46b9-403c-b141-d49d9991fb46"}],"id":"ddbed9b4-f96c-4352-8e19-d5060532595d","description":"<p>A survey is an instrument for systematic data collection. It consists of a series of questions designed to collect specific information from visitors. Main topics are:</p>\n<ul>\n<li><p>Dynamic form: A survey can be considered a dynamic form because it offers the ability to query varying data. The structure of the form can change depending on the user's answers, making it flexible and customizable.</p>\n</li>\n<li><p>Questionnaire: The Questionnaire is a collection of questions designed to collect specific information. These questions can be open or closed and have different formats such as multiple choice, open answer, rating scales, etc.</p>\n</li>\n<li><p>UseCase and Dimensions: Surveys can be created for different use cases, depending on the specific goals of data collection. The dimensions refer to the different aspects or topics covered by the questionnaire. For example, different dimensions of a survey could be customer satisfaction, product preferences, demographic information, etc.</p>\n</li>\n</ul>\n<p>Surveys are used in various areas, from market research to customer satisfaction analyzes to scientific studies. They are an effective means of collecting quantitative and qualitative data from a sample of the target audience.</p>\n<p>The surveys are accessed via the <strong>Survey</strong>-API:</p>\n<ul>\n<li><p>survey/v1/surveys</p>\n</li>\n<li><p>survey/v1/lookups</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"grant_type","value":"<grant_type>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"accessTokenUrl","value":"<access-token-url>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0cf9dda7-6084-451e-b8b3-8d93b3b99439","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"bd0e1d10-db3d-49de-aa7a-a06a3bba94cd","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"ddbed9b4-f96c-4352-8e19-d5060532595d"},{"name":"Assets","item":[{"name":"Themes","item":[{"name":"Get theme","id":"97bf47d7-60ac-47c9-be99-5aa563f95e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/themes/:name?context=event:ed24&subContext=articleGroup:{{ARTICLEGROUP}}","description":"<p>This endpoint retrieves the theme for a shop based on the provided context.</p>\n<h2 id=\"request\">Request</h2>\n<p><code>context</code> (string, required)</p>\n<p>The context can be an event, an appearance, an exhibitor or an order item.</p>\n<p><code>subContext</code> (string, optional)</p>\n<p>The sub context can be an article group.</p>\n<h2 id=\"response\">Response</h2>\n<p>The API returns a JSON object with the following properties:</p>\n<ul>\n<li><p><code>id</code> (string): The ID of the theme.</p>\n</li>\n<li><p><code>name</code> (string): The name of the theme.</p>\n</li>\n<li><p><code>product</code> (string): The product associated with the theme.</p>\n</li>\n<li><p><code>context</code> (object): The context details including type and ID.</p>\n<ul>\n<li><p><code>type</code> (string): The type of the context.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the context.</p>\n</li>\n</ul>\n</li>\n<li><p><code>subContext</code> (object): The sub context details including type and ID.</p>\n<ul>\n<li><p><code>type</code> (string): The type of the context.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the context.</p>\n</li>\n</ul>\n</li>\n<li><p><code>styles</code> (array): An array of style objects.</p>\n<ul>\n<li><p><code>key</code> (string): The key of the style.</p>\n</li>\n<li><p><code>value</code> (string): The value of the style.</p>\n</li>\n<li><p><code>type</code> (string): The type of the style.</p>\n</li>\n</ul>\n</li>\n<li><p><code>images</code> (array): An array of image objects.</p>\n<ul>\n<li><p><code>key</code> (string): The key of the image.</p>\n</li>\n<li><p><code>uri</code> (string): The URI of the image.</p>\n</li>\n<li><p><code>type</code> (string): The type of the image.</p>\n</li>\n<li><p><code>size</code> (string): The size of the image.</p>\n</li>\n</ul>\n</li>\n<li><p><code>customCss</code> (string): The custom CSS associated with the theme.</p>\n</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","themes",":name"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>Schema: \"{type}:{id}\"</p>\n","type":"text/plain"},"key":"context","value":"event:ed24"},{"description":{"content":"<p>Schema: \"{type}:{id}\"</p>\n","type":"text/plain"},"key":"subContext","value":"articleGroup:{{ARTICLEGROUP}}"}],"variable":[{"description":{"content":"<p>Name of the theme that is fetched</p>\n","type":"text/plain"},"type":"any","value":"Shop","key":"name"}]}},"response":[{"id":"e39f6139-05c7-472f-be3e-65d45af9442b","name":"Get event theme","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/themes/:name?context=event:ed24&subContext=articleGroup:{{ARTICLEGROUP}}","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","themes",":name"],"query":[{"key":"context","value":"event:ed24","description":"Schema: \"{type}:{id}\""},{"key":"subContext","value":"articleGroup:{{ARTICLEGROUP}}","type":"text"}],"variable":[{"key":"name","value":"Shop","description":"Name of the theme that is fetched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"947"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 05 May 2025 12:53:58 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"4N-4a7bMP_mhs57zDTjD5Xb2QdzRboXz0Bs3VlQ3qkVvzZQdXlyk2g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3e6c6263-f529-4ae4-be7d-ce2980bc2553\",\n        \"name\": \"Shop\",\n        \"product\": \"Shop\",\n        \"context\": {\n            \"type\": \"event\",\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\"\n        },\n        \"styles\": [\n            {\n                \"key\": \"THEME_SHOP_COLOR_PRIMARY\",\n                \"value\": \"#00A4CC\",\n                \"type\": \"ColorPrimary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_COLOR_SECONDARY\",\n                \"value\": \"#000000\",\n                \"type\": \"ColorSecondary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_USE_STICKY_HEADER\",\n                \"value\": \"True\",\n                \"type\": \"UseStickyHeader\"\n            },\n            {\n                \"key\": \"THEME_SHOP_SHOW_BRAND_TEXT\",\n                \"value\": \"False\",\n                \"type\": \"ShowEventBrandText\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ARTICLE_ICON_SET\",\n                \"value\": \"Default\",\n                \"type\": \"ArticleIconSet\"\n            },\n            {\n                \"key\": \"THEME_SHOP_CHECKOUT_PANEL_POSITION\",\n                \"value\": \"Right\",\n                \"type\": \"CheckoutPanelPosition\"\n            },\n            {\n                \"key\": \"THEME_SHOP_TOGGLE_ONLY_ONE_ARTICLE_GROUP\",\n                \"value\": \"False\",\n                \"type\": \"ToggleOnlyOneArticleGroup\"\n            },\n            {\n                \"key\": \"THEME_SHOP_NUMBER_OF_MAIN_NAVIGATION_LINKS\",\n                \"value\": \"4\",\n                \"type\": \"NumberOfMainNavigationLinks\"\n            }\n        ],\n        \"images\": [\n            {\n                \"key\": \"THEME_SHOP_BANNER_SMALL\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_SMALL?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=3f4af255d5b88fc1a52e8abedda94ee53c9ca06ba5e4b77cfb0758f5b4483959\",\n                \"type\": \"Banner\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"THEME_SHOP_BANNER_LARGE\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_LARGE?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=b523e7464539afd4442882a09eac4ff9a0a5ad177a28b929c923e8f965dff093\",\n                \"type\": \"Banner\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_DARK_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Logo\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Logo\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_DARK_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Icon\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=event:f2e25737-4990-ee11-93cf-00155d960409&language=en&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            }\n        ],\n        \"customCss\": \"\"\n    }\n}"},{"id":"0f2077c1-64d8-474f-9269-4f1deeadcb11","name":"Get appearance theme","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/themes/:name?context=appearance:A7C0A981-8312-EF11-93D7-00155D96040A","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","themes",":name"],"query":[{"key":"context","value":"appearance:A7C0A981-8312-EF11-93D7-00155D96040A","description":"Schema: \"{type}:{id}\""}],"variable":[{"key":"name","value":"Shop","description":"Name of the theme that is fetched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1225"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 05 May 2025 12:54:25 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"KkCnuI1xtaTIWglivtBTV0K04V2jAfOJ3b0cSNmK2O0BThzq7zFmDA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3e6c6263-f529-4ae4-be7d-ce2980bc2553\",\n        \"name\": \"Shop\",\n        \"product\": \"Shop\",\n        \"context\": {\n            \"type\": \"appearance\",\n            \"id\": \"a7c0a981-8312-ef11-93d7-00155d96040a\"\n        },\n        \"styles\": [\n            {\n                \"key\": \"THEME_SHOP_COLOR_PRIMARY\",\n                \"value\": \"#00A4CC\",\n                \"type\": \"ColorPrimary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_COLOR_SECONDARY\",\n                \"value\": \"#000000\",\n                \"type\": \"ColorSecondary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_USE_STICKY_HEADER\",\n                \"value\": \"True\",\n                \"type\": \"UseStickyHeader\"\n            },\n            {\n                \"key\": \"THEME_SHOP_SHOW_BRAND_TEXT\",\n                \"value\": \"False\",\n                \"type\": \"ShowEventBrandText\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ARTICLE_ICON_SET\",\n                \"value\": \"Default\",\n                \"type\": \"ArticleIconSet\"\n            },\n            {\n                \"key\": \"THEME_SHOP_CHECKOUT_PANEL_POSITION\",\n                \"value\": \"Right\",\n                \"type\": \"CheckoutPanelPosition\"\n            },\n            {\n                \"key\": \"THEME_SHOP_TOGGLE_ONLY_ONE_ARTICLE_GROUP\",\n                \"value\": \"False\",\n                \"type\": \"ToggleOnlyOneArticleGroup\"\n            },\n            {\n                \"key\": \"THEME_SHOP_NUMBER_OF_MAIN_NAVIGATION_LINKS\",\n                \"value\": \"4\",\n                \"type\": \"NumberOfMainNavigationLinks\"\n            }\n        ],\n        \"images\": [\n            {\n                \"key\": \"THEME_SHOP_BANNER_SMALL\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_SMALL?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=3f4af255d5b88fc1a52e8abedda94ee53c9ca06ba5e4b77cfb0758f5b4483959\",\n                \"type\": \"Banner\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"THEME_SHOP_BANNER_LARGE\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_LARGE?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=b523e7464539afd4442882a09eac4ff9a0a5ad177a28b929c923e8f965dff093\",\n                \"type\": \"Banner\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_DARK_BG?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Logo\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Logo\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_DARK_BG?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Icon\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=253272efc7e67716f46c46ce0dce076a45e54ef10411fe7a2cfa953ad37873a4\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic-medium\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic-medium?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=e9a33b1ca52e42a3fa5847d85a1260095f13dd80c53876eb0f847dc0c733c60e\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Medium\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic-small\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic-small?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=55ffd21d01eb6f6924797e1c673813c5c67ee393d8c469cafdd75c9a2f6802d7\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"ThemeKeyVisual2\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ThemeKeyVisual2?context=appearance:a7c0a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=667c8bbefdd59ecfb44b3685ee8c0d63e2651d2d36d6b39220f80687d52c92a3\",\n                \"type\": \"BannerSecondary\",\n                \"background\": \"Light\",\n                \"size\": \"Large\"\n            }\n        ],\n        \"customCss\": \"\"\n    }\n}"},{"id":"98f2fc37-27ce-40bf-a6d4-2bfa74f4ee75","name":"Get exhibitor theme","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/themes/:name?context=exhibitor:D96FBFB4-CA06-EF11-93D7-00155D96040A","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","themes",":name"],"query":[{"key":"context","value":"exhibitor:D96FBFB4-CA06-EF11-93D7-00155D96040A","description":"Schema: \"{type}:{id}\""}],"variable":[{"key":"name","value":"Shop","description":"Name of the theme that is fetched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"944"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 05 May 2025 12:54:58 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"0RcL0sTwgosvIqsdZMT-W7p9X28HnWFs5z-pqRvyoRU9XyjdbbtMpQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3e6c6263-f529-4ae4-be7d-ce2980bc2553\",\n        \"name\": \"Shop\",\n        \"product\": \"Shop\",\n        \"context\": {\n            \"type\": \"exhibitor\",\n            \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\"\n        },\n        \"styles\": [\n            {\n                \"key\": \"THEME_SHOP_COLOR_PRIMARY\",\n                \"value\": \"#0078D7\",\n                \"type\": \"ColorPrimary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_COLOR_SECONDARY\",\n                \"value\": \"#000000\",\n                \"type\": \"ColorSecondary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_USE_STICKY_HEADER\",\n                \"value\": \"True\",\n                \"type\": \"UseStickyHeader\"\n            },\n            {\n                \"key\": \"THEME_SHOP_SHOW_BRAND_TEXT\",\n                \"value\": \"False\",\n                \"type\": \"ShowEventBrandText\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ARTICLE_ICON_SET\",\n                \"value\": \"Default\",\n                \"type\": \"ArticleIconSet\"\n            },\n            {\n                \"key\": \"THEME_SHOP_CHECKOUT_PANEL_POSITION\",\n                \"value\": \"Right\",\n                \"type\": \"CheckoutPanelPosition\"\n            },\n            {\n                \"key\": \"THEME_SHOP_TOGGLE_ONLY_ONE_ARTICLE_GROUP\",\n                \"value\": \"False\",\n                \"type\": \"ToggleOnlyOneArticleGroup\"\n            },\n            {\n                \"key\": \"THEME_SHOP_NUMBER_OF_MAIN_NAVIGATION_LINKS\",\n                \"value\": \"2\",\n                \"type\": \"NumberOfMainNavigationLinks\"\n            }\n        ],\n        \"images\": [\n            {\n                \"key\": \"THEME_SHOP_BANNER_SMALL\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_SMALL?context=exhibitor:d96fbfb4-ca06-ef11-93d7-00155d96040a&language=en&useFallback=True&v=32b38ee6074c83a95f121481e04b3304d8ffd83161102e4d458e8a7177adc71c\",\n                \"type\": \"Banner\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"THEME_SHOP_BANNER_LARGE\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_LARGE?context=exhibitor:d96fbfb4-ca06-ef11-93d7-00155d96040a&language=en&useFallback=True&v=693765f35cb88c3807e3454dc58c384d2222a9f695924c3d983cfb13f016ce31\",\n                \"type\": \"Banner\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_DARK_BG?context=exhibitor:d96fbfb4-ca06-ef11-93d7-00155d96040a&language=en&useFallback=True&v=cf95f7d54aa7fa21fc69e2fc033a8ddfe68accab68937251bfa57caa62787c16\",\n                \"type\": \"Logo\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=exhibitor:d96fbfb4-ca06-ef11-93d7-00155d96040a&language=en&useFallback=True&v=656163ce9ef972ec50908346af0748bb94102b6ca92a2178256ae45b3ca09e65\",\n                \"type\": \"Logo\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=exhibitor:d96fbfb4-ca06-ef11-93d7-00155d96040a&language=en&useFallback=True&v=cbd3a5a83aa0e01d9dc5e3818f41d4c3fc1bddb604e5aa6635ec901f1d4a9a3e\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            }\n        ],\n        \"customCss\": \"\"\n    }\n}"},{"id":"cd309440-4add-442d-b71e-4576cc8515ac","name":"Get order item theme","originalRequest":{"method":"GET","header":[{"key":"Accept-Language","value":"en","type":"text"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/themes/:name?context=orderItem:88D2A981-8312-EF11-93D7-00155D96040A","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","themes",":name"],"query":[{"key":"context","value":"orderItem:88D2A981-8312-EF11-93D7-00155D96040A","description":"Schema: \"{type}:{id}\""}],"variable":[{"key":"name","value":"Shop","description":"Name of the theme that is fetched"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1226"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"en"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Mon, 05 May 2025 12:55:34 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"FRA60-P1"},{"key":"X-Amz-Cf-Id","value":"gzNBijnrvAeM4fViINrdw6IQT3kkkkIdPilVi_ySOUhEkGxeTIi81w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3e6c6263-f529-4ae4-be7d-ce2980bc2553\",\n        \"name\": \"Shop\",\n        \"product\": \"Shop\",\n        \"context\": {\n            \"type\": \"orderItem\",\n            \"id\": \"88d2a981-8312-ef11-93d7-00155d96040a\"\n        },\n        \"styles\": [\n            {\n                \"key\": \"THEME_SHOP_COLOR_PRIMARY\",\n                \"value\": \"#00A4CC\",\n                \"type\": \"ColorPrimary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_COLOR_SECONDARY\",\n                \"value\": \"#000000\",\n                \"type\": \"ColorSecondary\"\n            },\n            {\n                \"key\": \"THEME_SHOP_USE_STICKY_HEADER\",\n                \"value\": \"True\",\n                \"type\": \"UseStickyHeader\"\n            },\n            {\n                \"key\": \"THEME_SHOP_SHOW_BRAND_TEXT\",\n                \"value\": \"False\",\n                \"type\": \"ShowEventBrandText\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ARTICLE_ICON_SET\",\n                \"value\": \"Default\",\n                \"type\": \"ArticleIconSet\"\n            },\n            {\n                \"key\": \"THEME_SHOP_CHECKOUT_PANEL_POSITION\",\n                \"value\": \"Right\",\n                \"type\": \"CheckoutPanelPosition\"\n            },\n            {\n                \"key\": \"THEME_SHOP_TOGGLE_ONLY_ONE_ARTICLE_GROUP\",\n                \"value\": \"False\",\n                \"type\": \"ToggleOnlyOneArticleGroup\"\n            },\n            {\n                \"key\": \"THEME_SHOP_NUMBER_OF_MAIN_NAVIGATION_LINKS\",\n                \"value\": \"4\",\n                \"type\": \"NumberOfMainNavigationLinks\"\n            }\n        ],\n        \"images\": [\n            {\n                \"key\": \"THEME_SHOP_BANNER_SMALL\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_SMALL?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=3f4af255d5b88fc1a52e8abedda94ee53c9ca06ba5e4b77cfb0758f5b4483959\",\n                \"type\": \"Banner\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"THEME_SHOP_BANNER_LARGE\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_BANNER_LARGE?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=b523e7464539afd4442882a09eac4ff9a0a5ad177a28b929c923e8f965dff093\",\n                \"type\": \"Banner\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_DARK_BG?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Logo\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_LOGO_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_LOGO_LIGHT_BG?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=09f9c3b392f48d10a14cf99420169c897599a88c4d4f2b0b37eb93e83c750a63\",\n                \"type\": \"Logo\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_DARK_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_DARK_BG?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=907ef5911533dc6c17711e5c946aaf4c49b3479c9db1ad7d5199738a3aee76fa\",\n                \"type\": \"Icon\",\n                \"background\": \"Dark\"\n            },\n            {\n                \"key\": \"THEME_SHOP_ICON_LIGHT_BG\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/THEME_SHOP_ICON_LIGHT_BG?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=c59fdd0f40d98e8e328527cbf5155782fa94af2667ea68a037731fbfbd58a7ad\",\n                \"type\": \"Icon\",\n                \"background\": \"Light\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=253272efc7e67716f46c46ce0dce076a45e54ef10411fe7a2cfa953ad37873a4\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Large\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic-medium\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic-medium?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=e9a33b1ca52e42a3fa5847d85a1260095f13dd80c53876eb0f847dc0c733c60e\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Medium\"\n            },\n            {\n                \"key\": \"Backgroundpic-dynamic-small\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/Backgroundpic-dynamic-small?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=55ffd21d01eb6f6924797e1c673813c5c67ee393d8c469cafdd75c9a2f6802d7\",\n                \"type\": \"Background\",\n                \"background\": \"Light\",\n                \"size\": \"Small\"\n            },\n            {\n                \"key\": \"ThemeKeyVisual2\",\n                \"uri\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/theme/v1/Images/ThemeKeyVisual2?context=orderItem:88d2a981-8312-ef11-93d7-00155d96040a&language=en&useFallback=True&v=667c8bbefdd59ecfb44b3685ee8c0d63e2651d2d36d6b39220f80687d52c92a3\",\n                \"type\": \"BannerSecondary\",\n                \"background\": \"Light\",\n                \"size\": \"Large\"\n            }\n        ],\n        \"customCss\": \"\"\n    }\n}"}],"_postman_id":"97bf47d7-60ac-47c9-be99-5aa563f95e90"}],"id":"89b2ed8c-d5cc-49d4-be3e-c219d9891b95","description":"<p>The theme section provides theme information, such as colors, custom styles and links to the theme images.</p>\n<p>Currently this is available for Shop v5 and TERP v5.</p>\n","_postman_id":"89b2ed8c-d5cc-49d4-be3e-c219d9891b95","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Images","item":[{"name":"Get image","id":"64ed026f-4580-482b-8122-e8265dcbbd43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/images/:imageKey?context=orderItem:88D2A981-8312-EF11-93D7-00155D96040A&useFallback=True&language=en","description":"<h2 id=\"request\">Request</h2>\n<p>This endpoint makes an HTTP GET request to retrieve a dynamic background picture for a specific context, with the option to use a fallback image and specify the language.</p>\n<p>The context can be an appearance, an exhibitor or a order item.</p>\n<h2 id=\"response\">Response</h2>\n<ul>\n<li><p><code>type</code> (object): The type</p>\n</li>\n<li><p><code>properties</code>: The properties of the image</p>\n<ul>\n<li><p><code>imageURL</code>: The image URL</p>\n<ul>\n<li><code>type</code> (string): The type of the image URL</li>\n</ul>\n</li>\n<li><p><code>dimensions</code>: The with and height of the image</p>\n<ul>\n<li><p><code>type</code> (object)</p>\n</li>\n<li><p><code>properties</code>:</p>\n<ul>\n<li><p><code>width</code>:</p>\n<ul>\n<li><code>type</code> (integer)</li>\n</ul>\n</li>\n<li><p><code>height</code>:</p>\n<ul>\n<li><code>type</code> (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>metadata</code>: The metadata of the image</p>\n<ul>\n<li><p><code>type</code> (object)</p>\n</li>\n<li><p><code>additional properties</code> (boolean)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response will include the details of the image, such as the image URL, dimensions, and any additional metadata.</p>\n<p><em>(It is not possible to save media type responses as examples in this documentation.)</em></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","images",":imageKey"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>Schema: \"{type}:{id}\"</p>\n","type":"text/plain"},"key":"context","value":"orderItem:88D2A981-8312-EF11-93D7-00155D96040A"},{"key":"useFallback","value":"True"},{"key":"language","value":"en"}],"variable":[{"type":"any","value":"Backgroundpic-dynamic","key":"imageKey"}]}},"response":[],"_postman_id":"64ed026f-4580-482b-8122-e8265dcbbd43"},{"name":"Get icon from icon set","id":"e971ffe4-ac4d-4ebb-bbaa-a852d473eeea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/images/:name/:resourceContext/:resourceSetName/:resourceName?context=article:a14c213c-c2d1-ef11-93d9-00155d96040a&language=en&foregroundColor=%23000080","description":"<p>This endpoint retrieves a theme image based on the provided parameters.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><code>name</code>: Represents the name of the image.</p>\n</li>\n<li><p><code>resourceContext</code>: Specifies the resource context.</p>\n</li>\n<li><p><code>resourceSetName</code>: Indicates the resource set name.</p>\n</li>\n<li><p><code>resourceName</code>: Specifies the resource name.</p>\n</li>\n<li><p><code>context</code>: Represents the item ID.</p>\n</li>\n<li><p><code>language</code>: Specifies the language for the image.</p>\n</li>\n<li><p><code>foregroundColor</code>: Specifies the foreground color for the image.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response includes the requested icon.</p>\n<p><em>(It is not possible to save media type responses as examples in this documentation.)</em></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","images",":name",":resourceContext",":resourceSetName",":resourceName"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"context","value":"article:a14c213c-c2d1-ef11-93d9-00155d96040a"},{"key":"language","value":"en"},{"key":"foregroundColor","value":"%23000080"}],"variable":[{"description":{"content":"<p>The scope of the image</p>\n","type":"text/plain"},"type":"any","value":"Shop","key":"name"},{"description":{"content":"<p>The context of the image</p>\n","type":"text/plain"},"type":"any","value":"ArticleImage","key":"resourceContext"},{"description":{"content":"<p>The set name</p>\n","type":"text/plain"},"type":"any","value":"Default","key":"resourceSetName"},{"description":{"content":"<p>The name of the resource</p>\n","type":"text/plain"},"type":"any","value":"OneDayTicket","key":"resourceName"}]}},"response":[],"_postman_id":"e971ffe4-ac4d-4ebb-bbaa-a852d473eeea"}],"id":"8f31eaac-1385-4938-bf31-4938a2738180","_postman_id":"8f31eaac-1385-4938-bf31-4938a2738180","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Receipts","item":[{"name":"Get receipt","id":"cde457eb-1f48-4db7-adc8-d368acafe1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/receipts/:identifier?s=LtDxHzfZZHsAg","description":"<h2 id=\"request\">Request</h2>\n<p>This endpoint makes an HTTP GET request to retrieve a receipt with the given receipt identifier. The required security hash has to be specified.</p>\n<ul>\n<li><p><code>receipt</code> (string, required): identifier for the receipt: UUID</p>\n</li>\n<li><p><code>s</code> (string, required): security hash for the receipt</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be the receipt as a PDF file.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","receipts",":identifier"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>Security hash to verify the user is allowed to download the receipt</p>\n","type":"text/plain"},"key":"s","value":"LtDxHzfZZHsAg"}],"variable":[{"description":{"content":"<p>Identifier for the receipt: UUID </p>\n","type":"text/plain"},"type":"any","value":"","key":"identifier"}]}},"response":[{"id":"05b9924d-36dd-4b5a-a4c9-fa15679dddf6","name":"Get receipt by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/receipts/:receipt?s=LtDxHzfZZHsAg","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","receipts",":receipt"],"query":[{"key":"s","value":"LtDxHzfZZHsAg","description":"Security hash to verify the user is allowed to download the receipt"}],"variable":[{"key":"receipt","value":"878e4457-4ede-4537-9a40-abbc3e49a832","description":"Identifier of the receipt - Either the id or the receipt number"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0f9df96a-2b23-4c2d-a7d4-75e8e9af4976","name":"Get receipt by number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/receipts/:receipt?s=LtDxHzfZZHsAg","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","receipts",":receipt"],"query":[{"key":"s","value":"LtDxHzfZZHsAg","description":"Security hash to verify the user is allowed to download the receipt"}],"variable":[{"key":"receipt","value":"8888-2025-8888509061","description":"Identifier of the receipt - Either the id or the receipt number"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cde457eb-1f48-4db7-adc8-d368acafe1ce"}],"id":"8631a5b2-6b92-4f73-81af-17fa39d53002","_postman_id":"8631a5b2-6b92-4f73-81af-17fa39d53002","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Tickets","item":[{"name":"Get ticket","id":"018b6f0b-375b-40b0-8040-185b37ed2025","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","description":"<h2 id=\"request\">Request</h2>\n<p>This endpoint makes an HTTP GET request to retrieve a ticket with the given identifier and format. The required security hash has to be specified.</p>\n<p>Available formats are: <code>pdf</code>,<code>png</code>,<code>pkpass</code>,<code>googlewallet</code></p>\n<p>Do note though that not all formats might be retrievable depending on the event configuration to which the ticket belongs.</p>\n<p>Parameters</p>\n<ul>\n<li><p><code>identifier</code>(string, required): identifier for the ticket: UUID, ticket number or Regcode</p>\n</li>\n<li><p><code>format</code>(string, required): format to retrieve the ticket in, see above for available formats.</p>\n</li>\n<li><p><code>s</code> (string, required): security hash for the receipt</p>\n</li>\n<li><p><code>layout</code>(string, optional): Layout to create the ticket with. Only available for format <code>pdf</code> and <code>png.</code></p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be the ticket as a file in the according format. Will be displayed inline, when the format allows it.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","tickets",":identifier",":format"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>Security hash to verify the user is allowed to access the ticket</p>\n","type":"text/plain"},"key":"s","value":"hVA9UEQ7D4s7YA"},{"disabled":true,"description":{"content":"<p>Optional: specify the layout to create the ticket with</p>\n","type":"text/plain"},"key":"layout","value":"mTicket"}],"variable":[{"description":{"content":"<p>Identifier for the ticket: ticket id, ticket number or Regcode\n </p>\n","type":"text/plain"},"type":"any","value":"0001480100033990","key":"identifier"},{"description":{"content":"<p>Format to retrieve the ticket in</p>\n","type":"text/plain"},"type":"any","value":"pdf","key":"format"}]}},"response":[{"id":"6d30988d-2ea1-43da-b3bb-74b27f86a709","name":"Get PDF ticket","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or Regcode"},{"key":"format","value":"pdf","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7eb7f61f-718c-4c88-8b61-d1705f9807df","name":"Get apple wallet ticket","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or Regcode"},{"key":"format","value":"pkpass","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"2f918fc4-b15e-4c49-a312-1d5870362a1a","name":"Get google wallet ticket","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or Regcode"},{"key":"format","value":"googlewallet","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3a39e166-b544-40d8-bebb-2059b7bde827","name":"Get ticket by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or barcode "},{"key":"format","value":"pdf","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"992b0eff-7d61-40e1-a5b2-7637785a4405","name":"Get ticket by ticket number","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or barcode "},{"key":"format","value":"pdf","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"3da1d9c6-5a30-4f1b-a9d2-68d1a4d90d52","name":"Get ticket by barcode","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/:identifier/:format?s=hVA9UEQ7D4s7YA","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["assets","v1","tickets",":identifier",":format"],"query":[{"key":"s","value":"hVA9UEQ7D4s7YA","description":"Security hash to verify the user is allowed to access the ticket"}],"variable":[{"key":"identifier","value":"0001480100033990","description":"Identifier for the ticket: ticket id, ticket number or barcode "},{"key":"format","value":"pdf","description":"Format to retrieve the ticket in"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"018b6f0b-375b-40b0-8040-185b37ed2025"}],"id":"e6058fc3-712f-45c6-b120-c2df1825104f","_postman_id":"e6058fc3-712f-45c6-b120-c2df1825104f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Assets","item":[{"name":"Get asset","id":"0aa47a50-bdf1-4792-9e79-37b89e95cd7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/assets/:key?context=orderItem:88D2A981-8312-EF11-93D7-00155D96040A","description":"<h2 id=\"request\">Request</h2>\n<p>This endpoint makes an HTTP GET request to retrieve an asset with the given key and in the specified context.</p>\n<p>Parameters</p>\n<ul>\n<li><p><code>key</code>(string, required): identifier for the asset: <strong>Name of the asset / document</strong></p>\n</li>\n<li><p><code>context</code>(string, required): context to retrieve the asset in, see above for available contexts.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will be the asset as a file. Will be displayed inline, when the file format allows it.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["assets","v1","assets",":key"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>Schema: \"{type}:{id}\"</p>\n","type":"text/plain"},"key":"context","value":"orderItem:88D2A981-8312-EF11-93D7-00155D96040A"}],"variable":[{"type":"any","value":"","key":"key"}]}},"response":[],"_postman_id":"0aa47a50-bdf1-4792-9e79-37b89e95cd7e"}],"id":"4c6bccdf-1f1d-4258-8057-b3f9068707a9","description":"<p>This API section can serve assets uploaded in TERP under the <em>Documents</em> tab.</p>\n<p>For these to be retrievable via the endpoints, these must be explicitly set as public after uploading them.</p>\n<p>It's important to note that these are retrieved via their <strong>type</strong> and not <strong>name/designation</strong> or <strong>file name</strong>.</p>\n<p>Currently the following contexts are supported: <code>Mandator</code>, <code>Fairbrand</code>, <code>Fairevent</code>, <code>Fairevent Appearance</code>, <code>Article</code>.</p>\n","_postman_id":"4c6bccdf-1f1d-4258-8057-b3f9068707a9","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Get swagger document","event":[{"listen":"test","script":{"id":"a8bc81b2-aea7-476a-a255-0cf724cefcd9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript","packages":{}}}],"id":"091f14f5-103e-4c73-b21f-99c250c37fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/assets","description":"<p>This endpoint makes an HTTP GET request to retrieve the Swagger documentation for the survey system.</p>\n<h2 id=\"request\">Request</h2>\n<p>This request does not require a request body.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response will contain the Swagger documentation for the survey system, including information about the available endpoints, request parameters, response formats, and any additional details related to the survey system.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["systems","swagger","assets"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"50fdb52d-3b8e-4984-9fd7-104ea382f21d","name":"Get swagger document","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/systems/swagger/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"1298"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Fri, 25 Jul 2025 07:33:34 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 a85e1510327226089dfd77f1b1c39ad8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD12-P4"},{"key":"X-Amz-Cf-Id","value":"5eW5CbDGUCROpsoZHVhwKsC_gGPHJLL9uPyfnKtgX91MaFOkX9lKxg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"x-generator\": \"NSwag v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))\",\n    \"openapi\": \"3.0.0\",\n    \"info\": {\n        \"title\": \"ADITUS API\",\n        \"version\": \"1.0.0\"\n    },\n    \"servers\": [\n        {\n            \"url\": \"https://experiencedays.aditus.org/ADITUS-DEV-0_API/api/\"\n        }\n    ],\n    \"paths\": {\n        \"/v1/images/{imageKey}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Images\"\n                ],\n                \"operationId\": \"Images_GetImageGET\",\n                \"parameters\": [\n                    {\n                        \"name\": \"imageKey\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"subContext\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"useFallback\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": true\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"v\",\n                        \"in\": \"query\",\n                        \"description\": \"Image version hash\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Images\"\n                ],\n                \"operationId\": \"Images_GetImageHEAD\",\n                \"parameters\": [\n                    {\n                        \"name\": \"imageKey\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"subContext\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"useFallback\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"boolean\",\n                            \"default\": true\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"v\",\n                        \"in\": \"query\",\n                        \"description\": \"Image version hash\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/v1/images/{resourceScope}/{resourceContext}/{resourceSetName}/{resourceName}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Images\"\n                ],\n                \"operationId\": \"Images_GetImageGET2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"resourceScope\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/ResourceScopeType\"\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"resourceContext\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/ResourceContextType\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"resourceSetName\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"resourceName\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            },\n            \"head\": {\n                \"tags\": [\n                    \"Images\"\n                ],\n                \"operationId\": \"Images_GetImageHEAD2\",\n                \"parameters\": [\n                    {\n                        \"name\": \"resourceScope\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/ResourceScopeType\"\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"resourceContext\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/ResourceContextType\"\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"resourceSetName\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    },\n                    {\n                        \"name\": \"resourceName\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 4\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 5\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/octet-stream\": {\n                                \"schema\": {\n                                    \"type\": \"string\",\n                                    \"format\": \"binary\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        },\n        \"/v1/themes/{product}\": {\n            \"get\": {\n                \"tags\": [\n                    \"Themes\"\n                ],\n                \"operationId\": \"Themes_GetThemeByProduct\",\n                \"parameters\": [\n                    {\n                        \"name\": \"product\",\n                        \"in\": \"path\",\n                        \"required\": true,\n                        \"schema\": {\n                            \"$ref\": \"#/components/schemas/ThemableProduct\"\n                        },\n                        \"x-position\": 1\n                    },\n                    {\n                        \"name\": \"context\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 2\n                    },\n                    {\n                        \"name\": \"subContext\",\n                        \"in\": \"query\",\n                        \"schema\": {\n                            \"type\": \"string\",\n                            \"format\": \"type:identifier\",\n                            \"nullable\": true\n                        },\n                        \"x-position\": 3\n                    }\n                ],\n                \"responses\": {\n                    \"200\": {\n                        \"description\": \"\",\n                        \"content\": {\n                            \"application/json\": {\n                                \"schema\": {\n                                    \"$ref\": \"#/components/schemas/SimpleApiResponseOfGetThemeResponse\"\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"components\": {\n        \"schemas\": {\n            \"ResourceScopeType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Shop\"\n                ],\n                \"enum\": [\n                    \"Shop\"\n                ]\n            },\n            \"ResourceContextType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"ArticleImage\"\n                ],\n                \"enum\": [\n                    \"ArticleImage\"\n                ]\n            },\n            \"SimpleApiResponseOfGetThemeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"data\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/GetThemeResponse\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"GetThemeResponse\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"format\": \"guid\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"product\": {\n                        \"$ref\": \"#/components/schemas/ThemableProduct\"\n                    },\n                    \"context\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeContext\"\n                            }\n                        ]\n                    },\n                    \"subContext\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeContext\"\n                            }\n                        ]\n                    },\n                    \"styles\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ThemeStyle\"\n                        }\n                    },\n                    \"images\": {\n                        \"type\": \"array\",\n                        \"nullable\": true,\n                        \"items\": {\n                            \"$ref\": \"#/components/schemas/ThemeImage\"\n                        }\n                    },\n                    \"customCss\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ThemableProduct\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Shop\",\n                    \"TERP\"\n                ],\n                \"enum\": [\n                    \"Shop\",\n                    \"TERP\"\n                ]\n            },\n            \"ThemeContext\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"id\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ThemeStyle\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"value\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    }\n                }\n            },\n            \"ThemeImage\": {\n                \"type\": \"object\",\n                \"additionalProperties\": false,\n                \"properties\": {\n                    \"key\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"uri\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                    },\n                    \"type\": {\n                        \"$ref\": \"#/components/schemas/ThemeImageType\"\n                    },\n                    \"background\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceBackground\"\n                            }\n                        ]\n                    },\n                    \"size\": {\n                        \"nullable\": true,\n                        \"oneOf\": [\n                            {\n                                \"$ref\": \"#/components/schemas/ThemeImageAppearanceSize\"\n                            }\n                        ]\n                    }\n                }\n            },\n            \"ThemeImageType\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ],\n                \"enum\": [\n                    \"Logo\",\n                    \"Icon\",\n                    \"Banner\",\n                    \"Background\",\n                    \"BannerSecondary\"\n                ]\n            },\n            \"ThemeImageAppearanceBackground\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Dark\",\n                    \"Light\"\n                ],\n                \"enum\": [\n                    \"Dark\",\n                    \"Light\"\n                ]\n            },\n            \"ThemeImageAppearanceSize\": {\n                \"type\": \"string\",\n                \"description\": \"\",\n                \"x-enumNames\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ],\n                \"enum\": [\n                    \"Large\",\n                    \"Small\",\n                    \"Medium\"\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"091f14f5-103e-4c73-b21f-99c250c37fea"}],"id":"0187d637-bc4e-43fb-9476-8f04dd353a86","description":"<p><strong>Please prefer using this API section over the deprecated theme API.</strong></p>\n<p>The Assets API serves static content for our products, such as images, tickets and receipts, as well as theming information.</p>\n<p>Generally there are two kinds of assets: public and protected.<br />Protected assets include ticket and receipts while others are public.<br />In addition to the identifier, protected assets require a security hash in form of a query parameter to be accessible.<br />The security hash is already contained in links to assets provided by other parts of the API.</p>\n<h1 id=\"contexts\">Contexts</h1>\n<p>Most assets are identified via their type. This is, however, not a unique identifier, as these assets can exist in different contexts.<br />For example the shop banner (THEME_SHOP_BANNER_LARGE), can be defined on different levels, such as mandator, event or article group and is then displayed on the according pages.<br />Contexts can specify on which level the asset shall be retrieved.<br />This is done in the format <code>type:identifier</code>.</p>\n<p>Available contexts are listed below, though not every context is available on every endpoint.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Context</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Available identifiers</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Mandator</td>\n<td><em>none - implicit</em></td>\n<td></td>\n</tr>\n<tr>\n<td>Fairevent</td>\n<td>event</td>\n<td>URL alias/slug, UUID</td>\n</tr>\n<tr>\n<td>Fairbrand</td>\n<td>fairbrand</td>\n<td>Fairbrand number</td>\n</tr>\n<tr>\n<td>Fairevent appearance</td>\n<td>appearance</td>\n<td>Fairevent appearance number, UUID</td>\n</tr>\n<tr>\n<td>Exhibitor</td>\n<td>exhibitor</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>Article</td>\n<td>article</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>Article Group</td>\n<td>articleGroup</td>\n<td>UUID</td>\n</tr>\n<tr>\n<td>Order Position</td>\n<td>orderItem</td>\n<td>Order position number, UUID</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0187d637-bc4e-43fb-9476-8f04dd353a86","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Ticket purchase and registration","item":[],"id":"c16923fd-fe6d-4783-9dee-e31d1355de7d","description":"<p>The webhooks in the <strong>Ticket Purchase and Registration</strong> area provide all the essential information to represent the complete order and registration process within your own systems. They cover the entire lifecycle of a ticket — from the creation of a cart, through payment processing, to the final registration and any subsequent modifications.</p>\n<p>Each event is clearly defined and delivered with a structured <strong>payload object</strong>. These payloads contain all relevant details about the state of the cart, the buyer, and the transaction. This allows you to integrate webhook events directly into your workflows without repeatedly polling the API.</p>\n<h3 id=\"events\">Events</h3>\n<p>The webhooks in this area cover the following categories of events:</p>\n<ul>\n<li><p><strong>Cart Events</strong>:</p>\n<ul>\n<li><p><code>cart.created</code> – New cart created</p>\n</li>\n<li><p><code>cart.itemsAdded</code> / <code>cart.itemsRemoved</code> – Items added or removed</p>\n</li>\n<li><p><code>cart.checkedout</code> – Checkout process initiated</p>\n</li>\n<li><p><code>cart.deleted</code> – Cart deleted</p>\n</li>\n<li><p><code>cart.propertiesModified</code> – Cart properties modified</p>\n</li>\n<li><p><code>cart.expressCheckoutInitialized</code> – Express checkout initialized</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Buyer &amp; Payment Events</strong>:</p>\n<ul>\n<li><p><code>cart.buyerSet</code> / <code>cart.userSet</code> – Buyer or user details set</p>\n</li>\n<li><p><code>cart.billingSet</code> – Billing details provided</p>\n</li>\n<li><p><code>cart.paymentProviderSet</code> / <code>cart.paymentProviderRemoved</code> – Payment provider added or removed</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Coupon &amp; Discount Events</strong>:</p>\n<ul>\n<li><code>cart.couponAdded</code> / <code>cart.couponRemoved</code> – Coupons applied or removed</li>\n</ul>\n</li>\n<li><p><strong>Legitimation &amp; Document Events</strong>:</p>\n<ul>\n<li><p><code>cart.legitimationAdded</code> – Legitimation process added</p>\n</li>\n<li><p><code>cart.legitimationDocumentAdded</code> / <code>cart.legitimationDocumentRemoved</code> – Documents uploaded or removed</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Registration Events</strong>:</p>\n<ul>\n<li><code>cart.itemRegistrationUpdated</code> – Registration status of specific items updated</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"cartbillingset\">cart.billingSet</h3>\n<h4 id=\"webhook-payload-sample\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"billingSet\": \n{\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"billingPerson\": \n     {\n        \"isPrefilled\": false,\n        \"salutation\": \"Mr.\",\n        \"firstName\": \"Max\",\n        \"lastName\": \"Muster\",\n        \"email\": \"Max@Muster.de\",\n        \"company\": \"Muster GmbH\",\n    \"address\":\n     {\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\",\n        \"county\": \"NI\",\n        \"country\": \"DE\"\n    },\n  \"vatId\": \"EX123456789\"\n }                 \n\n</code></pre>\n<h3 id=\"cartcouponremoved\">cart.couponRemoved</h3>\n<h4 id=\"webhook-payload-sample-1\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   \"couponRemoved\": \n  {\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"code\": \"Example Code01\"\n  }\n\n</code></pre>\n<h3 id=\"cartcouponadded\">cart.couponAdded</h3>\n<h4 id=\"webhook-payload-sample-2\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   \"couponAdded\":\n   {\n      \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n      \"code\": \"Example Coupon Code01\",\n      \"registrationResult\": {\n      \"message\": \"OK\",\n      \"code\": \"OK\"\n      },\n      \"affectedAssortments\": [\n        {\n        \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n        \"name\": \"Example AffectedAssortments Name\",\n        \"description\": \"Example AffectedAssortments Description\",\n        \"sort\": 1,\n        \"isDefault\": true,\n        \"showInShop\": false,\n        \"linkText\": null,\n        \"shortName\": null,\n        \"shortDescription\": null,\n        \"iconSmall\": null,\n        \"iconBig\": null,\n        \"configuration\": {\n          \"maxNumberOfTicketsPerSale\": 10\n        }\n      }\n    ],\n    \"codeType\": \"Voucher\",\n    \"reservation\": {\n      \"id\": \"a6c0a981-8312-ef11-93d7-00155d96040a\",\n      \"validUntil\": \"2025-09-20T15:26:05.5268711+02:00\"\n    },\n      \"article\":\n       {\n        \"prices\": [\n         {\n            \"price\": \n            {\n              \"price\": 16.8,\n              \"grossPrice\": 19.99,\n              \"tax\": 3.19,\n              \"taxRate\": 19.0,\n              \"currency\": \"EUR\"\n            },\n        \"originalPrice\":\n          {\n            \"price\": 16.8,\n            \"grossPrice\": 19.99,\n            \"tax\": 3.19,\n            \"taxRate\": 19.0,\n            \"currency\": \"EUR\"\n          }\n           }\n                 ],\n       \"articleGroup\":\n        {\n          \"id\": \"58fabcf1-17fe-41e4-aadb-b8a63f98668c\",\n          \"name\": \"Example Article Group Name\",\n          \"description\": \"Example Article Group Description\",\n          \"sort\": 0,\n          \"isExpanded\": false,\n          \"configuration\": {\n          \"maxNumberOfTicketsPerSale\": 10\n      }\n      },\n        \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n        \"name\": \"Example Coupon Name\",\n        \"description\": \"Example CouponAdded Description\",\n        \"image\":\n         {\n          \"key\": \"Example key01\",\n          \"uri\": \"https://www.example.com\",\n          \"type\": 2,\n          \"background\": 0,\n          \"size\": 0\n       },\n      \"sort\": 0,\n      \"isLegitimationRequired\": true,\n      \"legitimationCategory\": \n      {\n        \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n        \"name\": \"Example Legitimation Category Name\",\n        \"description\": \"Example Legitimation Category Description\",\n        \"availableProofTypes\":\n         [\n          {\n            \"id\": \"8ce6cf87-47f2-41ba-a5c3-51446e57262a\",\n            \"name\": \"Example availabelProofTypes Name\",\n            \"description\": \"Example AvailableProofType Description\",\n            \"availableDocumentTypes\":\n            [\n              2,\n              1,\n              0\n           ]\n         }\n       ]\n        },\n      \"type\": 16,\n      \"category\": \"Example Category01\",\n      \"amount\": \n      {\n        \"remaining\": 0\n     },\n        \"configuration\": \n        {\n          \"showRemainingAmount\": true,\n          \"showIfSoldOut\": true,\n          \"soldOutText\": \"SoldOut\",\n          \"maxLengthOfDescription\": 100,\n          \"maxNumberOfTicketsPerSale\": 10,\n          \"minNumberOfTicketsPerSale\": 1,\n          \"isInvitationEmailAddressChangePossible\": true\n       }\n     },\n        \"registrationResult\": \n        {\n          \"message\": \"OK\",\n          \"code\": 0\n        },\n        \"affectedAssortments\":\n         [\n          {\n            \"id\": \"f2e25737-4990-ee11-93cf-00155d960409\",\n            \"name\": \"Example AffectedAssortments Name\",\n            \"description\": \"Example AffectedAssortments Description\",\n            \"sort\": 1,\n            \"isDefault\": true,\n        \"configuration\": \n        {\n          \"maxNumberOfTicketsPerSale\": 10\n        }\n          }\n      ],\n        \"codeType\": 1,\n        \"reservation\":\n          {\n            \"id\": \"a6c0a981-8312-ef11-93d7-00155d96040a\",\n            \"validUntil\": \"2024-08-15T15:32:54.0851847+02:00\"\n         }\n      }\n  }\n\n</code></pre>\n<h3 id=\"cartbuyerset\">cart.buyerSet</h3>\n<h4 id=\"webhook-payload-sample-3\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"buyerSet\": \n {\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"buyerPerson\": {\n      \"isPrefilled\": false,\n      \"salutation\": \"Mr.\",\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"address\": \n      {\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\",\n        \"county\": \"NI\",\n        \"country\": \"DE\"\n      },\n     \"vatId\": \"EX123456789\"\n  }\n }\n\n</code></pre>\n<h3 id=\"cartuserset\">cart.userSet</h3>\n<h4 id=\"webhook-payload-sample-4\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"userSet\":\n  {\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"userId\": \"79ddcfb8-9e50-ef11-93d8-00155d96040a\"\n }\n\n</code></pre>\n<h3 id=\"cartlegitimationdocumentremoved\">cart.legitimationDocumentRemoved</h3>\n<h4 id=\"webhook-payload-sample-5\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"legitimationDocumentRemoved\":\n {\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"documentId\":\n   {\n    \"documentType\": 0,\n    \"identifier\": \"bb539802-d777-4a98-924c-16e61d36bb0f\"\n  },\n  \"legitimationIdentifier\":\n   {\n    \"legitimationCategoryId\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n    \"identifier\": \"legitimationDocumentRemoved\",\n    \"type\": 1  \n }                \n\n</code></pre>\n<h3 id=\"cartpaymentproviderremoved\">cart.paymentProviderRemoved</h3>\n<h4 id=\"webhook-payload-sample-6\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"paymentProviderRemoved\":\n  {\n   \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\"\n  }\n\n</code></pre>\n<h3 id=\"cartpaymentproviderset\">cart.paymentProviderSet</h3>\n<h4 id=\"webhook-payload-sample-7\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"paymentProviderSet\":\n {\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"paymentProviderId\": \"6b38d727-3dae-ee11-93d1-00155d96040a\",\n  \"redirectRequired\": true,\n  \"paymentProviderRedirectUrl\": \"https://example.com\",\n  \"expiresAt\": \"2024-08-15T15:39:17.4196788+02:00\"\n }\n\n</code></pre>\n<h3 id=\"cartitemsremoved\">cart.itemsRemoved</h3>\n<h4 id=\"webhook-payload-sample-8\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"itemsRemoved\":\n {\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"items\": \n   [\n    {\n      \"itemId\": \"5b4ffaab-f75b-4627-8d2a-b703ddb84a89\",\n      \"successful\": true,\n      \"article\": \n      {\n        \"prices\":\n         [\n          {\n            \"price\":\n             {\n              \"price\": 10.0,\n              \"grossPrice\": 11.9,\n              \"tax\": 1.9,\n              \"taxRate\": 1.9,\n              \"currency\": \"EUR\"\n            },\n           \"originalPrice\": \n          {\n            \"price\": 10.0,\n            \"grossPrice\": 11.9,\n            \"tax\": 1.9,\n            \"taxRate\": 1.9,\n            \"currency\": \"EUR\"\n         }\n       }\n     ],\n    \"articleGroup\":\n     {\n      \"id\": \"58fabcf1-17fe-41e4-aadb-b8a63f98668c\",\n      \"name\": \"Example ArticleGroup Name\",\n      \"description\": \"Example ArticleGroup Description\",\n      \"sort\": 1,\n      \"isExpanded\": true,\n    \"configuration\": \n     {\n      \"maxNumberOfTicketsPerSale\": 10\n     }\n    },\n    \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n    \"name\": \"Example Article Name\",\n    \"description\": \"Example Article Removed Description\",\n    \"image\":\n     {\n      \"key\": \"Example Image key01\",\n      \"uri\": \"https://www.example.com\",\n      \"type\": 0,\n      \"background\": 1,\n      \"size\": 2\n    },\n    \"sort\": 1,\n    \"isLegitimationRequired\": true,\n    \"legitimationCategory\":\n     {\n      \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n      \"name\": \"Example Legitimation Name\",\n      \"description\": \"Example Legitimation Category01\",\n      \"availableProofTypes\": \n      [\n        {\n          \"id\": \"8ce6cf87-47f2-41ba-a5c3-51446e57262a\",\n          \"name\": \"Example AvailabeleproofType Name\",\n          \"description\": \"Example AvailableProofTypes Description\",\n          \"availableDocumentTypes\":\n        }             \n      [\n       1\n      ]\n         }\n        ]\n     },\n     \"type\": 16,\n     \"category\": \"Example ArticleCategory01\",\n     \"amount\": \n     {\n      \"remaining\": 19988\n     },\n     \"configuration\": null\n  }\n }           \n\n</code></pre>\n<h3 id=\"cartexpresscheckoutinitialized\">cart.expressCheckoutInitialized</h3>\n<h4 id=\"webhook-payload-sample-9\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"expressCheckoutInitialized\": \n {\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\"\n }\n\n</code></pre>\n<h3 id=\"cartpropertiesmodified\">cart.propertiesModified</h3>\n<h4 id=\"webhook-payload-sample-10\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"propertiesModified\":\n {\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"properties\": \n    {\n      \"aid\": \"Super_Affiliate\"\n    }\n }\n\n</code></pre>\n<h3 id=\"cartcreated\">cart.created</h3>\n<h4 id=\"webhook-payload-sample-11\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"cartCreated\": \n{\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\"\n}\n\n</code></pre>\n<h3 id=\"cartitemsadded\">cart.itemsAdded</h3>\n<h4 id=\"webhook-payload-sample-12\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">   \"itemsAdded\": \n{\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"article\": \n   {\n    \"prices\":\n     [\n      {\n        \"price\": \n        {\n          \"price\": 16.8,\n          \"grossPrice\": 19.99,\n          \"tax\": 3.19,\n          \"taxRate\": 19.0,\n          \"currency\": \"EUR\"\n        },\n        \"originalPrice\":\n        {\n          \"price\": 16.8,\n          \"grossPrice\": 19.99,\n          \"tax\": 3.19,\n          \"taxRate\": 19.0,\n          \"currency\": \"EUR\"\n        }\n      }\n    ],\n      \"articleGroup\":\n      {\n        \"id\": \"58fabcf1-17fe-41e4-aadb-b8a63f98668c\",\n        \"name\": \"Example ArticleGroup Name\",\n        \"description\": \"Example ArticleGroup Description\",\n        \"sort\": 1,\n        \"isExpanded\": false,\n        \"configuration\":\n         {\n          \"maxNumberOfTicketsPerSale\": 1\n        }\n      },\n      \"id\": \"2a283eeb-88b3-ee11-93d1-00155d96040a\",\n      \"name\": \"Example Article Name\",\n      \"description\": \"Example Article Description\",\n      \"image\":\n        {\n        \"key\": \"Example Image Key01\",\n        \"uri\": \"https://example.com\",\n        \"type\": 3,\n        \"background\": 0,\n        \"size\": 2\n     },\n    \"sort\": 0,\n    \"isLegitimationRequired\": true,\n    \"legitimationCategory\":\n    {\n      \"id\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n      \"name\": \"Example Category01\",\n      \"description\": \"Example LegitimationCategroy Description\",\n      \"availableProofTypes\": \n      [\n       {\n        \"id\": \"8ce6cf87-47f2-41ba-a5c3-51446e57262a\",\n        \"name\": \"Example AvailableProofType Name\",\n        \"description\": \"Example AvailableProofTypes Description\",\n        \"availableDocumentTypes\": \n        [\n         2\n        ]\n      }\n    ]\n  },\n    \"type\": 256,\n    \"category\": \"Example Categroy01\",\n    \"amount\":\n    {\n      \"remaining\": 9771\n    },\n  \"configuration\": \n  {\n    \"showRemainingAmount\": true,\n    \"showIfSoldOut\": true,\n    \"soldOutText\": \"NO\",\n    \"maxLengthOfDescription\": 100,\n    \"maxNumberOfTicketsPerSale\": 1,\n    \"minNumberOfTicketsPerSale\": 0,\n    \"isInvitationEmailAddressChangePossible\": true\n  }\n  },\n  \"items\":\n  [\n   {\n    \"reservation\":\n    {\n    \"id\": \"a6c0a981-8312-ef11-93d7-00155d96040a\",\n    \"validUntil\": \"2024-08-15T15:43:28.1621714+02:00\"\n    },\n    \"item\": \n    {\n      \"id\": \"5b4ffaab-f75b-4627-8d2a-b703ddb84a89\"\n    }\n  }\n ],\n  \"problems\": []\n  }\n }\n\n</code></pre>\n<h3 id=\"cartitemregistrationupdated\">cart.itemRegistrationUpdated</h3>\n<h4 id=\"webhook-payload-sample-13\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"cart\": {...},\n \"itemRegistrationUpdated\":\n  {\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"id\": \"00000000-0000-0000-0000-000000000000\",\n    \"registration\":\n     {\n      \"type\": 0,\n      \"referencedSurveyResponse\": null,\n      \"answers\": \n      [\n        {\n          \"bindingMember\": \"[CRM.Persons].SalutationLookup\",\n          \"value\": \"Frau\"\n        }\n      ],\n    \"hasInformation\": true\n  }\n}\n\n</code></pre>\n<h3 id=\"cartcheckedout\">cart.checkedout</h3>\n<h4 id=\"webhook-payload-sample-14\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n \"cart\": {...},\n \"cartCheckedout\":\n {\n   \"orderId\": \"ad3a52bc-c67a-40ea-bff9-b6ae54a680a2\",\n   \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\"\n }\n}\n\n</code></pre>\n<h3 id=\"cartdeleted\">cart.deleted</h3>\n<h4 id=\"webhook-payload-sample-15\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"cartDeleted\": \n{\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\"\n}\n\n</code></pre>\n<h3 id=\"cartlegitimationdocumentadded\">cart.legitimationDocumentAdded</h3>\n<h4 id=\"webhook-payload-sample-16\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"legitimationDocumentAdded\": \n{\n  \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n  \"documentId\": \"LegitimationProof:bb539802-d777-4a98-924c-16e61d36bb0f\",\n  \"legitimationId\": \"eyJMZWdpdGltYXRpb25DYXRlZ29yeUlkIjoiZDk2ZmJmYjQtY2EwNi1lZjExLTkzZDctMDAxNTVkOTYwNDBhIiwiSWRlbnRpZmllciI6ImNhcnQubGVnaXRpbWF0aW9uRG9jdW1lbnRBZGRlZCIsIlR5cGUiOjF9\"\n}\n\n</code></pre>\n<h3 id=\"cartlegitimationadded\">cart.legitimationAdded</h3>\n<h4 id=\"webhook-payload-sample-17\">Webhook payload sample</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> \"legitimationAdded\": \n  {\n    \"cartId\": \"a1a1a7d2-110f-4691-8739-319578ff8568\",\n    \"legitimationIdentifier\":\n     {\n      \"legitimationCategoryId\": \"d96fbfb4-ca06-ef11-93d7-00155d96040a\",\n      \"identifier\": \"LEGIT123\",\n      \"type\": 1\n     }\n  }               \n\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"79b04be9-00b0-452e-8253-fce0496c465b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"592e8e15-1896-4bb5-a3b0-e4345c875d09","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"c16923fd-fe6d-4783-9dee-e31d1355de7d"},{"name":"Ticket entry and validation","item":[],"id":"36f89a35-29a3-41ea-8b36-eb81f130c78b","description":"<p>In the <strong>Ticket Entry and Validation</strong> area, webhooks are used to notify external systems in real time about all relevant events related to ticket validation and access control. This enables connected applications to immediately react—for example, to trigger logging, perform security checks, or start follow-up processes.</p>\n<p>A central example is the <strong>`aserv.[***]granted`</strong> event, which is triggered once an entry action has been successfully validated and granted. Similarly, <strong><code>aserv.\\[**\\*\\]denied\\</code></strong> events are triggered when an action is rejected. This ensures that third-party applications are always kept up to date without requiring polling or manual queries.</p>\n<p>Ticket validation is the core process of the entry flow. Once a ticket has been checked, the system triggers the appropriate event:</p>\n<ul>\n<li><p><strong>granted events</strong> → when an action is successful</p>\n</li>\n<li><p><strong>denied events</strong> → when an action is rejected</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"granted-events\">Granted Events</h2>\n<p>When a process completes successfully, the corresponding <strong><code>granted</code></strong> <strong>event</strong> is triggered. This allows external systems to ensure that all downstream processes (e.g., visitor tracking, CRM updates, or security logs) are executed consistently and in real time.</p>\n<h3 id=\"supported-granted-events\">Supported Granted Events</h3>\n<ul>\n<li><p><strong><code>aserv.entryGranted</code></strong> – Entry granted</p>\n</li>\n<li><p><strong><code>aserv.exitGranted</code></strong> – Exit granted</p>\n</li>\n<li><p><strong><code>aserv.blockGranted</code></strong> – Block successfully applied</p>\n</li>\n<li><p><strong><code>aserv.unblockGranted</code></strong> – Block successfully removed</p>\n</li>\n<li><p><strong><code>aserv.badgePrintGranted</code></strong> – Badge print granted</p>\n</li>\n<li><p><strong><code>aserv.badgeReprintGranted</code></strong> – Badge reprint granted</p>\n</li>\n<li><p><strong><code>aserv.customAction1Granted</code></strong> – Custom action 1 granted</p>\n</li>\n<li><p><strong><code>aserv.customAction2Granted</code></strong> – Custom action 2 granted</p>\n</li>\n<li><p><strong><code>aserv.customAction3Granted</code></strong> – Custom action 3 granted</p>\n</li>\n<li><p><strong><code>aserv.customAction4Granted</code></strong> – Custom action 4 granted</p>\n</li>\n<li><p><strong><code>aserv.customAction5Granted</code></strong> – Custom action 5 granted</p>\n</li>\n<li><p><strong><code>aserv.getHistory</code></strong> – Retrieve event history</p>\n</li>\n</ul>\n<h4 id=\"webhook-payload-sample-for-a-granted-entry\">Webhook payload sample for a granted entry</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"response\": {\n    \"code\": 0,\n    \"message\": \"OK\",   \n    \"timestamp\": \"2025-08-21T12:22:48+02:00\",    \n    \"executePrint\": false\n  },\n  \"request\": {\n    \"barcode\": \"HTTP://QUICO.DE/RDQFGNTDZTNYM6DAB/V/NR74X9HZ2KTYVEVMCH1F4RS172HJP6GZMEV674256NPP346J67BVTFRVZY1SDJU7F9YFEQWVZAYP2K9MQRSFMQB7CA9U3K8B5USQHBA/T/ADITUS\",\n    \"command\": \"entry\",\n    \"barcodeType\": \"aztec\",\n    \"faireventId\": \"3\",\n    \"terminalId\": \"65\",\n    \"locationId\": \"74\",\n    \"timestamp\": \"2025-08-21T12:21:25+02:00\",\n    \"isTest\": false,\n    \"isOnline\": true,\n    \"messageGuid\": \"b33b927d-098c-4b33-884f-7cf923f51fb7\",\n    \"messageId\": 61,\n    \"user\": \"frank.doe@aditus.de\"\n  },\n  \"article\": {\n    \"id\": 91,\n    \"name\": \"ExpDays\",\n    \"nameLong\": \"Experience Days\",\n    \"badgeCategory\": \"VISITOR\",\n    \"number\": \"687\",\n    \"type\": \"Ticket\",\n    \"ticketType\": \"ExhibitorTicket\"\n  },\n  \"fairevent\": {\n    \"id\": 3,\n    \"name\": \"Experience Days\",\n    \"year\": \"2026\"\n  },\n  \"location\": {\n    \"id\": 82,\n    \"name\": \"Main entrance\",\n    \"number\": \"LCEN0005\",\n    \"uniqueId\": \"4dfffdf4-70cd-491c-88f8-ee1a8658c493\"\n  },\n  \"terminal\": {\n    \"id\": 65,\n    \"number\": \"1772\",\n    \"description\": \"Speedy D1\",\n    \"device\": {\n      \"id\": 28,\n      \"number\": \"44\",\n      \"dataObjectType\": \"Framework.Speedys\"\n    }\n  },\n  \"ticket\": {\n    \"id\": 3592,\n    \"ticketNumberFull\": \"6189312430000122\",\n    \"owner\": {\n      \"id\": 18,\n      \"firstName\": \"John\",\n      \"lastName\": \"Snow\",\n      \"company\": \"Aditus\",\n      \"jobTitle\": \"Software developer\",\n      \"nationalityLookup\": \"US\",\n      \"spokenLanguage\": \"en\",\n      \"uniqueId\": \"ab91c697-e2db-4c4a-8ffa-54e6270cfc10\",\n      \"partyNo\": \"AE00000006\"\n    }\n  },\n  \"user\": {\n    \"id\": 17,\n    \"name\": \"frank.doe@aditus.de\",\n    \"email\": \"frank.doe@aditus.de\",\n    \"firstName\": \"Frank\",\n    \"lastName\": \"Doe\"\n  }\n}\n\n</code></pre>\n<hr />\n<h2 id=\"denied-events\">Denied Events</h2>\n<p>When an action is rejected, the system triggers the corresponding <strong><code>denied</code></strong> <strong>event</strong>. This allows security mechanisms, monitoring systems, or user feedback processes to be executed immediately and reliably.</p>\n<h3 id=\"supported-denied-events\">Supported Denied Events</h3>\n<ul>\n<li><p><strong><code>aserv.entryDenied</code></strong> – Entry denied</p>\n</li>\n<li><p><strong><code>aserv.exitDenied</code></strong> – Exit denied</p>\n</li>\n<li><p><strong><code>aserv.blockDenied</code></strong> – Block operation failed</p>\n</li>\n<li><p><strong><code>aserv.unblockDenied</code></strong> – Unblock operation failed</p>\n</li>\n<li><p><strong><code>aserv.badgePrintDenied</code></strong> – Badge print denied</p>\n</li>\n<li><p><strong><code>aserv.badgeReprintDenied</code></strong> – Badge reprint denied</p>\n</li>\n<li><p><strong><code>aserv.customAction1Denied</code></strong> – Custom action 1 denied</p>\n</li>\n<li><p><strong><code>aserv.customAction2Denied</code></strong> – Custom action 2 denied</p>\n</li>\n<li><p><strong><code>aserv.customAction3Denied</code></strong> – Custom action 3 denied</p>\n</li>\n<li><p><strong><code>aserv.customAction4Denied</code></strong> – Custom action 4 denied</p>\n</li>\n<li><p><strong><code>aserv.customAction5Denied</code></strong> – Custom action 5 denied</p>\n</li>\n</ul>\n<h4 id=\"webhook-payload-sample-for-a-denied-entry\">Webhook payload sample for a denied entry</h4>\n<p>Depending on the reason for the denial, not all data is available in the response.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"response\": {\n    \"code\": 30001,\n    \"message\": \"Ticket is unknown.\",\n    \"timestamp\": \"2025-08-21T12:21:53+02:00\",\n    \"executePrint\": false\n  },\n  \"request\": {\n    \"barcode\": \"HTTP://QUICO.DE/RDQFGNTDZTNYM6DAB/V/NR74X9HZ2KTYVEVMCH1F4RS172HJP6GZMEV674256NPP346J67BVTFRVZY1SDJU7F9YFEQWVZAYP2K9MQRSFMQB7CA9U3K8B5USQHBA/T/ADITUS\",\n    \"command\": \"block\",\n    \"barcodeType\": \"aztec\",\n    \"faireventId\": \"3\",\n    \"terminalId\": \"65\",\n    \"locationId\": \"74\",\n    \"timestamp\": \"2025-08-21T12:21:25+02:00\",\n    \"isTest\": false,\n    \"isOnline\": true,\n    \"messageGuid\": \"b33b927d-098c-4b33-884f-7cf923f51fb7\",\n    \"messageId\": 61,\n    \"user\": \"frank.doe@aditus.de\"\n  },\n  \"location\": {\n    \"id\": 82,\n    \"name\": \"Main entrance\",\n    \"number\": \"LCEN0005\",\n    \"uniqueId\": \"4dfffdf4-70cd-491c-88f8-ee1a8658c493\"\n  },\n  \"terminal\": {\n    \"id\": 65,\n    \"number\": \"1772\",\n    \"description\": \"Speedy D1\",\n    \"device\": {\n      \"id\": 28,\n      \"number\": \"44\",      \n      \"dataObjectType\": \"Framework.Speedys\",      \n      \"identifier\": \"8C:16:45:98:3A:DF\"\n    }\n  },\n  \"user\": {\n    \"id\": 17,\n    \"name\": \"frank.doe@aditus.de\",\n    \"email\": \"frank.doe@aditus.de\",\n    \"firstName\": \"Frank\",\n    \"lastName\": \"Doe\"\n  }\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"212a3897-2a32-4917-a17d-ace4215c96f9","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"f45c76e7-6a63-45b7-b9f7-5fcbd1483424","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"36f89a35-29a3-41ea-8b36-eb81f130c78b"},{"name":"Changes in Sales Process","item":[],"id":"f892a23c-6718-4cd6-aac8-9aeb331c1b34","description":"<p>The webhooks in the <strong>Changes in Sales Process</strong> area provide information on the sale after it has been initially completed.</p>\n<h4 id=\"events\">Events</h4>\n<p>The webhooks in this area are:</p>\n<ul>\n<li><p><code>sale.canceled</code> - Sale canceled</p>\n</li>\n<li><p><code>sale.testFlagUpdated</code> - Marked as test flag on sale updated</p>\n</li>\n<li><p><code>sale.invoiceUpdated</code> - Invoice or buyer details updated</p>\n</li>\n<li><p><code>sale.markAsPaid</code> - Sale marked as paid</p>\n</li>\n<li><p><code>sale.legitimationStatusChanged</code> - Legitimation status of sale changed</p>\n</li>\n</ul>\n<h3 id=\"salecanceled\"><strong>sale.canceled</strong></h3>\n<p>The event sale.canceled is triggered when a sale gets canceled.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sale\": {\n    \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n    \"number\": null,\n    \"saleTimestamp\": \"2025-09-23T23:46:44.7317388+02:00\",\n    \"event\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"name\": \"Muster Event\",\n      \"year\": \"2025\",\n      \"number\": \"87654\",\n      \"slug\": \"me123\",\n      \"dateTimeSpan\": {\n        \"start\": \"2025-09-01T09:00:00+00:00\",\n        \"end\": \"2025-09-28T19:00:00+00:00\"\n      }\n    },\n    \"status\": {\n      \"rawValue\": \"Canceled\",\n      \"tags\": [\n        \"ReceiptNotCreated\",\n        \"LegitimationDenied\"\n      ],\n      \"isBillingAddressChangeEnabled\": true\n    },\n    \"billing\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"buyer\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"invoice\": {\n      \"number\": \"\",\n      \"grossPrice\": 5349.07,\n      \"grossPriceFormatted\": \"€5,349.07\",\n      \"currency\": \"EUR\",\n      \"status\": \"NotRequired\"\n    },\n    \"payment\": {\n      \"providerName\": null,\n      \"status\": \"NotRequired\"\n    },\n    \"legitimation\": {\n      \"uniqueId\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"status\": \"Denied\"\n    },\n    \"receipts\": [],\n    \"hasTransactions\": true,\n    \"hasArticles\": true,\n    \"hasConfirmedReservationTransaction\": true\n  },\n  \"saleCanceled\": {\n    \"saleIdentifier\": \"FE9B35C0-997B-4DC0-ADF7-523CA07BA040\",\n    \"success\": true,\n    \"canceledOn\": \"2025-09-23T15:58:49.7337385\",\n    \"canceledReason\": \"Example reason\"\n  }\n}\n\n</code></pre>\n<h4 id=\"saletestflagupdated\"><strong>sale.testFlagUpdated</strong></h4>\n<p>This event is triggered either if a sale is marked as a test or if it is no longer marked as a test.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sale\": {\n    \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n    \"number\": null,\n    \"saleTimestamp\": \"2025-09-23T23:46:40.5843656+02:00\",\n    \"event\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"name\": \"Muster Event\",\n      \"year\": \"2025\",\n      \"number\": \"87654\",\n      \"slug\": \"me123\",\n      \"dateTimeSpan\": {\n        \"start\": \"2025-09-01T09:00:00+00:00\",\n        \"end\": \"2025-09-28T19:00:00+00:00\"\n      }\n    },\n    \"status\": {\n      \"rawValue\": \"Canceled\",\n      \"tags\": [\n        \"ReceiptNotCreated\",\n        \"LegitimationDenied\"\n      ],\n      \"isBillingAddressChangeEnabled\": true\n    },\n    \"billing\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"buyer\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"invoice\": {\n      \"number\": \"\",\n      \"grossPrice\": 5349.07,\n      \"grossPriceFormatted\": \"€5,349.07\",\n      \"currency\": \"EUR\",\n      \"status\": \"NotRequired\"\n    },\n    \"payment\": {\n      \"providerName\": null,\n      \"status\": \"NotRequired\"\n    },\n    \"legitimation\": {\n      \"uniqueId\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"status\": \"Denied\"\n    },\n    \"receipts\": [],\n    \"hasTransactions\": true,\n    \"hasArticles\": true,\n    \"hasConfirmedReservationTransaction\": true\n  },\n  \"saleTestFlagUpdated\": {\n    \"saleIdentifier\": \"FE9B35C0-997B-4DC0-ADF7-523CA07BA040\",\n    \"success\": true,\n    \"isTest\": true\n  }\n}\n\n</code></pre>\n<h4 id=\"saleinvoiceupdated\"><strong>sale.invoiceUpdated</strong></h4>\n<p>The event sale.invoiceUpdated is triggered when the invoice or the buyer details are changed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sale\": {\n    \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n    \"number\": null,\n    \"saleTimestamp\": \"2025-09-23T23:46:40.4680728+02:00\",\n    \"event\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"name\": \"Muster Event\",\n      \"year\": \"2025\",\n      \"number\": \"87654\",\n      \"slug\": \"me123\",\n      \"dateTimeSpan\": {\n        \"start\": \"2025-09-01T09:00:00+00:00\",\n        \"end\": \"2025-09-28T19:00:00+00:00\"\n      }\n    },\n    \"status\": {\n      \"rawValue\": \"Canceled\",\n      \"tags\": [\n        \"ReceiptNotCreated\",\n        \"LegitimationDenied\"\n      ],\n      \"isBillingAddressChangeEnabled\": true\n    },\n    \"billing\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"buyer\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"invoice\": {\n      \"number\": \"\",\n      \"grossPrice\": 5349.07,\n      \"grossPriceFormatted\": \"€5,349.07\",\n      \"currency\": \"EUR\",\n      \"status\": \"NotRequired\"\n    },\n    \"payment\": {\n      \"providerName\": null,\n      \"status\": \"NotRequired\"\n    },\n    \"legitimation\": {\n      \"uniqueId\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"status\": \"Denied\"\n    },\n    \"receipts\": [],\n    \"hasTransactions\": true,\n    \"hasArticles\": true,\n    \"hasConfirmedReservationTransaction\": true\n  },\n  \"saleInvoiceUpdated\": {\n    \"saleIdentifier\": \"FE9B35C0-997B-4DC0-ADF7-523CA07BA040\",\n    \"success\": true,\n    \"changedFields\": [\n      {\n        \"fieldName\": \"Street\",\n        \"oldValue\": \"Musterstraße\",\n        \"newValue\": \"Straße der Nationen\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h4 id=\"salemarkedaspaid\"><strong>sale.markedAsPaid</strong></h4>\n<p>This event is triggered when Sale using prepayment is marked as paid.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sale\": {\n    \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n    \"number\": null,\n    \"saleTimestamp\": \"2025-09-23T23:46:44.5680296+02:00\",\n    \"event\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"name\": \"Muster Event\",\n      \"year\": \"2025\",\n      \"number\": \"87654\",\n      \"slug\": \"me123\",\n      \"dateTimeSpan\": {\n        \"start\": \"2025-09-01T09:00:00+00:00\",\n        \"end\": \"2025-09-28T19:00:00+00:00\"\n      }\n    },\n    \"status\": {\n      \"rawValue\": \"Canceled\",\n      \"tags\": [\n        \"ReceiptNotCreated\",\n        \"LegitimationDenied\"\n      ],\n      \"isBillingAddressChangeEnabled\": true\n    },\n    \"billing\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"buyer\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"invoice\": {\n      \"number\": \"\",\n      \"grossPrice\": 5349.07,\n      \"grossPriceFormatted\": \"€5,349.07\",\n      \"currency\": \"EUR\",\n      \"status\": \"NotRequired\"\n    },\n    \"payment\": {\n      \"providerName\": null,\n      \"status\": \"NotRequired\"\n    },\n    \"legitimation\": {\n      \"uniqueId\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"status\": \"Denied\"\n    },\n    \"receipts\": [],\n    \"hasTransactions\": true,\n    \"hasArticles\": true,\n    \"hasConfirmedReservationTransaction\": true\n  },\n  \"saleMarkedAsPaid\": {\n    \"saleIdentifier\": \"FE9B35C0-997B-4DC0-ADF7-523CA07BA040\",\n    \"success\": true\n  }\n}\n\n</code></pre>\n<h4 id=\"salelegitimationstatuschanged\">sale.legitimationStatusChanged</h4>\n<p>The event sale.legitimationStatusChanged is triggered when the legitimation status of a sale was changed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"sale\": {\n    \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n    \"number\": null,\n    \"saleTimestamp\": \"2025-09-23T23:46:44.5945538+02:00\",\n    \"event\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"name\": \"Muster Event\",\n      \"year\": \"2025\",\n      \"number\": \"87654\",\n      \"slug\": \"me123\",\n      \"dateTimeSpan\": {\n        \"start\": \"2025-09-01T09:00:00+00:00\",\n        \"end\": \"2025-09-28T19:00:00+00:00\"\n      }\n    },\n    \"status\": {\n      \"rawValue\": \"Canceled\",\n      \"tags\": [\n        \"ReceiptNotCreated\",\n        \"LegitimationDenied\"\n      ],\n      \"isBillingAddressChangeEnabled\": true\n    },\n    \"billing\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"buyer\": {\n      \"id\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"salutationLookup\": null,\n      \"salutation\": null,\n      \"titleLookup\": null,\n      \"title\": null,\n      \"firstName\": \"Max\",\n      \"lastName\": \"Muster\",\n      \"email\": \"Max@Muster.de\",\n      \"company\": \"Muster GmbH\",\n      \"jobTitle\": null,\n      \"spokenLanguage\": \"English\",\n      \"vatId\": \"EX123456789\",\n      \"address\": {\n        \"state\": null,\n        \"country\": {\n          \"key\": \"DE\",\n          \"value\": \"Germany\"\n        },\n        \"county\": {\n          \"key\": \"003\",\n          \"value\": \"Lower Saxony (Niedersachsen)\"\n        },\n        \"street\": \"Musterstraße\",\n        \"houseNumber\": \"1\",\n        \"postalCode\": \"21345\",\n        \"city\": \"Musterstadt\"\n      }\n    },\n    \"invoice\": {\n      \"number\": \"\",\n      \"grossPrice\": 5349.07,\n      \"grossPriceFormatted\": \"€5,349.07\",\n      \"currency\": \"EUR\",\n      \"status\": \"NotRequired\"\n    },\n    \"payment\": {\n      \"providerName\": null,\n      \"status\": \"NotRequired\"\n    },\n    \"legitimation\": {\n      \"uniqueId\": \"fe9b35c0-997b-4dc0-adf7-523ca07ba040\",\n      \"status\": \"Denied\"\n    },\n    \"receipts\": [],\n    \"hasTransactions\": true,\n    \"hasArticles\": true,\n    \"hasConfirmedReservationTransaction\": true\n  },\n  \"saleLegitimationStatusChanged\": {\n    \"saleIdentifier\": null,\n    \"newStatus\": \"New\",\n    \"oldStatus\": null,\n    \"vettingLevel\": 0\n  }\n}\n\n</code></pre>\n","_postman_id":"f892a23c-6718-4cd6-aac8-9aeb331c1b34","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"2a111f3c-4415-47a4-a9b0-0a1395cfeb01","id":"2a111f3c-4415-47a4-a9b0-0a1395cfeb01","name":"Webhooks","type":"folder"}}}],"id":"2a111f3c-4415-47a4-a9b0-0a1395cfeb01","description":"<p>Webhooks allow data to be passed to an external system in real time. Webhooks can be used to set up integrations with external apps, APIs and websites which subscribe to certain events on the ADITUS ticketing platform. When one of those events is triggered, we'll send a HTTP POST payload in JSON format to the webhook's configured URL.</p>\n<h1 id=\"creating-webhooks\">Creating Webhooks</h1>\n<p>To set up a webhook, login to WebTERP and go to <em>Start-&gt;Interfaces-&gt;Webhooks</em>. From there, click <em>Webhooks</em>, then <em>Add webhook</em>. Alternatively, you can create and manage a webhook through the Webhooks API. Check the API documentation for detailed information.</p>\n<p>Webhooks require a few configuration options before you can make use of them:</p>\n<h3 id=\"payload-url\">Payload URL</h3>\n<p>The payload URL is the URL of the server that will receive the webhook POST requests.</p>\n<h3 id=\"content-type\">Content Type</h3>\n<p>Webhooks can be delivered using different content types:</p>\n<ul>\n<li><p>The <code>application/json</code> content type will deliver the JSON payload directly as the body of the <code>POST</code> request.</p>\n</li>\n<li><p>The <code>application/x-www-form-urlencoded</code> content type will send the JSON payload as a form parameter called <code>payload</code>.</p>\n</li>\n</ul>\n<h3 id=\"secret\">Secret</h3>\n<p>Setting a webhook secret allows you to ensure that <code>POST</code> requests sent to the payload URL are from ADITUS. When you set a secret, you'll receive the <code>X-ADITUS-Signature</code> header in the webhook <code>POST</code> request.</p>\n<h3 id=\"active\">Active</h3>\n<p>By default, webhook deliveries are \"Active.\" You can choose to disable the delivery of webhook payloads by deselecting \"Active.\"</p>\n<h3 id=\"events\">Events</h3>\n<p>Choose which events will send payloads for this webhook. Only subscribing to the specific events you plan on handling limits the number of HTTP requests to your server. You can change the list of subscribed events anytime.</p>\n<p>See \"Webhook event payloads\" for the list of available webhook events and their payloads.</p>\n<h4 id=\"wildcard-event\">Wildcard Event</h4>\n<p>To configure a webhook for all events, use the wildcard (*) character to specify the webhook events. When you add the wildcard event, we'll replace any existing events you have configured with the wildcard event and send you payloads for all supported events. You'll also automatically get any new events we might add in the future.</p>\n<h1 id=\"testing-webhooks\">Testing Webhooks</h1>\n<p>You can monitor your webhook deliveries in ADITUS WebTERP, including the HTTP Request and payload as well as the response.</p>\n<h3 id=\"recent-deliveries\">Recent deliveries</h3>\n<p>Every webhook has its own \"Recent Deliveries\" section, which lists all occurred events and whether a delivery was successful or failed. You can also identify when each delivery was attempted.</p>\n<h1 id=\"webhook-payloads\">Webhook payloads</h1>\n<p>Webhook payloads are sent as <code>HTTP Post</code> to the Webhook URL.</p>\n<h3 id=\"user-agent\">User-Agent</h3>\n<p>The <code>User-Agent</code> for the requests will have the prefix <code>ADITUS-Webhook</code>. (For future use we may choose to add a suffix.)</p>\n<h3 id=\"delivery-http-headers\">Delivery HTTP Headers</h3>\n<p>HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-ADITUS-Event</code></td>\n<td>The name of the event that triggered the webhook.</td>\n</tr>\n<tr>\n<td><code>X-ADITUS-Delivery</code></td>\n<td>A GUID to identify the delivery. It will be reused for subsequent redeliveries and retries of the same event.</td>\n</tr>\n<tr>\n<td><code>X-ADITUS-Signature</code></td>\n<td>This header is sent if the webhook is configured with a secret. This is the HMAC hex digest of the payload JSON, and is generated using the SHA-256 hash function and the secret as the HMAC key.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"webhook-payload-object-common-properties\">Webhook payload object common properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Key</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td><code>string</code></td>\n<td>The name of the event that triggered the webhook.</td>\n</tr>\n<tr>\n<td><code>event_id</code></td>\n<td><code>string</code></td>\n<td>The unique event id for this delivery. It will be reused for subsequent redeliveries and retries of the same event.</td>\n</tr>\n<tr>\n<td><code>event_time</code></td>\n<td><code>datetime</code></td>\n<td>Timestamp when the event originally occurred.</td>\n</tr>\n<tr>\n<td><code>api_url</code></td>\n<td><code>string</code></td>\n<td>The API URL of the entity that triggered the event. This is optional and may not be present for every event payload.</td>\n</tr>\n<tr>\n<td><code>endpoint_url</code></td>\n<td><code>string</code></td>\n<td>The Webhook URL that this event was delivered to.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-delivery\">Example Delivery</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">POST /payload HTTP/1.1\nHost: localhost:8080\nX-ADITUS-Delivery: 48ca58f8-ebd7-4598-94b6-91a2aebb6907\nX-ADITUS-Signature: sha256=d57c68ca6f92289e6987922ff26938930f6e66a2d161ef06abdf1859230aa23c\nX-ADITUS-Event: webhook.test\nUser-Agent: ADITUS-Webhook\nContent-Type: application/json\nContent-Length: 6615\n{\n  \"event\": \"webhook.test\",\n  \"event_id\": \"48ca58f8-ebd7-4598-94b6-91a2aebb6907\",\n  \"event_time\": \"2020-11-17T09:49:12\",\n  \"api_url\": \"https://api.aditus.com/api/test/1234567890/\",\n  \"endpoint_url\": \"https://api.yourdomain.com/webhook\",\n  \"data\" : {}\n}\n\n</code></pre>\n<h1 id=\"verifying-the-payload\">Verifying the payload</h1>\n<p>If a <code>secret</code> is configured for a webhook, then each payload comes with a signed HMAC signature so that you can verify the origin of the webhook request. The secret is used as a key to sign the payload data with an HMAC key. The HMAC key is your security token, the HMAC digest is SHA-256, and the data is the raw payload JSON that is sent. The key is sent Base64 encoded via the <code>X-ADITUS-Signature</code> HTTP header.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"cfde8e39-0d28-4bbd-b5b5-e20ea5fdcbf4","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"17b1b471-a879-41f2-a629-6c115c682c92","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"2a111f3c-4415-47a4-a9b0-0a1395cfeb01"},{"name":"Exhibitors","item":[{"name":"Import","item":[{"name":"Import Exhibitors by Excel","id":"f8e23065-28c0-49db-95a2-346687c07ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{User_Client_Key}}"},{"key":"password","value":"{{User_Client_Secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"FaireventId\": 1,\r\n    \"UserImportDate\": null,\r\n    \"UserImportMode\": \"ActivationMail\",\r\n    \"InformUsers\": true,\r\n    \"ExhibitorAppearanceChangeMode\": \"NoImport\",\r\n    \"enableDetailedResult\": true,\r\n    \"informExistingExhibitors\": true,\r\n    \"File\":\r\n        {\r\n            \"FileType\": \"xlsx\",\r\n            \"Encoding\": \"UTF-8\",\r\n            \"IsArchive\": false,\r\n            \"Data\": \"UEsDBBQABgAIAAAAIQCOMArTjAEAABcGAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsVMluwjAQvVfqP0S+VsTQQ1VVBA5dji0S9ANMPCQWie16Bgp/30lYVQERIpds9rxlMn794aosoiUENM4mohd3RQQ2ddrYLBHfk4/Os4iQlNWqcBYSsQYUw8H9XX+y9oARV1tMRE7kX6TENIdSYew8WF6ZuVAq4teQSa/SucpAPna7TzJ1lsBShyoMMei/wUwtCoreV/x5o2RqrIheN/sqqkQo7wuTKmKhcmn1P5KOm81MCtqli5KhY/QBlMYcgMoi9sEwYxgDERtDIU9yBijwOtKtq5gra2GYG48PbP0MQ7Vy3tW27ot/RzAaopEK9KlK9i5Xhfx1YT51bh5fBrm2NXWL4lIZu9N9gb/ejLK+9VoWUvmrgRt0EM8YyPp6u4QapoGQp9VCWs0dtmz5CLlBA9K6gLbpN6BNzLkKoMfEJyhrXcAxdoOOnwWE9URNuQ3y8Nz2EB6QL8nhlBkF55GDLMD1M7FLjaq64xkIAhnY58ap87dn5BS8eQihilkN+gS3rGN98AcAAP//AwBQSwMEFAAGAAgAAAAhALVVMCP0AAAATAIAAAsACAJfcmVscy8ucmVscyCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACskk1PwzAMhu9I/IfI99XdkBBCS3dBSLshVH6ASdwPtY2jJBvdvyccEFQagwNHf71+/Mrb3TyN6sgh9uI0rIsSFDsjtnethpf6cXUHKiZylkZxrOHEEXbV9dX2mUdKeSh2vY8qq7iooUvJ3yNG0/FEsRDPLlcaCROlHIYWPZmBWsZNWd5i+K4B1UJT7a2GsLc3oOqTz5t/15am6Q0/iDlM7NKZFchzYmfZrnzIbCH1+RpVU2g5abBinnI6InlfZGzA80SbvxP9fC1OnMhSIjQS+DLPR8cloPV/WrQ08cudecQ3CcOryPDJgosfqN4BAAD//wMAUEsDBBQABgAIAAAAIQDI0luILwMAAEMHAAAPAAAAeGwvd29ya2Jvb2sueG1srFVNb9s4EL0vsP9BS+SqSJRl2RYiF47lYA10F0GbppcABi2NIyIUqSWp2EHR/75DycpHfcm2a9ikyDEf38y8GV18ONTCewRtuJIZoech8UAWquTyPiNfbq78KfGMZbJkQknIyBMY8mH++28Xe6Uftko9eAggTUYqa5s0CExRQc3MuWpAomWndM0sLvV9YBoNrDQVgK1FEIVhEtSMS9IjpPo9GGq34wXkqmhrkLYH0SCYRfqm4o0Z0OriPXA10w9t4xeqbhBiywW3Tx0o8eoiXd9LpdlWoNsHOvYOGr8J/miIQzTchKaTq2peaGXUzp4jdNCTPvGfhgGlb0JwOI3B+5DiQMMjdzl8ZqWTn2SVPGMlL2A0/GU0itLqtJJi8H4SbfzMLSLzix0XcNtL12NN8zerXaYE8QQzdlVyC2VGJrhUe3jZQK9021y2XKA1mk6jCQnmz3K+1rjA3C+EBS2ZhaWSFqV2pP6rsuqwl5VCEXuf4J+Wa8DaQQmhOziyImVbc81s5bVaZGSZ3n0x6OFdew4VCCgqCfouV3spFJbS3SsNslPB/wcVssIFIUDHe3L9849BQI46HZR2bbWHz+v8I0b7M3vE2GOGy2NprjG4dLSRhU7p5lu8iGbJjI79yzgJ/Xg2pf40nuX+cjlaLCeTOL8a5d/RGZ2khWKtrY5pddAZiTGHJ6a/2GGw0DBteflC41t4/Phu/mEYbN+dw66B3XLYmxcBuKV3+MplqfYZ8aPpLEK3noaNyZh4+874lZe2QgXNwhj/0O/9Cfy+QsZ0PHGnUOiOWUbeMMp7Rlf48d3whlHwilLXKpFaN3uyk/cN24IQgN2n23Vhxmedulv0uqRdGoeDJey4hNIVBsK8Wh3BFlgjrdmsDhX2Pqv0Zl03StvNDdQN9lRwpVMw8dm1bHdTSObD/X+cLc5oera4PaMXwStkFM7bW/F8ca09N3WaSKIZHTmWcLAfje1mFDvHINE4XEzCWeyHq9HYjzHyqJJR5C/jPFqNJ6t8dTl2KnEvnPT/aLtdzaXDm8yxrJi2N5oVD/j++wS7S2ZQ1n1QkS86N7AOhlPzfwEAAP//AwBQSwMEFAAGAAgAAAAhAEYVvicCAQAAQwMAABoACAF4bC9fcmVscy93b3JrYm9vay54bWwucmVscyCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKySzWrDMBCE74W+g9h7LTv9oYTIuZRCrm36AEJeWya2ZLTbH799haBxDMG9+CKYXTTzscxu/9N34gsDtd4pKLIcBDrjq9Y1Cj6Or3fPIIi1q3TnHSoYkWBf3t7s3rDTHD+RbQcS0cWRAss8bKUkY7HXlPkBXdzUPvSaowyNHLQ56QblJs+fZLj0gHLmKQ6VgnCo7kEcxyEm/+/t67o1+OLNZ4+Or0RI451Dk7CjrQ4NsoKLYRZpQV4H2awJwvFAOCEkKdNbLDEUazJ8+3Aii8gTx3lEMm0WYR7XhCGrA1bvHGLxaAKajZcu87AqDI9d7Pm5IZT0X7ycVb/8BQAA//8DAFBLAwQUAAYACAAAACEACtTlOJAGAAD/GgAAGAAAAHhsL3dvcmtzaGVldHMvc2hlZXQxLnhtbKSXW2/bNhTH3wf0Owh6jySSonxBnGJtka1vw9qtz7JMx0Qk0RXpXDDsu+9Q0hEJuFCpLEisE9n8n9uPR/Tt+5emjp5Ep6VqdzFJsjgSbaUOsn3YxX99vb9Zx5E2ZXsoa9WKXfwqdPz+7t0vt8+qe9QnIUwECq3exSdjzts01dVJNKVO1Fm08M5RdU1p4N/uIdXnTpSHflFTpzTLirQpZRsPCtsuREMdj7ISn1R1aURrBpFO1KWB+PVJnjWqNVWIXFN2j5fzTaWaM0jsZS3Nay8aR021/fzQqq7c15D3C8nLKnrp4JfCH0M3/f0rT42sOqXV0SSgnA4xX6e/STdpWU1K1/kHyZA87cSTtA10UvRtIRE+aVEnxt4oVkxitlzd9iIPu/ifbPy5gSuxL5l7wff+je9uDxI6bLOKOnHcxb+S7YffWJze3fYA/S3Fs/bsyJT7L6IWlRHghMSR5XOv1KP94Ge4lYGk7j9gJcvKyCfxUdQ1KH+A8PT3wQvY4CKdfPg2+rvvmf6ji/alFh9V/U0ezAmcwt45iGN5qc2f6vl3IR9OBu5yyN3Csz28fhK6AmohmIRy66dSNYjCa9RIu/2AuvJlCH/UXCcrkm3YClT2Qpt7aSXjqLpooxp0PEoNItC4XgSuz4MI5Qldc8ILcDq3EsrQr4RPjSsJT9ac58V6gf9iVIEr+mdJTvlqTaz/wCxWowpcnYrLIlAFhlefEVxRBcyZ4m3GBXDFBVlC8uxnpbO9H1oHhls59W7GJZm6bqkdOsZAJTBFgv22BnrOvYaH6mD3CRgOnMWNIzlWAgzUKaYahkYDpAz1dDBaerR5tdMYKhUqhDgSxyOjHo+jIiQdqohoEscmK95QcISTODqX9B1RJY5VRsI2OkVarYFbfeNt9bEoQFTo0EGIqYOYFNdlBsW50TXNLscyjCC37V1ccypIMnUkQyy4i8M0kGLqKCbkhxWaiwQptuhindnifBBh6oCzTQ9LBCmj3gwsFieCsFFvMPoqM0WwTPdb2RoOtrAnEmLFHFZ0tXSYMMTKGtNICmabIU/Mm0XQk7mcsWXMTR2yWv4sZThrrIG1yxfnjwwwj4H8mgFAfS4nZCD3tvgbnuw5dsMamBNdmlOOTbHG/zhn5LjRrYHRhB9Tctzh1sAw/MdL4PzMERhrYBjr6xYtiAzRyb0jFEn4KmNLzmE5smMNTBAUQ/NCaLjXJlg+wxnHjnBvaFJ3DB7HHtQpMAaOtbWGA27puZpjQa3xo1bP5YRV5F4V6fIzA5/K6c1hH7frGNL+O8Z/AAAA//8AAAD//5SW3W4aMRCFXwXtA5Ss94ckWpC8JU1aaPqTQNvcIYKUq7TKorR9++4UhH2+WEi5A87Ynjkzn03TPWw22+lqu5o0Tz9/D57GWZ4Nul+rx67/dF6dZYM/eblan9//nW669eZxO85O3rgqmzRrC/Z9dP9T139/nrhm+Dxphuu91sZaodrbWCtVm8ZapdpFrNWqvYu1kWqXsXaq2lWsnan2XmpAMh9ERDazWMxPdNu5iLmKH0WEqdciwtVP1rtx5qKe5DD3cyIEZX2RI1DWV6kZLt+ICJtvEydj/eJlSAlzlruQUVRiCYu+JXaBUd8TITDqRyIERt0lQmCXN0DQkhJVewMFMRX3EWByWOsFmRwz7AUah1H0go2D3V7AqbhW0CmZlcBTMiuhx6GHXvBxaJ83fuCYQ/+8YOTQOi8cObptIIVrjf0yhoLKqgUfx6qVH/qpALEXCYIK+mYIHXIr6JvRE1Q6ZuAc1IqOGTNB5VrDJag810gJKupq94ycxjF8SxKMwLzWEOHthxfJOCFp6F9rtCCmQBdbY4ZUMx0jh2eFSRr2r+3hye0v7Fc8ufH1XmNyWxFR2uzYyrmIKGZhGerDUsGT5cuQmgNs2WGbEW3bx9T//1GEORK/ilf51UcfZq8Gy62IKOlSRPBwdUycHTtzLiIGfWG1qdM1aFomQoij1UWnid0+Zud02GDn9DD8MfwHAAD//wAAAP//dI0xDoJAEEWvspkDCOgirmGtbCysPMEqA0xEZjOMmnB6UUOnv/r/veKXMTR4DNJQP5gOa/WQLgowQk07d+X4oZvCplleWPfNGsyZVfn2R7YYKpS3XIGpmXUeya58v55Q79HEEFFONKIHB4aFsNegxL2HyKISSMG0Ex95Et0+kge7dNati6XLwTxQlC4/hGyp8iCHKoPpMHmyXIcWUXcvAAAA//8DAFBLAwQUAAYACAAAACEAhOd1H5IGAACGGgAAEwAAAHhsL3RoZW1lL3RoZW1lMS54bWzsWU2LGzcYvhf6H4a5O/6aGdtLvMEe20mb3SRknZQcZVv2KKsZmZG8GxMCJTn1UiikpZdCbz2U0kADDb30xywktOmP6CvN2COt5Ww+NqUtWcMyo3n06tH7vnr0dfHSvZg6RzjlhCVtt3qh4jo4GbMJSWZt99ZwUGq6DhcomSDKEtx2l5i7l3Y//ugi2hERjrED9RO+g9puJMR8p1zmYyhG/AKb4wS+TVkaIwGv6aw8SdEx2I1puVapBOUYkcR1EhSD2evTKRljd3dltk/BdiK4LBjT9EAaxZvYyWFVIviShzR1jhBtu9DChB0P8T3hOhRxAR/abkX9ueXdi2W0k1eiYktdrd5A/eX18gqTw5pqM52N1o16nu8FnbV9BaBiE9dv9IN+sLanAGg8hp5mXHSbfrfV7fk5VgNljxbbvUavXjXwmv36BueOL38GXoEy+94GfjAIwYsGXoEyvG/xSaMWegZegTJ8sIFvVDo9r2HgFSiiJDncQFf8oB6ueruGTBm9YoW3fG/QqOXGCxRkwzq7ZBNTlohtuRajuywdAEACKRIkccRyjqdoDPkbIkpGKXH2yCyCxJujhHEortQqg0od/sufp56UR9AORlptyQuY8I0iycfh45TMRdv9FKy6GuT5s2cnD5+ePPz15NGjk4c/520rU0a9KyiZ6fVe/vDVX9997vz5y/cvH3+dNX0az3X8i5++ePHb768yDz0uXPH8mycvnj55/u2Xf/z42GK9k6KRDh+SGHPnGj52brIYOmjhj0fpm9UYRogYNVAEti2m+yIygNeWiNpwXWy68HYKKmMDXl7cNbgeROlCEEvLV6PYAO4zRrsstTrgqmxL8/BwkczsjacLHXcToSNb2yFKjAD3F3OQV2IzGUbYoHmDokSgGU6wcOQ3doixpXd3CDH8uk/GKeNsKpw7xOkiYnXJkIyMRCoqXSExxGVpIwihNnyzf9vpMmrrdQ8fmUgYFohayA8xNdx4GS0Eim0mhyimusP3kIhsJA+W6VjH9bmASM8wZU5/gjm31bmeQn+1oF8FhbGHfZ8uYxOZCnJos7mHGNORPXYYRiieWzmTJNKxn/BDSFHk3GDCBt9n5giR7xAHlGwN922CjXCfLQS3QFx1SkWCyC+L1BLLy5iZ43FJpwgrlQHtNyQ9JsmZ+n5K2f1/RtntGn0Omm43/C5q3kmJdUxdOaXh23D/QeXuoUVyA8Ng2Zy5Pgj3B+F2//fCvW0sn79cFwoN4l2s1dXKPd66cJ8SSg/EkuI9rtbuHOalyQAK1aZC7SzXG7l5BI/5NsHAzVKk6jgpE58RER1EaA4L/Krass54bnrGnTnjsO5XxWorjE/ZVruHRbzPJtl+tVqVe9NMPDgSRXnFX5fDXkNk6KBR7MHW5tWudqb2yisCsu6bkNAaM0nULSQaq0KIwqtIqJ6dC4uWhUVTml+FahXFtSuA2joqsHByYLnVdn0vOweALRWieCLjlB0JrKIrg3Oukd7mTKpnAKwiVhlQRLoluW7tnuxdlmqvEWmDhJZuJgktDSM0wXl26gcn5xnrVhFSg550xWo0FDQazfcRaykip7SBJrpS0MQ5brtB3YdTsTGat90p7PvhMZ5D7nC54EV0BsdmY5FmA/5tlGWectFDPMocrkQnU4OYCJw6lMRtV3Z/nQ00URqiuFVrIAj/WnItkJV/GzkIuhlkPJ3isdDDrpVIT2evoPCZVli/qupvD5Y12QLCfRBNjp0RXaQ3EaSY36hKB04Ih+OfaubNCYHzzLWQFfl3amLKZVc/UFQ5lJUjOo9QPqPoYp7BlYiu6ai3tQ+0t7zP4NBNF45mcoJ951n37Klaek4TzWLONFRFzpp2MX1/k7zGqphEDVaZdKttAy+0rrXSOkhU6yxxxqz7GhOCRq1ozKAmGW/KsNTsvNSkdo4LAs0TwRa/recIqyfeduaHeqezVk4Qq3WlSnx15aHfTbDRXRCPHpwCL6jgKpRw85AiWPRl58iZbMAQuSfyNSI8OYuUtN37Fb/jhTU/LFWafr/k1b1Kqel36qWO79erfb9a6XVrD2BiEVFc9bPrlgEcRNFlfumiyjcuXuLVWduFMYvLTF2slBVxdfFSrVkuXpyhvF9xHQKicz+oDVr1VjcoteqdQcnrdZulVhh0S70gbPQGvdBvtgYPXOdIgb1OPfSCfrMUVMOw5AUVSb/ZKjW8Wq3jNTrNvtd5kC9joOeZfOS+APcqXrt/AwAA//8DAFBLAwQUAAYACAAAACEAP5u5Fm0DAACtCgAADQAAAHhsL3N0eWxlcy54bWy8Vltv2zYUfh/Q/0DwXdElkmp5loo6joACXTEsGTBg6QMtUTZRXgSKzuQV++87pGRbTpte0mx6sMmjc75zPzqLV73g6J7qjimZ4/AiwIjKStVMbnL8+23pzTDqDJE14UrSHO9ph18VL35adGbP6c2WUoMAQnY53hrTzn2/q7ZUkO5CtVTCm0ZpQQxc9cbvWk1J3Vkhwf0oCFJfECbxgDAX1beACKI/7FqvUqIlhq0ZZ2bvsDAS1fzNRipN1hxM7cOYVKgPUx2hXh+UOOonegSrtOpUYy4A11dNwyr6qbmZn/mkOiEB8tOQwsQPojPfe/1EpNjX9J7Z9OFiIXeiFKZDldpJk+P4SELDmzc15DiNMRqycqVqiFNwEQQ///kbrd/bE/YPMGcyybnMHp47T4g7r67v0HY7F2LedY/Ipg/0jcoe4X75gDuAx7L6o3PFolHy5OMlpMMmev5Bqr9kaV+Bj+C45SoW3d/onnCghBajUlxpZKBAwW9HkUTQgeOKcLbWzLI1RDC+H8iRJbiaHvkEgwpzBg0aHtejN+scl2WQhdexg/k/lNlwDUn8Yc98F2gIB+P8WFORDS0QigW0n6FalnBB4/l230JgJUyKIUCO7yvcG032YZRMBHynsFisla5hMh2q2SZ1IBULThsDedFss7X/RrXwu1bGQPcWi5qRjZKE26o5SIyHDoqAcn5jp9cfzRl230wqHuag9d42jD2CI+NxwBsuFn+KNmBPYDMw+fthUd8c8c+kx9b9mllHeUTalu/f7cSa6tLN4bHqz1Dj7Ft8/U7QMHUT45lNDVM3S54d1c2c50b9D6I6qcrw0ap8kCk7Ej+X9glW9AQsV/hQ6pN+OuumY18gO/VyfOOWCF3DuB6rG613jBsmP9NLgFr3p+5088zYr7rr26MecKGmDdlxc3t8mePT+Rdas50A70auX9m9Mg4ix6fzWztEwtQOINqbtx18NeAf7TTL8cfr5ctsdV1G3ixYzrz4kiZelixXXhJfLVerMgui4OqfyW7xA5uFW4VgXoTxvOOwf+jR2dH4mxMNonm6DOa78QlmT23PojR4nYSBV14GoRenZObN0svEK5MwWqXx8jopk4ntyRM3kMAPw2GXscYnc8ME5UwecnXI0JQKSYLrF5zwD5nwT3tm8S8AAAD//wMAUEsDBBQABgAIAAAAIQAv121foQIAAAYKAAAUAAAAeGwvc2hhcmVkU3RyaW5ncy54bWyUVk1z2jAQvXem/8HjOzEmH810gDQ4kGRCQ1pID71kFHvBGmTJldYZyK+vTPCEepFDTx7rPa1Wq/e06l6sMuG9gDZcyZ4fHrV9D2SsEi4XPf9xNmqd+55BJhMmlISevwbjX/Q/f+oag56dK03PTxHzr0Fg4hQyZo5UDtIic6UzhvZXLwKTa2CJSQEwE0Gn3T4LMsal78WqkNjzv5z6XiH5nwKi7UDH73cN73exP+PxEvBHoZCF3QD73aAcJ1injg1XKX/mqPTTcIWgJRO3iZtzzzIg4d9DlHDDCiV83Bz8xA2PuYTJfFAY+zXGzdvURq/HSi2L3E2b5moJcszkomALqPNGjGt4AYmXeQ5MMxlDQ4H2sW+YEIdEHQml9CHEgVKYHkK8tCo6hBeVuxICkon8L/pPYEaRKY8G9NMVQC64XM7K2taDRkoii7GhjhXjFxMFOZIK3H5LMe0/4xpxts4dxMsk0VZKDQlVjClqa8r6hv5F74vsGchJVpxSvcQ5uyDxzS5IXFOBEce1Oy2GMNEPWr1we9Iu2sYvziCNbqqyeFD28hORSpyLlIzJfM5jGKiVK5NtOPeB7busDrrRSP2a/U1iNtNJ9N3LeJoqjftKs0PqOEkbV424NljqvV64DTpmDeDUOgkZ2ra1d+6Mo9gf9RpkQtX8lk7ZsoQ78kNqe+DH5idFpvcDKWxFuTXfbWPc/rnk9N7QnN56pzgd9mb9D2DnAm+JboVNmpHdBOkRO7I4PkQ7JLMbJkl3jE5aYYcwB/ZVUc/pKmzZd0d99Bo0eRWUs6lCroZEaMNW57R9Fp63wjA8bUTJulHKlPF+A0eQ3t21R54HA3t/g4YmyrPNs33ybb1erebzxMTx0etrPYuSA9rNCuw7rv8XAAD//wMAUEsDBBQABgAIAAAAIQAFnuxq3QAAANkBAAAjAAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHOskc1OwzAMgO9IvEPkO0m7A0Jo6S4IaVcoD5ClbhutdULsIfr2hFs7TeLCzT/y50/2/vA9T+oLM4dIFmpdgULysQs0WPhoXx+eQLE46twUCS0syHBo7u/2bzg5KUM8hsSqUIgtjCLp2Rj2I86OdUxIpdPHPDspaR5Mcv7sBjS7qno0ec2AZsNUx85CPnY7UO2Syua/2bHvg8eX6C8zktxYYT4vmJfWnSYsVJcHFAtar8q8imtd3MHc1qr/UyvlQIL5HUXK3XnjdtUzV3mtT4F+Jc3mIc0PAAAA//8DAFBLAwQUAAYACAAAACEAMSWc87oBAABCBAAAEgAAAHhsL2Nvbm5lY3Rpb25zLnhtbOxTTYvbMBC9F/ofhM6N5bTstpjYS+k2sIdCoLs9BYIij20R6wPN2CSU/veOnQ3dsofuZW/VQcxopDdv3oxWN0fXixES2uBLucxyKcCbUFvflvLhfr34JAWS9rXug4dSngDlTfX2zcoE78EQP0PBGB5L2RHFQik0HTiNWYjgOdKE5DSxm1qFMYGusQMg16v3eX6tnLZenhEKZ14C4nQ6DHFhgoua7N72lk4zlhTOFHetD0nve+Z6TMvrC/RkPwN31qSAoaGMwVRoGmvgGcflR5VgtJNADFc9KVzYmiXjDIxdDJPzM39cizxfXvGW54s1r3m7xH5J4bVjfp9rSwPuvh47roJC2t25GBLt7sHFXhNIQafI97iIBE0C1q3+cWkVH+61ObQpDP5MA/UIt5r0xKlaERxpkwS3Eja6nVCumBM3MwzJwNpOAn0ptg/IgNtv2XdumvWQtreABwpx+y9ymcFRihqMdbov5Tsm24UBeVJ4EjL29L6UPE0YteFUnJk1djM5tjyCGciOc+RMdm2hr5Fjg6dSfrjUMB+rJ1f+2/SamqhpcM69qFazs0ls/PnufzlY/QYAAP//AwBQSwMEFAAGAAgAAAAhANGbUtjiAQAA1RIAACcAAAB4bC9wcmludGVyU2V0dGluZ3MvcHJpbnRlclNldHRpbmdzMS5iaW7sWNlKQlEUXZqhFSJBH+APKDnkQxBkzuKEQxoIIRkhiUlaT9I39NxL/+M39BG9RQ91W+dc55RSMSXvvtwz7X32PXtgn8UtoogM/EjAxt4GL1J8bNjn4+jxDrjihB1JhGCl7A1uUYYgnWHP/IL3Xcsb9Dps4WnHbSpDByMKenLZsls06cZ/QI92u8vx8cx3PHUFl2ynpzD3VXHPtkkdFyhNqWJ7jLzw0ChNMGXxPlz6F4xQFJlRzBowf9TZ4GiVnHCcisasmUDWGspFMllvOhtNnhw5zOPCvAax00z8aw8M5l8g4V/L7ButldPON3pBM3Uq8ffq+wzTTKFVNb1uGmU1G1XRrW2TVAf7RxsS+Wnf74/qwyFv9zwivM39vNfzvP0FEjjjm0UAcbh444uVFLlJxDj2I035U3LTUroAD9xcd/ENU07o8RA3OIkizqFyfQgSM9g5i1OHRqvmATUPcmhIXNRgJL2MY1zmRQQPxIB2uRKRnDrq5JaIgUqcx4ipBBKqduKvZkGM8hnmiNi7LMpLa66lVRXU2DclfqsSA9ZwxXHt36SiYcQSRflUPiSSWr6JogquL6LVqp3mAc0DK+oB59C5LJw99iuVV/4pEDfbbNRCay6z592/5ln3BQAA//8DAFBLAwQUAAYACAAAACEAjqrlZUgBAABAAgAAHgAAAHhsL3F1ZXJ5VGFibGVzL3F1ZXJ5VGFibGUxLnhtbIyRwU7DMAyG70i8Q5X7lpTDQBXdNCQmdkEchjhOWeq2EUkcEnfahHh30o4JpO5ADlZsx59//blfHKzJ9hCiRleyfCpYBk5hpV1TstfNanLHskjSVdKgg5IdIbLF/Prq/qODcNzInYEsIVwsWUvkC86jasHKOEUPLnVqDFZSSkPDow8gq9gCkDX8RogZt1I7diIUVv0HYmV47/xEofWS9E4bTceBxTKrinXjMPSqSnYI+eyM7u8juNUqYMSapgnGsa61gpHG/JYH2Ovenx7npE3oZaWpi9vHQ5sEEIbt2noMtN2A9UYSsEyhc6AoTa2r5GvSkRQUnU7Jp/g5EyHyWQpC/IZz74tlsiNcDe4NiLRcem+Oz53dQTg1kuvpw4byA4bqQnmFjkZvXyQRBDeqL41unIULE2+6ovYJdNP+pfH5NwAAAP//AwBQSwMEFAAGAAgAAAAhAL7jc21VAQAAbgIAABEACAFkb2NQcm9wcy9jb3JlLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHySX0+DMBTF3038DqTvUAo6ZwMs8c+eXGIii8a3pr0bRFqatsr27S1sQ8yMj+0599dzbpotdrIJvsDYulU5IlGMAlC8FbXa5mhdLsM5CqxjSrCmVZCjPVi0KC4vMq4pbw08m1aDcTXYwJOUpVznqHJOU4wtr0AyG3mH8uKmNZI5fzRbrBn/YFvASRzPsATHBHMM98BQj0R0RAo+IvWnaQaA4BgakKCcxSQi+MfrwEj758CgTJyydnvtOx3jTtmCH8TRvbP1aOy6LurSIYbPT/Db6ullqBrWqt8VB1RkglNugLnWFCvmF6SC3lMrMBmeaP0eG2bdyq98U4O42xdr0QaPlW/Hq8F97vDwocvhBRCBT0cPXU7Ka3r/UC5RkcRkHpI4TJKSEJre0Ji89wF+zfdpDxfyGONfYnIdxrOQzMv4lpIrmk6JJ0CR4bMfUnwDAAD//wMAUEsDBBQABgAIAAAAIQCCnk4JzwEAANYDAAAQAAgBZG9jUHJvcHMvYXBwLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKRTwW7bMAy9D9g/eL43crKiGALZRZp26IANCxC310CW6ViYLAkSYyT7nv3Jfmy0jTjuOuyw3Ug+6unpkeK3x0ZHLfigrEnj+SyJIzDSlsrs0/gp/3j1IY4CClMKbQ2k8QlCfJu9fcM33jrwqCBERGFCGteIbslYkDU0IswINoRU1jcCKfV7ZqtKSbi38tCAQbZIkhsGRwRTQnnlRsJ4YFy2+K+kpZWdvvCcnxwJznhuUehcNZAlnF0SvnJOKymQXp99UdLbYCuMHo4SNGdTkJPqLciDV3jqOKYp30qhYU0XZpXQATi7FPgjiM7MjVA+ZLzFZQsSrY+C+k52XsdRIQJ0MtO4FV4JgyS3axuSPtYuoM9WvgCFodA/fyCC54y6BqQPpwemsbrO5n0DBX9tHLjuwAhjEKI78KBolv9/Tyd0eDUJeOlHrlBD+FpthMc/2LOY2tPrG8wZpOaiAK1hMVU4enIG361KhYewezjWqlDk/O5T46zHXQ6N0wJfv6+fDyn9TdvaNk6YEwFj9FmZb+HJ5faeeM6zf1nk21p4KGldxt0YC/yRxu51R7KuhdlDee55DXSb+jx802x+M0veJ7SEkxpnlw+Z/QIAAP//AwBQSwECLQAUAAYACAAAACEAjjAK04wBAAAXBgAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQC1VTAj9AAAAEwCAAALAAAAAAAAAAAAAAAAAMUDAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQDI0luILwMAAEMHAAAPAAAAAAAAAAAAAAAAAOoGAAB4bC93b3JrYm9vay54bWxQSwECLQAUAAYACAAAACEARhW+JwIBAABDAwAAGgAAAAAAAAAAAAAAAABGCgAAeGwvX3JlbHMvd29ya2Jvb2sueG1sLnJlbHNQSwECLQAUAAYACAAAACEACtTlOJAGAAD/GgAAGAAAAAAAAAAAAAAAAACIDAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1sUEsBAi0AFAAGAAgAAAAhAITndR+SBgAAhhoAABMAAAAAAAAAAAAAAAAAThMAAHhsL3RoZW1lL3RoZW1lMS54bWxQSwECLQAUAAYACAAAACEAP5u5Fm0DAACtCgAADQAAAAAAAAAAAAAAAAARGgAAeGwvc3R5bGVzLnhtbFBLAQItABQABgAIAAAAIQAv121foQIAAAYKAAAUAAAAAAAAAAAAAAAAAKkdAAB4bC9zaGFyZWRTdHJpbmdzLnhtbFBLAQItABQABgAIAAAAIQAFnuxq3QAAANkBAAAjAAAAAAAAAAAAAAAAAHwgAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQItABQABgAIAAAAIQAxJZzzugEAAEIEAAASAAAAAAAAAAAAAAAAAJohAAB4bC9jb25uZWN0aW9ucy54bWxQSwECLQAUAAYACAAAACEA0ZtS2OIBAADVEgAAJwAAAAAAAAAAAAAAAACEIwAAeGwvcHJpbnRlclNldHRpbmdzL3ByaW50ZXJTZXR0aW5nczEuYmluUEsBAi0AFAAGAAgAAAAhAI6q5WVIAQAAQAIAAB4AAAAAAAAAAAAAAAAAqyUAAHhsL3F1ZXJ5VGFibGVzL3F1ZXJ5VGFibGUxLnhtbFBLAQItABQABgAIAAAAIQC+43NtVQEAAG4CAAARAAAAAAAAAAAAAAAAAC8nAABkb2NQcm9wcy9jb3JlLnhtbFBLAQItABQABgAIAAAAIQCCnk4JzwEAANYDAAAQAAAAAAAAAAAAAAAAALspAABkb2NQcm9wcy9hcHAueG1sUEsFBgAAAAAOAA4AsgMAAMAsAAAAAA==\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import","description":"<h2 id=\"import-exhibitors-task\">Import Exhibitors Task</h2>\n<p>This endpoint is used to initiate the \"import process for exhibitors\" associated with a specific event by uploading an Excel file. By sending a POST request to this endpoint, the backend system creates an ExhibitorImportTask and starts processing the import of exhibitor data asynchronously.</p>\n<h3 id=\"auth-and-role\">Auth and Role</h3>\n<ul>\n<li><p><strong>Auth</strong><br />  OAuth 2.0 (inherit from collection)</p>\n</li>\n<li><p><strong>Required role</strong><br />  BASEROLE APITASKS</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<p>The request object <a href=\"https://aditus.atlassian.net/wiki/spaces/API/pages/1671922460/StartExhibitorImportRequest\">StartExhibitorImportRequest</a> will be delivered in JSON format. In this variant, you must provide the <strong>File</strong> object containing Excel content.</p>\n<p>Exactly one of <strong>Data</strong> or <strong>File</strong> must be present — if <strong>Data</strong> is used, see the <strong>JSON</strong> request.</p>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import</p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p><strong>Accept</strong>: */*</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and contains FaireventId:</p>\n<ul>\n<li><p><strong>FaireventId</strong>: represents the ID of the fair event for which the exhibitors are being imported. This parameter is essential for identifying the specific event.</p>\n</li>\n<li><p><strong>UserImportDate (DateTime?, optional)</strong> – when to send activation mail (if UserImportMode uses ActivationMail). Default is <strong>null</strong> which results in an immediate sending of the e-mail.</p>\n</li>\n<li><p><strong>UserImportMode</strong> (enum, optional) – how users are imported. Possible values are:</p>\n<ul>\n<li><p>0 = NoImport -&gt; <strong>default</strong> -&gt; No users should be imported.</p>\n</li>\n<li><p>1 = ActivationMail -&gt; Users should be imported. Activation of accounts will be processed via activation mails.</p>\n</li>\n<li><p>2 = DeepLinkImport -&gt; Users should be imported. They should gain access to the system by deep link token read from the import file.</p>\n</li>\n<li><p>3 = DeepLinkCreation -&gt; Users should be imported. They should gain access to the system by deep link token read created during import.</p>\n</li>\n<li><p>4 = ActiveUser -&gt; The user's account will be immediatly activated</p>\n</li>\n</ul>\n</li>\n<li><p><strong>InformUsers</strong>: If \"true\" and if ImportMode is \"ActiveUser\" then the new user gets an e-mail about the details of his account. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>TicketQuotas</strong> Listing of ticket quota column / article mappings.</p>\n</li>\n<li><p><strong>ExhibitorAppearanceChangeMode</strong> allows assigning an already imported fairevent appearance to another exhibitor. Possible values are:</p>\n<ul>\n<li><p>NoImport -&gt; An already imported exhibitor appearance remains unaffected.</p>\n</li>\n<li><p>AssignAnotherExhibitor -&gt; An already imported exhibitor appearance can be assigned to another exhibitor.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>EnableDetailedResult (bool)</strong> include info messages in result. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>CheckSkip (bool)</strong> Enable the check to determine if the file is identical to the previously executed import of the same event. If true, the processing is terminated early and the import execution is skipped. The defalt value: <strong>true</strong>.</p>\n</li>\n<li><p><strong>InformExistingExhibitors (bool)</strong> inform existing exhibitor about new appearance. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>File</strong> Exhibitor import Excel file information.</p>\n</li>\n</ul>\n<h3 id=\"file-object-fields\">File object fields</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"FileType\": \"xlsx\", \n\"Encoding\": \"UTF-8\", \n\"IsArchive\": false,\n\"Data\" : (string): Excel content \n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response structure will provide feedback on the success or failure of the import operation. While the exact response structure is not detailed here, users can expect a confirmation of the import status, along with any relevant messages or error details if applicable.</p>\n<p><strong>201 CREATED</strong></p>\n<ul>\n<li><p>Default success code for creation - resource has been created successfully.</p>\n</li>\n<li><p>The location header points to the URL of the created task (<strong>api/tasks/exhibitors/import/{id}</strong>).</p>\n</li>\n<li><p>Alternatively, you can read <code>result.import.id</code> from the response body to build the status URL.</p>\n</li>\n</ul>\n<p><strong>400 BAD REQUEST</strong><br />Default Error Code - Used if an object has invalid parameters, for more information about this read \"Errors\".</p>\n<p><strong>500 INTERNAL SERVER ERROR</strong><br />Default Error Code - Used if an exception occurs  \n﻿</p>\n<h3 id=\"next-steps\">Next Steps</h3>\n<p>1. Poll <strong>GET \"</strong>/tasks/exhibitors/import/{id}\" until status is \"Completed\"</p>\n<p>2. Retrieve result with <strong>GET</strong> \"/tasks/exhibitors/import/{id}/result\"</p>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><p>To use this endpoint effectively, ensure that the <code>FaireventId</code> is correctly populated with the relevant event data. This will ensure that the import operation targets the correct exhibitors associated with the specified fair event.</p>\n</li>\n<li><p>Use \"EnableDetailedResult=true\" to get extended logs in the result.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>If the process is successful, the server returns a <strong>201 Created</strong> status with details of the imported task.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"_links\": {\n    \"self\": { \"href\": \"/exhibitors/import\" },\n    \"curies\": { \n      \"name\": \"adi\",\n        \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n        \"templated\": true\n    }\n}, \n  \"result\": {\n        \"import\": {\n            \"createdBy\": 14961,\n            \"createdOn\": \"2025-09-18T10:31:12.4752569\", \n           \"executionFrom\": \"2025-09-18T10:31:12.4752569\", \n           \"lastActionOn\": \"2025-09-18T10:31:12.7208533\",\n           \"id\": \"742\",\n            \"status\": 253, \n          \"targetResourceId\": 1,  \n          \"finishedOn\": \"2025-09-18T10:31:12.7208533\", \n           \"startedOn\": null, \n           \"taskId\": 12550 \n       }  \n  }\n} \n\n</code></pre>\n<p><strong>Keywords</strong>: exhibitor import, excel import, xlsx, file upload, start task, create import</p>\n","urlObject":{"path":["tasks","exhibitors","import"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"2e829345-b6ad-4c74-9ed8-566d65fe4503","name":"Import Exhibitors by Excel","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"FaireventId\": 1,\r\n    \"UserImportDate\": null,\r\n    \"UserImportMode\": \"ActivationMail\",\r\n    \"InformUsers\": true,\r\n    \"ExhibitorAppearanceChangeMode\": \"NoImport\",\r\n    \"enableDetailedResult\": true,\r\n    \"informExistingExhibitors\": true,\r\n    \"File\":\r\n        {\r\n            \"FileType\": \"xlsx\",\r\n            \"Encoding\": \"UTF-8\",\r\n            \"IsArchive\": false,\r\n            \"Data\": \"UEsDBBQABgAIAAAAIQCOMArTjAEAABcGAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsVMluwjAQvVfqP0S+VsTQQ1VVBA5dji0S9ANMPCQWie16Bgp/30lYVQERIpds9rxlMn794aosoiUENM4mohd3RQQ2ddrYLBHfk4/Os4iQlNWqcBYSsQYUw8H9XX+y9oARV1tMRE7kX6TENIdSYew8WF6ZuVAq4teQSa/SucpAPna7TzJ1lsBShyoMMei/wUwtCoreV/x5o2RqrIheN/sqqkQo7wuTKmKhcmn1P5KOm81MCtqli5KhY/QBlMYcgMoi9sEwYxgDERtDIU9yBijwOtKtq5gra2GYG48PbP0MQ7Vy3tW27ot/RzAaopEK9KlK9i5Xhfx1YT51bh5fBrm2NXWL4lIZu9N9gb/ejLK+9VoWUvmrgRt0EM8YyPp6u4QapoGQp9VCWs0dtmz5CLlBA9K6gLbpN6BNzLkKoMfEJyhrXcAxdoOOnwWE9URNuQ3y8Nz2EB6QL8nhlBkF55GDLMD1M7FLjaq64xkIAhnY58ap87dn5BS8eQihilkN+gS3rGN98AcAAP//AwBQSwMEFAAGAAgAAAAhALVVMCP0AAAATAIAAAsACAJfcmVscy8ucmVscyCiBAIooAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACskk1PwzAMhu9I/IfI99XdkBBCS3dBSLshVH6ASdwPtY2jJBvdvyccEFQagwNHf71+/Mrb3TyN6sgh9uI0rIsSFDsjtnethpf6cXUHKiZylkZxrOHEEXbV9dX2mUdKeSh2vY8qq7iooUvJ3yNG0/FEsRDPLlcaCROlHIYWPZmBWsZNWd5i+K4B1UJT7a2GsLc3oOqTz5t/15am6Q0/iDlM7NKZFchzYmfZrnzIbCH1+RpVU2g5abBinnI6InlfZGzA80SbvxP9fC1OnMhSIjQS+DLPR8cloPV/WrQ08cudecQ3CcOryPDJgosfqN4BAAD//wMAUEsDBBQABgAIAAAAIQDI0luILwMAAEMHAAAPAAAAeGwvd29ya2Jvb2sueG1srFVNb9s4EL0vsP9BS+SqSJRl2RYiF47lYA10F0GbppcABi2NIyIUqSWp2EHR/75DycpHfcm2a9ikyDEf38y8GV18ONTCewRtuJIZoech8UAWquTyPiNfbq78KfGMZbJkQknIyBMY8mH++28Xe6Uftko9eAggTUYqa5s0CExRQc3MuWpAomWndM0sLvV9YBoNrDQVgK1FEIVhEtSMS9IjpPo9GGq34wXkqmhrkLYH0SCYRfqm4o0Z0OriPXA10w9t4xeqbhBiywW3Tx0o8eoiXd9LpdlWoNsHOvYOGr8J/miIQzTchKaTq2peaGXUzp4jdNCTPvGfhgGlb0JwOI3B+5DiQMMjdzl8ZqWTn2SVPGMlL2A0/GU0itLqtJJi8H4SbfzMLSLzix0XcNtL12NN8zerXaYE8QQzdlVyC2VGJrhUe3jZQK9021y2XKA1mk6jCQnmz3K+1rjA3C+EBS2ZhaWSFqV2pP6rsuqwl5VCEXuf4J+Wa8DaQQmhOziyImVbc81s5bVaZGSZ3n0x6OFdew4VCCgqCfouV3spFJbS3SsNslPB/wcVssIFIUDHe3L9849BQI46HZR2bbWHz+v8I0b7M3vE2GOGy2NprjG4dLSRhU7p5lu8iGbJjI79yzgJ/Xg2pf40nuX+cjlaLCeTOL8a5d/RGZ2khWKtrY5pddAZiTGHJ6a/2GGw0DBteflC41t4/Phu/mEYbN+dw66B3XLYmxcBuKV3+MplqfYZ8aPpLEK3noaNyZh4+874lZe2QgXNwhj/0O/9Cfy+QsZ0PHGnUOiOWUbeMMp7Rlf48d3whlHwilLXKpFaN3uyk/cN24IQgN2n23Vhxmedulv0uqRdGoeDJey4hNIVBsK8Wh3BFlgjrdmsDhX2Pqv0Zl03StvNDdQN9lRwpVMw8dm1bHdTSObD/X+cLc5oera4PaMXwStkFM7bW/F8ca09N3WaSKIZHTmWcLAfje1mFDvHINE4XEzCWeyHq9HYjzHyqJJR5C/jPFqNJ6t8dTl2KnEvnPT/aLtdzaXDm8yxrJi2N5oVD/j++wS7S2ZQ1n1QkS86N7AOhlPzfwEAAP//AwBQSwMEFAAGAAgAAAAhAEYVvicCAQAAQwMAABoACAF4bC9fcmVscy93b3JrYm9vay54bWwucmVscyCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKySzWrDMBCE74W+g9h7LTv9oYTIuZRCrm36AEJeWya2ZLTbH799haBxDMG9+CKYXTTzscxu/9N34gsDtd4pKLIcBDrjq9Y1Cj6Or3fPIIi1q3TnHSoYkWBf3t7s3rDTHD+RbQcS0cWRAss8bKUkY7HXlPkBXdzUPvSaowyNHLQ56QblJs+fZLj0gHLmKQ6VgnCo7kEcxyEm/+/t67o1+OLNZ4+Or0RI451Dk7CjrQ4NsoKLYRZpQV4H2awJwvFAOCEkKdNbLDEUazJ8+3Aii8gTx3lEMm0WYR7XhCGrA1bvHGLxaAKajZcu87AqDI9d7Pm5IZT0X7ycVb/8BQAA//8DAFBLAwQUAAYACAAAACEACtTlOJAGAAD/GgAAGAAAAHhsL3dvcmtzaGVldHMvc2hlZXQxLnhtbKSXW2/bNhTH3wf0Owh6jySSonxBnGJtka1vw9qtz7JMx0Qk0RXpXDDsu+9Q0hEJuFCpLEisE9n8n9uPR/Tt+5emjp5Ep6VqdzFJsjgSbaUOsn3YxX99vb9Zx5E2ZXsoa9WKXfwqdPz+7t0vt8+qe9QnIUwECq3exSdjzts01dVJNKVO1Fm08M5RdU1p4N/uIdXnTpSHflFTpzTLirQpZRsPCtsuREMdj7ISn1R1aURrBpFO1KWB+PVJnjWqNVWIXFN2j5fzTaWaM0jsZS3Nay8aR021/fzQqq7c15D3C8nLKnrp4JfCH0M3/f0rT42sOqXV0SSgnA4xX6e/STdpWU1K1/kHyZA87cSTtA10UvRtIRE+aVEnxt4oVkxitlzd9iIPu/ifbPy5gSuxL5l7wff+je9uDxI6bLOKOnHcxb+S7YffWJze3fYA/S3Fs/bsyJT7L6IWlRHghMSR5XOv1KP94Ge4lYGk7j9gJcvKyCfxUdQ1KH+A8PT3wQvY4CKdfPg2+rvvmf6ji/alFh9V/U0ezAmcwt45iGN5qc2f6vl3IR9OBu5yyN3Csz28fhK6AmohmIRy66dSNYjCa9RIu/2AuvJlCH/UXCcrkm3YClT2Qpt7aSXjqLpooxp0PEoNItC4XgSuz4MI5Qldc8ILcDq3EsrQr4RPjSsJT9ac58V6gf9iVIEr+mdJTvlqTaz/wCxWowpcnYrLIlAFhlefEVxRBcyZ4m3GBXDFBVlC8uxnpbO9H1oHhls59W7GJZm6bqkdOsZAJTBFgv22BnrOvYaH6mD3CRgOnMWNIzlWAgzUKaYahkYDpAz1dDBaerR5tdMYKhUqhDgSxyOjHo+jIiQdqohoEscmK95QcISTODqX9B1RJY5VRsI2OkVarYFbfeNt9bEoQFTo0EGIqYOYFNdlBsW50TXNLscyjCC37V1ccypIMnUkQyy4i8M0kGLqKCbkhxWaiwQptuhindnifBBh6oCzTQ9LBCmj3gwsFieCsFFvMPoqM0WwTPdb2RoOtrAnEmLFHFZ0tXSYMMTKGtNICmabIU/Mm0XQk7mcsWXMTR2yWv4sZThrrIG1yxfnjwwwj4H8mgFAfS4nZCD3tvgbnuw5dsMamBNdmlOOTbHG/zhn5LjRrYHRhB9Tctzh1sAw/MdL4PzMERhrYBjr6xYtiAzRyb0jFEn4KmNLzmE5smMNTBAUQ/NCaLjXJlg+wxnHjnBvaFJ3DB7HHtQpMAaOtbWGA27puZpjQa3xo1bP5YRV5F4V6fIzA5/K6c1hH7frGNL+O8Z/AAAA//8AAAD//5SW3W4aMRCFXwXtA5Ss94ckWpC8JU1aaPqTQNvcIYKUq7TKorR9++4UhH2+WEi5A87Ynjkzn03TPWw22+lqu5o0Tz9/D57GWZ4Nul+rx67/dF6dZYM/eblan9//nW669eZxO85O3rgqmzRrC/Z9dP9T139/nrhm+Dxphuu91sZaodrbWCtVm8ZapdpFrNWqvYu1kWqXsXaq2lWsnan2XmpAMh9ERDazWMxPdNu5iLmKH0WEqdciwtVP1rtx5qKe5DD3cyIEZX2RI1DWV6kZLt+ICJtvEydj/eJlSAlzlruQUVRiCYu+JXaBUd8TITDqRyIERt0lQmCXN0DQkhJVewMFMRX3EWByWOsFmRwz7AUah1H0go2D3V7AqbhW0CmZlcBTMiuhx6GHXvBxaJ83fuCYQ/+8YOTQOi8cObptIIVrjf0yhoLKqgUfx6qVH/qpALEXCYIK+mYIHXIr6JvRE1Q6ZuAc1IqOGTNB5VrDJag810gJKupq94ycxjF8SxKMwLzWEOHthxfJOCFp6F9rtCCmQBdbY4ZUMx0jh2eFSRr2r+3hye0v7Fc8ufH1XmNyWxFR2uzYyrmIKGZhGerDUsGT5cuQmgNs2WGbEW3bx9T//1GEORK/ilf51UcfZq8Gy62IKOlSRPBwdUycHTtzLiIGfWG1qdM1aFomQoij1UWnid0+Zud02GDn9DD8MfwHAAD//wAAAP//dI0xDoJAEEWvspkDCOgirmGtbCysPMEqA0xEZjOMmnB6UUOnv/r/veKXMTR4DNJQP5gOa/WQLgowQk07d+X4oZvCplleWPfNGsyZVfn2R7YYKpS3XIGpmXUeya58v55Q79HEEFFONKIHB4aFsNegxL2HyKISSMG0Ex95Et0+kge7dNati6XLwTxQlC4/hGyp8iCHKoPpMHmyXIcWUXcvAAAA//8DAFBLAwQUAAYACAAAACEAhOd1H5IGAACGGgAAEwAAAHhsL3RoZW1lL3RoZW1lMS54bWzsWU2LGzcYvhf6H4a5O/6aGdtLvMEe20mb3SRknZQcZVv2KKsZmZG8GxMCJTn1UiikpZdCbz2U0kADDb30xywktOmP6CvN2COt5Ww+NqUtWcMyo3n06tH7vnr0dfHSvZg6RzjlhCVtt3qh4jo4GbMJSWZt99ZwUGq6DhcomSDKEtx2l5i7l3Y//ugi2hERjrED9RO+g9puJMR8p1zmYyhG/AKb4wS+TVkaIwGv6aw8SdEx2I1puVapBOUYkcR1EhSD2evTKRljd3dltk/BdiK4LBjT9EAaxZvYyWFVIviShzR1jhBtu9DChB0P8T3hOhRxAR/abkX9ueXdi2W0k1eiYktdrd5A/eX18gqTw5pqM52N1o16nu8FnbV9BaBiE9dv9IN+sLanAGg8hp5mXHSbfrfV7fk5VgNljxbbvUavXjXwmv36BueOL38GXoEy+94GfjAIwYsGXoEyvG/xSaMWegZegTJ8sIFvVDo9r2HgFSiiJDncQFf8oB6ueruGTBm9YoW3fG/QqOXGCxRkwzq7ZBNTlohtuRajuywdAEACKRIkccRyjqdoDPkbIkpGKXH2yCyCxJujhHEortQqg0od/sufp56UR9AORlptyQuY8I0iycfh45TMRdv9FKy6GuT5s2cnD5+ePPz15NGjk4c/520rU0a9KyiZ6fVe/vDVX9997vz5y/cvH3+dNX0az3X8i5++ePHb768yDz0uXPH8mycvnj55/u2Xf/z42GK9k6KRDh+SGHPnGj52brIYOmjhj0fpm9UYRogYNVAEti2m+yIygNeWiNpwXWy68HYKKmMDXl7cNbgeROlCEEvLV6PYAO4zRrsstTrgqmxL8/BwkczsjacLHXcToSNb2yFKjAD3F3OQV2IzGUbYoHmDokSgGU6wcOQ3doixpXd3CDH8uk/GKeNsKpw7xOkiYnXJkIyMRCoqXSExxGVpIwihNnyzf9vpMmrrdQ8fmUgYFohayA8xNdx4GS0Eim0mhyimusP3kIhsJA+W6VjH9bmASM8wZU5/gjm31bmeQn+1oF8FhbGHfZ8uYxOZCnJos7mHGNORPXYYRiieWzmTJNKxn/BDSFHk3GDCBt9n5giR7xAHlGwN922CjXCfLQS3QFx1SkWCyC+L1BLLy5iZ43FJpwgrlQHtNyQ9JsmZ+n5K2f1/RtntGn0Omm43/C5q3kmJdUxdOaXh23D/QeXuoUVyA8Ng2Zy5Pgj3B+F2//fCvW0sn79cFwoN4l2s1dXKPd66cJ8SSg/EkuI9rtbuHOalyQAK1aZC7SzXG7l5BI/5NsHAzVKk6jgpE58RER1EaA4L/Krass54bnrGnTnjsO5XxWorjE/ZVruHRbzPJtl+tVqVe9NMPDgSRXnFX5fDXkNk6KBR7MHW5tWudqb2yisCsu6bkNAaM0nULSQaq0KIwqtIqJ6dC4uWhUVTml+FahXFtSuA2joqsHByYLnVdn0vOweALRWieCLjlB0JrKIrg3Oukd7mTKpnAKwiVhlQRLoluW7tnuxdlmqvEWmDhJZuJgktDSM0wXl26gcn5xnrVhFSg550xWo0FDQazfcRaykip7SBJrpS0MQ5brtB3YdTsTGat90p7PvhMZ5D7nC54EV0BsdmY5FmA/5tlGWectFDPMocrkQnU4OYCJw6lMRtV3Z/nQ00URqiuFVrIAj/WnItkJV/GzkIuhlkPJ3isdDDrpVIT2evoPCZVli/qupvD5Y12QLCfRBNjp0RXaQ3EaSY36hKB04Ih+OfaubNCYHzzLWQFfl3amLKZVc/UFQ5lJUjOo9QPqPoYp7BlYiu6ai3tQ+0t7zP4NBNF45mcoJ951n37Klaek4TzWLONFRFzpp2MX1/k7zGqphEDVaZdKttAy+0rrXSOkhU6yxxxqz7GhOCRq1ozKAmGW/KsNTsvNSkdo4LAs0TwRa/recIqyfeduaHeqezVk4Qq3WlSnx15aHfTbDRXRCPHpwCL6jgKpRw85AiWPRl58iZbMAQuSfyNSI8OYuUtN37Fb/jhTU/LFWafr/k1b1Kqel36qWO79erfb9a6XVrD2BiEVFc9bPrlgEcRNFlfumiyjcuXuLVWduFMYvLTF2slBVxdfFSrVkuXpyhvF9xHQKicz+oDVr1VjcoteqdQcnrdZulVhh0S70gbPQGvdBvtgYPXOdIgb1OPfSCfrMUVMOw5AUVSb/ZKjW8Wq3jNTrNvtd5kC9joOeZfOS+APcqXrt/AwAA//8DAFBLAwQUAAYACAAAACEAP5u5Fm0DAACtCgAADQAAAHhsL3N0eWxlcy54bWy8Vltv2zYUfh/Q/0DwXdElkmp5loo6joACXTEsGTBg6QMtUTZRXgSKzuQV++87pGRbTpte0mx6sMmjc75zPzqLV73g6J7qjimZ4/AiwIjKStVMbnL8+23pzTDqDJE14UrSHO9ph18VL35adGbP6c2WUoMAQnY53hrTzn2/q7ZUkO5CtVTCm0ZpQQxc9cbvWk1J3Vkhwf0oCFJfECbxgDAX1beACKI/7FqvUqIlhq0ZZ2bvsDAS1fzNRipN1hxM7cOYVKgPUx2hXh+UOOonegSrtOpUYy4A11dNwyr6qbmZn/mkOiEB8tOQwsQPojPfe/1EpNjX9J7Z9OFiIXeiFKZDldpJk+P4SELDmzc15DiNMRqycqVqiFNwEQQ///kbrd/bE/YPMGcyybnMHp47T4g7r67v0HY7F2LedY/Ipg/0jcoe4X75gDuAx7L6o3PFolHy5OMlpMMmev5Bqr9kaV+Bj+C45SoW3d/onnCghBajUlxpZKBAwW9HkUTQgeOKcLbWzLI1RDC+H8iRJbiaHvkEgwpzBg0aHtejN+scl2WQhdexg/k/lNlwDUn8Yc98F2gIB+P8WFORDS0QigW0n6FalnBB4/l230JgJUyKIUCO7yvcG032YZRMBHynsFisla5hMh2q2SZ1IBULThsDedFss7X/RrXwu1bGQPcWi5qRjZKE26o5SIyHDoqAcn5jp9cfzRl230wqHuag9d42jD2CI+NxwBsuFn+KNmBPYDMw+fthUd8c8c+kx9b9mllHeUTalu/f7cSa6tLN4bHqz1Dj7Ft8/U7QMHUT45lNDVM3S54d1c2c50b9D6I6qcrw0ap8kCk7Ej+X9glW9AQsV/hQ6pN+OuumY18gO/VyfOOWCF3DuB6rG613jBsmP9NLgFr3p+5088zYr7rr26MecKGmDdlxc3t8mePT+Rdas50A70auX9m9Mg4ix6fzWztEwtQOINqbtx18NeAf7TTL8cfr5ctsdV1G3ixYzrz4kiZelixXXhJfLVerMgui4OqfyW7xA5uFW4VgXoTxvOOwf+jR2dH4mxMNonm6DOa78QlmT23PojR4nYSBV14GoRenZObN0svEK5MwWqXx8jopk4ntyRM3kMAPw2GXscYnc8ME5UwecnXI0JQKSYLrF5zwD5nwT3tm8S8AAAD//wMAUEsDBBQABgAIAAAAIQAv121foQIAAAYKAAAUAAAAeGwvc2hhcmVkU3RyaW5ncy54bWyUVk1z2jAQvXem/8HjOzEmH810gDQ4kGRCQ1pID71kFHvBGmTJldYZyK+vTPCEepFDTx7rPa1Wq/e06l6sMuG9gDZcyZ4fHrV9D2SsEi4XPf9xNmqd+55BJhMmlISevwbjX/Q/f+oag56dK03PTxHzr0Fg4hQyZo5UDtIic6UzhvZXLwKTa2CJSQEwE0Gn3T4LMsal78WqkNjzv5z6XiH5nwKi7UDH73cN73exP+PxEvBHoZCF3QD73aAcJ1injg1XKX/mqPTTcIWgJRO3iZtzzzIg4d9DlHDDCiV83Bz8xA2PuYTJfFAY+zXGzdvURq/HSi2L3E2b5moJcszkomALqPNGjGt4AYmXeQ5MMxlDQ4H2sW+YEIdEHQml9CHEgVKYHkK8tCo6hBeVuxICkon8L/pPYEaRKY8G9NMVQC64XM7K2taDRkoii7GhjhXjFxMFOZIK3H5LMe0/4xpxts4dxMsk0VZKDQlVjClqa8r6hv5F74vsGchJVpxSvcQ5uyDxzS5IXFOBEce1Oy2GMNEPWr1we9Iu2sYvziCNbqqyeFD28hORSpyLlIzJfM5jGKiVK5NtOPeB7busDrrRSP2a/U1iNtNJ9N3LeJoqjftKs0PqOEkbV424NljqvV64DTpmDeDUOgkZ2ra1d+6Mo9gf9RpkQtX8lk7ZsoQ78kNqe+DH5idFpvcDKWxFuTXfbWPc/rnk9N7QnN56pzgd9mb9D2DnAm+JboVNmpHdBOkRO7I4PkQ7JLMbJkl3jE5aYYcwB/ZVUc/pKmzZd0d99Bo0eRWUs6lCroZEaMNW57R9Fp63wjA8bUTJulHKlPF+A0eQ3t21R54HA3t/g4YmyrPNs33ybb1erebzxMTx0etrPYuSA9rNCuw7rv8XAAD//wMAUEsDBBQABgAIAAAAIQAFnuxq3QAAANkBAAAjAAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHOskc1OwzAMgO9IvEPkO0m7A0Jo6S4IaVcoD5ClbhutdULsIfr2hFs7TeLCzT/y50/2/vA9T+oLM4dIFmpdgULysQs0WPhoXx+eQLE46twUCS0syHBo7u/2bzg5KUM8hsSqUIgtjCLp2Rj2I86OdUxIpdPHPDspaR5Mcv7sBjS7qno0ec2AZsNUx85CPnY7UO2Syua/2bHvg8eX6C8zktxYYT4vmJfWnSYsVJcHFAtar8q8imtd3MHc1qr/UyvlQIL5HUXK3XnjdtUzV3mtT4F+Jc3mIc0PAAAA//8DAFBLAwQUAAYACAAAACEAMSWc87oBAABCBAAAEgAAAHhsL2Nvbm5lY3Rpb25zLnhtbOxTTYvbMBC9F/ofhM6N5bTstpjYS+k2sIdCoLs9BYIij20R6wPN2CSU/veOnQ3dsofuZW/VQcxopDdv3oxWN0fXixES2uBLucxyKcCbUFvflvLhfr34JAWS9rXug4dSngDlTfX2zcoE78EQP0PBGB5L2RHFQik0HTiNWYjgOdKE5DSxm1qFMYGusQMg16v3eX6tnLZenhEKZ14C4nQ6DHFhgoua7N72lk4zlhTOFHetD0nve+Z6TMvrC/RkPwN31qSAoaGMwVRoGmvgGcflR5VgtJNADFc9KVzYmiXjDIxdDJPzM39cizxfXvGW54s1r3m7xH5J4bVjfp9rSwPuvh47roJC2t25GBLt7sHFXhNIQafI97iIBE0C1q3+cWkVH+61ObQpDP5MA/UIt5r0xKlaERxpkwS3Eja6nVCumBM3MwzJwNpOAn0ptg/IgNtv2XdumvWQtreABwpx+y9ymcFRihqMdbov5Tsm24UBeVJ4EjL29L6UPE0YteFUnJk1djM5tjyCGciOc+RMdm2hr5Fjg6dSfrjUMB+rJ1f+2/SamqhpcM69qFazs0ls/PnufzlY/QYAAP//AwBQSwMEFAAGAAgAAAAhANGbUtjiAQAA1RIAACcAAAB4bC9wcmludGVyU2V0dGluZ3MvcHJpbnRlclNldHRpbmdzMS5iaW7sWNlKQlEUXZqhFSJBH+APKDnkQxBkzuKEQxoIIRkhiUlaT9I39NxL/+M39BG9RQ91W+dc55RSMSXvvtwz7X32PXtgn8UtoogM/EjAxt4GL1J8bNjn4+jxDrjihB1JhGCl7A1uUYYgnWHP/IL3Xcsb9Dps4WnHbSpDByMKenLZsls06cZ/QI92u8vx8cx3PHUFl2ynpzD3VXHPtkkdFyhNqWJ7jLzw0ChNMGXxPlz6F4xQFJlRzBowf9TZ4GiVnHCcisasmUDWGspFMllvOhtNnhw5zOPCvAax00z8aw8M5l8g4V/L7ButldPON3pBM3Uq8ffq+wzTTKFVNb1uGmU1G1XRrW2TVAf7RxsS+Wnf74/qwyFv9zwivM39vNfzvP0FEjjjm0UAcbh444uVFLlJxDj2I035U3LTUroAD9xcd/ENU07o8RA3OIkizqFyfQgSM9g5i1OHRqvmATUPcmhIXNRgJL2MY1zmRQQPxIB2uRKRnDrq5JaIgUqcx4ipBBKqduKvZkGM8hnmiNi7LMpLa66lVRXU2DclfqsSA9ZwxXHt36SiYcQSRflUPiSSWr6JogquL6LVqp3mAc0DK+oB59C5LJw99iuVV/4pEDfbbNRCay6z592/5ln3BQAA//8DAFBLAwQUAAYACAAAACEAjqrlZUgBAABAAgAAHgAAAHhsL3F1ZXJ5VGFibGVzL3F1ZXJ5VGFibGUxLnhtbIyRwU7DMAyG70i8Q5X7lpTDQBXdNCQmdkEchjhOWeq2EUkcEnfahHh30o4JpO5ADlZsx59//blfHKzJ9hCiRleyfCpYBk5hpV1TstfNanLHskjSVdKgg5IdIbLF/Prq/qODcNzInYEsIVwsWUvkC86jasHKOEUPLnVqDFZSSkPDow8gq9gCkDX8RogZt1I7diIUVv0HYmV47/xEofWS9E4bTceBxTKrinXjMPSqSnYI+eyM7u8juNUqYMSapgnGsa61gpHG/JYH2Ovenx7npE3oZaWpi9vHQ5sEEIbt2noMtN2A9UYSsEyhc6AoTa2r5GvSkRQUnU7Jp/g5EyHyWQpC/IZz74tlsiNcDe4NiLRcem+Oz53dQTg1kuvpw4byA4bqQnmFjkZvXyQRBDeqL41unIULE2+6ovYJdNP+pfH5NwAAAP//AwBQSwMEFAAGAAgAAAAhAL7jc21VAQAAbgIAABEACAFkb2NQcm9wcy9jb3JlLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHySX0+DMBTF3038DqTvUAo6ZwMs8c+eXGIii8a3pr0bRFqatsr27S1sQ8yMj+0599dzbpotdrIJvsDYulU5IlGMAlC8FbXa5mhdLsM5CqxjSrCmVZCjPVi0KC4vMq4pbw08m1aDcTXYwJOUpVznqHJOU4wtr0AyG3mH8uKmNZI5fzRbrBn/YFvASRzPsATHBHMM98BQj0R0RAo+IvWnaQaA4BgakKCcxSQi+MfrwEj758CgTJyydnvtOx3jTtmCH8TRvbP1aOy6LurSIYbPT/Db6ullqBrWqt8VB1RkglNugLnWFCvmF6SC3lMrMBmeaP0eG2bdyq98U4O42xdr0QaPlW/Hq8F97vDwocvhBRCBT0cPXU7Ka3r/UC5RkcRkHpI4TJKSEJre0Ji89wF+zfdpDxfyGONfYnIdxrOQzMv4lpIrmk6JJ0CR4bMfUnwDAAD//wMAUEsDBBQABgAIAAAAIQCCnk4JzwEAANYDAAAQAAgBZG9jUHJvcHMvYXBwLnhtbCCiBAEooAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKRTwW7bMAy9D9g/eL43crKiGALZRZp26IANCxC310CW6ViYLAkSYyT7nv3Jfmy0jTjuOuyw3Ug+6unpkeK3x0ZHLfigrEnj+SyJIzDSlsrs0/gp/3j1IY4CClMKbQ2k8QlCfJu9fcM33jrwqCBERGFCGteIbslYkDU0IswINoRU1jcCKfV7ZqtKSbi38tCAQbZIkhsGRwRTQnnlRsJ4YFy2+K+kpZWdvvCcnxwJznhuUehcNZAlnF0SvnJOKymQXp99UdLbYCuMHo4SNGdTkJPqLciDV3jqOKYp30qhYU0XZpXQATi7FPgjiM7MjVA+ZLzFZQsSrY+C+k52XsdRIQJ0MtO4FV4JgyS3axuSPtYuoM9WvgCFodA/fyCC54y6BqQPpwemsbrO5n0DBX9tHLjuwAhjEKI78KBolv9/Tyd0eDUJeOlHrlBD+FpthMc/2LOY2tPrG8wZpOaiAK1hMVU4enIG361KhYewezjWqlDk/O5T46zHXQ6N0wJfv6+fDyn9TdvaNk6YEwFj9FmZb+HJ5faeeM6zf1nk21p4KGldxt0YC/yRxu51R7KuhdlDee55DXSb+jx802x+M0veJ7SEkxpnlw+Z/QIAAP//AwBQSwECLQAUAAYACAAAACEAjjAK04wBAAAXBgAAEwAAAAAAAAAAAAAAAAAAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQItABQABgAIAAAAIQC1VTAj9AAAAEwCAAALAAAAAAAAAAAAAAAAAMUDAABfcmVscy8ucmVsc1BLAQItABQABgAIAAAAIQDI0luILwMAAEMHAAAPAAAAAAAAAAAAAAAAAOoGAAB4bC93b3JrYm9vay54bWxQSwECLQAUAAYACAAAACEARhW+JwIBAABDAwAAGgAAAAAAAAAAAAAAAABGCgAAeGwvX3JlbHMvd29ya2Jvb2sueG1sLnJlbHNQSwECLQAUAAYACAAAACEACtTlOJAGAAD/GgAAGAAAAAAAAAAAAAAAAACIDAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1sUEsBAi0AFAAGAAgAAAAhAITndR+SBgAAhhoAABMAAAAAAAAAAAAAAAAAThMAAHhsL3RoZW1lL3RoZW1lMS54bWxQSwECLQAUAAYACAAAACEAP5u5Fm0DAACtCgAADQAAAAAAAAAAAAAAAAARGgAAeGwvc3R5bGVzLnhtbFBLAQItABQABgAIAAAAIQAv121foQIAAAYKAAAUAAAAAAAAAAAAAAAAAKkdAAB4bC9zaGFyZWRTdHJpbmdzLnhtbFBLAQItABQABgAIAAAAIQAFnuxq3QAAANkBAAAjAAAAAAAAAAAAAAAAAHwgAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQItABQABgAIAAAAIQAxJZzzugEAAEIEAAASAAAAAAAAAAAAAAAAAJohAAB4bC9jb25uZWN0aW9ucy54bWxQSwECLQAUAAYACAAAACEA0ZtS2OIBAADVEgAAJwAAAAAAAAAAAAAAAACEIwAAeGwvcHJpbnRlclNldHRpbmdzL3ByaW50ZXJTZXR0aW5nczEuYmluUEsBAi0AFAAGAAgAAAAhAI6q5WVIAQAAQAIAAB4AAAAAAAAAAAAAAAAAqyUAAHhsL3F1ZXJ5VGFibGVzL3F1ZXJ5VGFibGUxLnhtbFBLAQItABQABgAIAAAAIQC+43NtVQEAAG4CAAARAAAAAAAAAAAAAAAAAC8nAABkb2NQcm9wcy9jb3JlLnhtbFBLAQItABQABgAIAAAAIQCCnk4JzwEAANYDAAAQAAAAAAAAAAAAAAAAALspAABkb2NQcm9wcy9hcHAueG1sUEsFBgAAAAAOAA4AsgMAAMAsAAAAAA==\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"287"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"location","value":"http://localhost:8000/ADITUS-DEV-0_F4_API/api/tasks/exhibitors/import/934"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Fri, 27 Mar 2026 07:31:39 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d2b3704e12ade302677c8edbf6c665f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DUS51-P6"},{"key":"X-Amz-Cf-Id","value":"4MSSXM-hgKiy9UeACcwMpnR-W_-HXMupZqeCSoSzhkQadHYbbg2cIA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://localhost:8000/ADITUS-DEV-0_F4_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"import\": {\n            \"createdBy\": 9,\n            \"createdOn\": \"2026-03-27T08:31:38.5696219\",\n            \"executionFrom\": \"2026-03-27T08:31:38.5696219\",\n            \"lastActionOn\": \"2026-03-27T08:31:38.8671242\",\n            \"id\": \"934\",\n            \"status\": 253,\n            \"targetResourceId\": 42,\n            \"finishedOn\": \"2026-03-27T08:31:38.8671242\",\n            \"startedOn\": null,\n            \"taskId\": 50375\n        }\n    }\n}"}],"_postman_id":"f8e23065-28c0-49db-95a2-346687c07ddb"},{"name":"Import Exhibitors by JSON","event":[{"listen":"test","script":{"id":"5fc5deb0-e7cd-497d-8691-969f65086e85","exec":["pm.test(\"201 Created\", function () {\r","    pm.response.to.have.status(201);\r","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e3329ed1-0f24-4df9-8131-07c9e295bc1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{User_Client_Key}}"},{"key":"password","value":"{{User_Client_Secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FaireventId\": 1,\r\n    \"UserImportDate\": null,\r\n    \"UserImportMode\": 4,\r\n    \"InformUsers\": true,\r\n    \"ExhibitorAppearanceChangeMode\": \"NoImport\",\r\n    \"EnableDetailedResult\": true,\r\n    \"TicketQuotas\":\r\n    [\r\n        {\r\n            \"ArticleId\": 2515,\r\n            \"QuotaColumn\": \"TicketQuota1\"\r\n        }\r\n    ],\r\n    \"InformExistingExhibitors\": true,\r\n    \"Data\": \r\n    [\r\n        {\r\n            \"Exhibitor_ExternalId\": \"UE-JSON-LAXX3\",\r\n            \"Exhibitor_Name1\": \"LAXX KG 3\",\r\n            \"FaireventAppearance_ExternalId\": \"UE-JSON-LAXX3\",\r\n            \"FaireventAppearance_EntryStatus\": 3, \r\n            \"User_FirstName\": \"Bea\",\r\n            \"User_LastName\": \"Kübler\",\r\n            \"User_Gender\": 2,   // oder \"Female\"\r\n            \"EMail\": \"bea.kuebler3@gffgjsfs.zzz\",\r\n            \"TicketQuota1\": 6\r\n        },\r\n        {\r\n            \"Exhibitor_ExternalId\": \"UE_JSON-SAX3\",\r\n            \"Exhibitor_Name1\": \"SAXX AG 3\",\r\n            \"FaireventAppearance_ExternalId\": \"UE-JSON-SAXX3\",\r\n            \"User_FirstName\": \"Georg\",\r\n            \"User_LastName\": \"Gatter\",\r\n            \"EMail\": \"georg.gatter3@gffgjsfs.zzz\",\r\n            \"TicketQuota1\": 7\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import","description":"<h2 id=\"import-exhibitors-for-a-task\">Import Exhibitors for a Task</h2>\n<p>This endpoint is used to initiate the \"import process for exhibitors\" associated with a specific event by providing exhibitor data as JSON. By sending a POST request to this endpoint, the backend system creates an ExhibitorImportTask and starts processing the import of exhibitor data asynchronously.</p>\n<h3 id=\"auth-and-role\">Auth and Role</h3>\n<ul>\n<li><p><strong>Auth</strong><br />  OAuth 2.0 (inherit from collection)</p>\n</li>\n<li><p><strong>Required role</strong><br />  BASEROLE APITASKS</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<p>The request object <a href=\"https://aditus.atlassian.net/wiki/spaces/API/pages/1671922460/StartExhibitorImportRequest\">StartExhibitorImportRequest</a> will be delivered in JSON format. In this variant, you must provide the <strong>Data</strong> array.</p>\n<p>Exactly one of <strong>Data</strong> or <strong>File</strong> must be present — if <strong>File</strong> is used, see the <strong>EXCEL</strong> request.</p>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <a href=\"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import\">https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import</a></p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><strong>Content-Type:</strong> application/json</p>\n</li>\n<li><p><strong>Accept</strong>: */*</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and contains the following parameter:</p>\n<ul>\n<li><p><strong>FaireventId</strong>: represents the ID of the fair event for which the exhibitors are being imported. This parameter is essential for identifying the specific event.</p>\n</li>\n<li><p><strong>UserImportDate (DateTime?, optional)</strong> – when to send activation mail (if UserImportMode uses ActivationMail). Default is <strong>null</strong> which results in an immediate sending of the e-mail.</p>\n</li>\n<li><p><strong>UserImportMode</strong> (enum, optional) – how users are imported. Possible values are:</p>\n<ul>\n<li><p>0 = NoImport -&gt; <strong>default</strong> -&gt; No users should be imported.</p>\n</li>\n<li><p>1 = ActivationMail -&gt; Users should be imported. Activation of accounts will be processed via activation mails.</p>\n</li>\n<li><p>2 = DeepLinkImport -&gt; Users should be imported. They should gain access to the system by deep link token read from the import file.</p>\n</li>\n<li><p>3 = DeepLinkCreation -&gt; Users should be imported. They should gain access to the system by deep link token read created during import.</p>\n</li>\n<li><p>4 = ActiveUser -&gt; The user's account will be immediatly activated</p>\n</li>\n</ul>\n</li>\n<li><p><strong>InformUsers</strong>: If \"true\" and if ImportMode is \"ActiveUser\" then the new user gets an e-mail about the details of his account. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>TicketQuotas</strong> Listing of ticket quota column / article mappings.</p>\n</li>\n<li><p><strong>ExhibitorAppearanceChangeMode</strong> (enum) allows assigning an already imported fairevent appearance to another exhibitor. Possible values are:</p>\n<ul>\n<li><p>NoImport -&gt; An already imported exhibitor appearance remains unaffected.</p>\n</li>\n<li><p>AssignAnotherExhibitor -&gt; An already imported exhibitor appearance can be assigned to another exhibitor.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>EnableDetailedResult (bool)</strong> include info messages in result. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>CheckSkip (bool)</strong> Enable the check to determine if the file is identical to the previously executed import of the same event. If true, the processing is terminated early and the import execution is skipped. The defalt value: <strong>true</strong>.</p>\n</li>\n<li><p><strong>InformExistingExhibitors (bool)</strong> inform existing exhibitor about new appearance. Default: <strong>false</strong></p>\n</li>\n<li><p><strong>Data</strong> Exhibitor import data in JSON format.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response structure will provide feedback on the success or failure of the import operation. While the exact response structure is not detailed here, users can expect a confirmation of the import status, along with any relevant messages or error details if applicable.</p>\n<p><strong>201 CREATED</strong></p>\n<ul>\n<li><p>Default success code for creation - resource has been created successfully.</p>\n</li>\n<li><p>The location header points to the URL of the created task (<strong>api/tasks/exhibitors/import/{id}</strong>).</p>\n</li>\n<li><p>Alternatively, you can read <code>result.import.id</code> from the response body to build the status URL.</p>\n</li>\n</ul>\n<p><strong>400 BAD REQUEST</strong></p>\n<p>Default Error Code - Used if an object has invalid parameters, for more information about this read \"<a href=\"https://aditus.atlassian.net/wiki/spaces/API/pages/1139540828/Errors\">Errors</a>\".</p>\n<p><strong>500 INTERNAL SERVER ERROR</strong></p>\n<p>Default Error Code - Used if an exception occurs</p>\n<h3 id=\"next-steps\">Next Steps</h3>\n<p>1. Poll <strong>GET \"</strong>/tasks/exhibitors/import/{id}\" until status is \"Completed\"</p>\n<p>2. Retrieve result with <strong>GET</strong> \"/tasks/exhibitors/import/{id}/result\"</p>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><p>To use this endpoint effectively, ensure that the <code>FaireventId</code> is correctly populated with the relevant event data. This will ensure that the import operation targets the correct exhibitors associated with the specified fair event.</p>\n</li>\n<li><p>Use \"EnableDetailedResult=true\" to get extended logs in the result.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>If the process is successful, the server returns a <strong>201 Created</strong> status with details of the imported task.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"_links\": {\n  \"self\": { \"href\": \"/exhibitors/import\" },\n  \"curies\": {\n  \"name\": \"adi\",\n  \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n  \"templated\": true\n  }\n},\n \"result\": {\n \"import\": {\n   \"createdBy\": 14961,   \n   \"createdOn\": \"2025-09-18T10:31:12.4752569\",\n   \"executionFrom\": \"2025-09-18T10:31:12.4752569\",\n   \"lastActionOn\": \"2025-09-18T10:31:12.7208533\",\n   \"id\": \"742\",\n   \"status\": 253,\n   \"targetResourceId\": 1,\n   \"finishedOn\": \"2025-09-18T10:31:12.7208533\",\n   \"startedOn\": null,\n   \"taskId\": 12550\n   }\n  }\n}\n\n</code></pre>\n<p><strong>Keywords</strong>: exhibitor import, json import, data array, start task, create import</p>\n","urlObject":{"path":["tasks","exhibitors","import"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"57576d06-0747-4dc4-a624-8be8fe09c3c8","name":"Import Exhibitors by JSON","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"FaireventId\": 1,\r\n    \"UserImportDate\": null,\r\n    \"UserImportMode\": 4,\r\n    \"InformUsers\": true,\r\n    \"ExhibitorAppearanceChangeMode\": \"NoImport\",\r\n    \"EnableDetailedResult\": true,\r\n    \"TicketQuotas\":\r\n    [\r\n        {\r\n            \"ArticleId\": 2515,\r\n            \"QuotaColumn\": \"TicketQuota1\"\r\n        }\r\n    ],\r\n    \"InformExistingExhibitors\": true,\r\n    \"Data\": \r\n    [\r\n        {\r\n            \"Exhibitor_ExternalId\": \"UE-JSON-LAXX3\",\r\n            \"Exhibitor_Name1\": \"LAXX KG 3\",\r\n            \"FaireventAppearance_ExternalId\": \"UE-JSON-LAXX3\",\r\n            \"FaireventAppearance_EntryStatus\": 3, \r\n            \"User_FirstName\": \"Bea\",\r\n            \"User_LastName\": \"Kübler\",\r\n            \"User_Gender\": 2,   // oder \"Female\"\r\n            \"EMail\": \"bea.kuebler3@gffgjsfs.zzz\",\r\n            \"TicketQuota1\": 6\r\n        },\r\n        {\r\n            \"Exhibitor_ExternalId\": \"UE_JSON-SAX3\",\r\n            \"Exhibitor_Name1\": \"SAXX AG 3\",\r\n            \"FaireventAppearance_ExternalId\": \"UE-JSON-SAXX3\",\r\n            \"User_FirstName\": \"Georg\",\r\n            \"User_LastName\": \"Gatter\",\r\n            \"EMail\": \"georg.gatter3@gffgjsfs.zzz\",\r\n            \"TicketQuota1\": 7\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import"},"status":"Created","code":201,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"location","value":"http://localhost:8000/ADITUS-DEV-0_F4_API/api/tasks/exhibitors/import/935"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Fri, 27 Mar 2026 07:41:10 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3e8231224892d72567446c12b6d2ab8a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DUS51-P6"},{"key":"X-Amz-Cf-Id","value":"bcVlMED3SFIlaMpMDzZOVI7zo0_UPpT8ReTT_v4zbM2uo2-0Nj6QJg=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://localhost:8000/ADITUS-DEV-0_F4_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"import\": {\n            \"createdBy\": 9,\n            \"createdOn\": \"2026-03-27T08:41:09.8816368\",\n            \"executionFrom\": \"2026-03-27T08:41:09.8816368\",\n            \"lastActionOn\": \"2026-03-27T08:41:09.8816368\",\n            \"id\": \"935\",\n            \"status\": 64,\n            \"targetResourceId\": 42,\n            \"finishedOn\": null,\n            \"startedOn\": null,\n            \"taskId\": 50376\n        }\n    }\n}"}],"_postman_id":"e3329ed1-0f24-4df9-8131-07c9e295bc1b"},{"name":"Get Import Task Status","id":"27e07661-75a0-46e6-a3fe-515c71dee992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/{id}","description":"<h2 id=\"get-exhibitor-import-task-status\"><strong>Get Exhibitor Import Task (Status)</strong></h2>\n<p>Retrieves the <strong>current status</strong> of an exhibitor import task (<code>ExhibitorImportTask</code>). Use this endpoint to <strong>poll</strong> the task until it finishes. When the task is completed, follow the <code>Location</code> header to fetch the final result.</p>\n<h3 id=\"auth-and-role\">Auth and Role</h3>\n<ul>\n<li><p><strong>Auth</strong><br />  OAuth 2.0 (inherit from collection)</p>\n</li>\n<li><p><strong>Required role</strong><br />  BASEROLE APITASKS</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL:</strong> https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/{id}</p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><strong>Accept</strong>: */*</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>None required</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p><strong>200 OK</strong></p>\n<ul>\n<li><p>Returns <strong><code>ExhibitorImportTask (status)</code></strong></p>\n</li>\n<li><p>Location header behavior</p>\n<ul>\n<li><p>If the task is <strong>not completed</strong>, <code>Location</code> points back to <code>/tasks/exhibitors/import/{id}</code> (poll again).</p>\n</li>\n<li><p>If the task is <strong>completed</strong>, <code>Location</code> points to <code>/tasks/exhibitors/import/{id}/result</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>404 Not Found</strong> – Returned if:</p>\n<ul>\n<li>The specified <code>{id}</code> does not exist</li>\n</ul>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><p>Call this endpoint repeatedly until the task is finished (e.g. when finishedOn is not null or when Location points to …/{id}/result).</p>\n</li>\n<li><p>Once the task is complete, follow the Location link to GET /tasks/exhibitors/import/{id}/result to view the detailed outcome.</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>If the process is successful, the server returns a <strong>200 OK</strong> status with details of the imported task.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import/177\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"import\": {\n            \"createdBy\": 9,\n            \"createdOn\": \"2024-05-28T15:57:50.2277608\",\n            \"executionFrom\": \"2024-05-28T15:57:50.2277608\",\n            \"lastActionOn\": \"2024-05-28T15:57:55.7655799\",\n            \"id\": \"177\",\n            \"status\": 254,\n            \"targetResourceId\": 1,\n            \"finishedOn\": \"2024-05-28T15:57:55.7655799\",\n            \"startedOn\": \"2024-05-28T15:57:55.5316019\",\n            \"taskId\": 3404\n        }\n    }\n}\n\n</code></pre>\n<p><strong>Keywords</strong>: exhibitor import, poll status, task status, finishedOn, location header</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["tasks","exhibitors","import","{id}"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"3a98d130-d4e2-40d2-b1c7-da014520a4e5","name":"tasks/exhibitors/import/{id}","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/177"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"295"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"location","value":"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/exhibitors/import/177/result"},{"key":"vary","value":"Content-Encoding"},{"key":"date","value":"Mon, 22 Sep 2025 13:05:57 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 22280aca8f4b6a1121b2fdf24a68d038.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CDG52-P3"},{"key":"X-Amz-Cf-Id","value":"0kfUWEup2RkifjLpWp3KIx9_mPNOmNT83P4P_n5nM4K3rg51Sl_D1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import/177\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"import\": {\n            \"createdBy\": 9,\n            \"createdOn\": \"2024-05-28T15:57:50.2277608\",\n            \"executionFrom\": \"2024-05-28T15:57:50.2277608\",\n            \"lastActionOn\": \"2024-05-28T15:57:55.7655799\",\n            \"id\": \"177\",\n            \"status\": 254,\n            \"targetResourceId\": 1,\n            \"finishedOn\": \"2024-05-28T15:57:55.7655799\",\n            \"startedOn\": \"2024-05-28T15:57:55.5316019\",\n            \"taskId\": 3404\n        }\n    }\n}"}],"_postman_id":"27e07661-75a0-46e6-a3fe-515c71dee992"},{"name":"Get Import Task Result","id":"1555812c-8393-4642-8bb3-23b05daacffa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/{id}/result","description":"<h2 id=\"get-exhibitor-import-task-result\"><strong>Get Exhibitor Import Task Result</strong></h2>\n<p>Retrieves the <strong>detailed result</strong> of a previously started exhibitor import task. Call this endpoint once the task status indicates completion (via the GET /tasks/exhibitors/import/{id} request).</p>\n<h3 id=\"auth-and-role\">Auth and Role</h3>\n<ul>\n<li><p><strong>Auth</strong><br />  OAuth 2.0 (inherit from collection)</p>\n</li>\n<li><p><strong>Required role</strong><br />  BASEROLE APITASKS</p>\n</li>\n</ul>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p><strong>Method</strong>: GET</p>\n</li>\n<li><p><strong>URL:</strong> https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/{id}/result</p>\n</li>\n</ul>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><strong>Accept</strong>: */*</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li>None required</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p><strong>200 OK</strong></p>\n<ul>\n<li>Returns an <code>ExhibitorImportTaskResult</code> object in JSON format</li>\n</ul>\n<p><strong>404 Not Found</strong> – Returned if:</p>\n<ul>\n<li><p>The specified <code>{id}</code> does not exist <strong>or</strong></p>\n</li>\n<li><p>The task has not yet completed — poll status endpoint until <code>finishedOn</code> is not <code>null</code></p>\n</li>\n</ul>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><p>Only call this endpoint after the task status (via GET /tasks/exhibitors/import/{id}) has been completed.</p>\n</li>\n<li><p>Use the returned resultItems to check which entities were imported successfully, which were skipped and which caused errors.EndFragment</p>\n</li>\n</ul>\n<h3 id=\"response-structure\">Response Structure</h3>\n<p>If the process is successful, the server returns a <strong>200 OK</strong> status with details of the imported task.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import/177/result\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"content\": {\n            \"overallResultState\": 0,\n            \"resultItems\": [\n                {\n                    \"state\": 0,\n                    \"header\": \"Fairevents\",\n                    \"description\": \"'1' has already been processed.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Exhibitors\",\n                    \"description\": \"\"\n                },               \n                {\n                    \"state\": 0,\n                    \"header\": \"Fairevent appearances\",\n                    \"description\": \"Data set '002-0000-00000-000_1120' is contained in database.\"\n                },               \n                {\n                    \"state\": 0,\n                    \"header\": \"User accounts\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"User data\",\n                    \"description\": \"\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Accounts of fairevent appearance\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de / 002-0000-00000-000_1120 / 002-0000-00000-000' is contained in database.\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n<p><strong>Keywords</strong>: exhibitor import, final result, result items, overallResultState, errors, warnings</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}},"urlObject":{"path":["tasks","exhibitors","import","{id}","result"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[],"variable":[]}},"response":[{"id":"b65e6c31-da4d-4cfc-a7f9-6bcf4618e124","name":"tasks/exhibitors/import/{id}/result","originalRequest":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/tasks/exhibitors/import/177/result"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.aditus.v1+json; charset=utf-8"},{"key":"Content-Length","value":"408"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"date","value":"Mon, 22 Sep 2025 13:07:41 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 22280aca8f4b6a1121b2fdf24a68d038.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"CDG52-P3"},{"key":"X-Amz-Cf-Id","value":"FQM6jrttAlPl8Ja3pURFoeBhyjMwZvPSyjEaBK_9pF4SGO5EgZwrUw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"_links\": {\n        \"self\": {\n            \"href\": \"/exhibitors/import/177/result\"\n        },\n        \"curies\": {\n            \"name\": \"adi\",\n            \"href\": \"http://dev.aditus.de:8000/ADITUS-DEV-0_API/api/tasks/{rel}\",\n            \"templated\": true\n        }\n    },\n    \"result\": {\n        \"content\": {\n            \"overallResultState\": 0,\n            \"resultItems\": [\n                {\n                    \"state\": 0,\n                    \"header\": \"Fairevents\",\n                    \"description\": \"'1' has already been processed.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Exhibitors\",\n                    \"description\": \"\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Contacts\",\n                    \"description\": \"\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Fairevent appearances\",\n                    \"description\": \"Data set '002-0000-00000-000_1120' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Roles\",\n                    \"description\": \"Data set 'Aussteller' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Roles\",\n                    \"description\": \"Data set 'BaseRole' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"User accounts\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"User data\",\n                    \"description\": \"\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"User roles\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de / Aussteller' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"User roles\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de / BaseRole' is contained in database.\"\n                },\n                {\n                    \"state\": 0,\n                    \"header\": \"Accounts of fairevent appearance\",\n                    \"description\": \"Data set 'm.Wichmann2@aditus.de / 002-0000-00000-000_1120 / 002-0000-00000-000' is contained in database.\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"1555812c-8393-4642-8bb3-23b05daacffa"}],"id":"ec0fd652-beea-4268-bf6a-25f5dfcc4480","description":"<h1 id=\"exhibitor-import\">Exhibitor import</h1>\n<p>Use these endpoints to import exhibitors for a specific event via an Excel file or JSON data.<br />The import process is asynchronous.</p>\n<ol>\n<li><p>Start an import task.<br /> Use 'POST Import Exhibitors by Excel' or 'POST Import Exhibitors by JSON'.</p>\n</li>\n<li><p>Poll the task status until it is complete.<br /> Use 'GET Import Task Status'.</p>\n</li>\n<li><p>Retrieve the final result with detailed success/error information.<br /> Use 'GET Import Task Result'.</p>\n</li>\n</ol>\n<h1 id=\"data-structure-definition\">Data Structure Definition</h1>\n<p>This API describes the data objects used for importing exhibitor-related information into the system.</p>\n<p>All objects defined here can be used for both <strong>file-based imports</strong> (e.g., CSV or XLSX) and <strong>payload-based imports</strong> (JSON).</p>\n<p>StartFragment</p>\n<h2 id=\"exhibitor-object\"><strong>Exhibitor Object</strong></h2>\n<p>Describes an exhibitor to be imported.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Exhibitor_ExternalId</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique identifier of the exhibitor in the source system</td>\n</tr>\n<tr>\n<td><code>Exhibitor_Name1</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Name of the exhibitor</td>\n</tr>\n<tr>\n<td><code>Exhibitor_Name2</code>, <code>Exhibitor_Name3</code>, <code>Exhibitor_Name4</code></td>\n<td>string</td>\n<td></td>\n<td>Extended name information</td>\n</tr>\n<tr>\n<td><code>Exhibitor_LineOfBusiness</code></td>\n<td>string</td>\n<td></td>\n<td>Industry or line of business</td>\n</tr>\n<tr>\n<td><code>Exhibitor_CountryLookup</code></td>\n<td>string</td>\n<td></td>\n<td>Two-letter ISO country code</td>\n</tr>\n<tr>\n<td><code>Exhibitor_SpokenLanguage</code></td>\n<td>string</td>\n<td></td>\n<td>Two-letter ISO language code</td>\n</tr>\n<tr>\n<td><code>Exhibitor_Info1</code> … <code>Exhibitor_Info32</code></td>\n<td>string</td>\n<td></td>\n<td>Custom text fields for exhibitor-specific information</td>\n</tr>\n<tr>\n<td><code>Exhibitor_ExternalId2</code>, <code>Exhibitor_ExternalId3</code></td>\n<td>integer</td>\n<td></td>\n<td>Custom external numeric identifiers</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"fairevent-appearance-object\"><strong>Fairevent Appearance Object</strong></h2>\n<p>Describes a specific trade fair appearance of an exhibitor.</p>\n<p>Each appearance is linked to the <strong>event</strong> context of the import and requires a valid <code>Exhibitor_ExternalId</code>.</p>\n<h3 id=\"fields-1\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>FaireventAppearance_ExternalId</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique identifier of the appearance in the source system</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_Hall</code></td>\n<td>string</td>\n<td></td>\n<td>Hall of the event</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_Floor</code></td>\n<td>string</td>\n<td></td>\n<td>Floor of the event</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_Booth</code></td>\n<td>string</td>\n<td></td>\n<td>Booth number</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_Area</code></td>\n<td>number</td>\n<td></td>\n<td>Booth size in m²</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_CancelledOn</code></td>\n<td>string</td>\n<td></td>\n<td>Cancellation date (format: <code>\"dd.MM.yyyy HH:mm:ss\"</code> or <code>\"dd.MM.yyyy\"</code>)</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_CancelledReason</code></td>\n<td>string</td>\n<td></td>\n<td>Cancellation reason</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_Info1</code> … <code>FaireventAppearance_Info30</code></td>\n<td>string</td>\n<td></td>\n<td>Custom text fields</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_ExternalId2</code>, <code>FaireventAppearance_ExternalId3</code></td>\n<td>integer</td>\n<td></td>\n<td>Custom numeric identifiers</td>\n</tr>\n<tr>\n<td><code>FaireventAppearance_EntryStatus</code></td>\n<td>string or integer</td>\n<td></td>\n<td>Controls ticket access rights:  <br />• <code>AllOperationsAllowed</code> / <code>0</code> – Both exhibitor and visitor passes allowed  <br />• <code>ExhibitorTicketsBlocked</code> / <code>1</code> – Exhibitor passes blocked  <br />• <code>VisitorTicketsBlocked</code> / <code>2</code> – Visitor passes blocked  <br />• <code>ExhibitorVisitorTicketsBlocked</code> / <code>3</code> – Both blocked  <br />• <em>Empty</em> – No validation performed</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"contact-data\"><strong>Contact Data</strong></h2>\n<p>All contact imports require the field <code>Exhibitor_ExternalId</code> to assign contacts to the correct exhibitor.</p>\n<h3 id=\"a-email-contacts\">a) Email Contacts</h3>\n<p>Describes a business email address of the exhibitor.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>EMail</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Email address in one of the following formats:  <br /><code>mail@aditus.de</code>  <br /><code>mail@aditus.de (Display)</code>  <br /><code>'Display'</code>  <br /><code>'Display'mail@aditus.de</code>  <br /><code>'Display' mail@aditus.de</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><code>{email}</code> represents a valid email address.<br /><code>{display}</code> may include letters, digits, and spaces.</p>\n<hr />\n<h3 id=\"b-phone-contacts\">b) Phone Contacts</h3>\n<p>Describes a business phone number.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Phone</code></td>\n<td>string</td>\n<td></td>\n<td>Business phone number</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"c-generic-contact-data\">c) Generic Contact Data</h3>\n<p>Describes any contact data type (e.g., fax, secondary email, etc.).</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Contact_ExternalId</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique contact identifier in the source system</td>\n</tr>\n<tr>\n<td><code>Contact_Value</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Contact value (e.g., email or phone)</td>\n</tr>\n<tr>\n<td><code>Contact_ContactNameLookup</code></td>\n<td>string</td>\n<td></td>\n<td>Contact name (default: <code>\"eMailBusiness\"</code>)</td>\n</tr>\n<tr>\n<td><code>Contact_ContactTypeLookup</code></td>\n<td>string</td>\n<td></td>\n<td>Contact type (default: <code>\"EMail\"</code>)</td>\n</tr>\n<tr>\n<td><code>Contact_Info1</code> … <code>Contact_Info10</code></td>\n<td>string</td>\n<td></td>\n<td>Custom text fields</td>\n</tr>\n<tr>\n<td><code>Contact_IsMainContact</code></td>\n<td>boolean</td>\n<td></td>\n<td>Indicates if the contact is the main contact</td>\n</tr>\n<tr>\n<td><code>Contact_ExternalId2</code>, <code>Contact_ExternalId3</code></td>\n<td>integer</td>\n<td></td>\n<td>Custom numeric identifiers</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"address-data\"><strong>Address Data</strong></h2>\n<p>Describes address data associated with the exhibitor.</p>\n<p>To import multiple addresses, the exhibitor entry must be repeated with distinct address data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Address_ExternalId</code></td>\n<td>string</td>\n<td>✅</td>\n<td>Unique identifier of the address in the source system</td>\n</tr>\n<tr>\n<td><code>Address_Street</code>, <code>Address_Street2</code>, <code>Address_Street3</code></td>\n<td>string</td>\n<td></td>\n<td>Street and additional lines</td>\n</tr>\n<tr>\n<td><code>Address_StreetNumber</code></td>\n<td>string</td>\n<td></td>\n<td>Street number</td>\n</tr>\n<tr>\n<td><code>Address_Line1</code> … <code>Address_Line3</code></td>\n<td>string</td>\n<td></td>\n<td>Address lines</td>\n</tr>\n<tr>\n<td><code>Address_City</code></td>\n<td>string</td>\n<td></td>\n<td>City</td>\n</tr>\n<tr>\n<td><code>Address_StateOrProvince</code></td>\n<td>string</td>\n<td></td>\n<td>State or province</td>\n</tr>\n<tr>\n<td><code>Address_County</code></td>\n<td>string</td>\n<td></td>\n<td>County or region</td>\n</tr>\n<tr>\n<td><code>Address_CountryLookup</code></td>\n<td>string</td>\n<td></td>\n<td>Two-letter ISO country code</td>\n</tr>\n<tr>\n<td><code>Address_PostalCode</code></td>\n<td>string</td>\n<td></td>\n<td>Postal code</td>\n</tr>\n<tr>\n<td><code>Address_PostOfficeBox</code></td>\n<td>string</td>\n<td></td>\n<td>PO Box</td>\n</tr>\n<tr>\n<td><code>Address_AddressTypeLookup</code></td>\n<td>string</td>\n<td></td>\n<td>Address type (default: <code>\"Business Address\"</code>)</td>\n</tr>\n<tr>\n<td><code>Address_IsMainAddress</code></td>\n<td>boolean</td>\n<td></td>\n<td>Marks the main address</td>\n</tr>\n<tr>\n<td><code>Address_Info1</code> … <code>Address_Info10</code></td>\n<td>string</td>\n<td></td>\n<td>Custom text fields</td>\n</tr>\n<tr>\n<td><code>Address_ExternalId2</code>, <code>Address_ExternalId3</code></td>\n<td>integer</td>\n<td></td>\n<td>Custom numeric identifiers</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"ticket-quotas\"><strong>Ticket Quotas</strong></h2>\n<p>Optional ticket quotas may be defined using the format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>TicketQuota{XXX}\nTicketQuota{XXX}ShortCode\n\n</code></pre><p>Where <code>{XXX}</code> is a sequential integer (1 ≤ {XXX} ≤ n).</p>\n<p>Short codes apply to 1:n ticket models and are mandatory if such an article is referenced.</p>\n<p>If quotas for a given appearance already exist, they will be <strong>updated or extended</strong> — reductions are <strong>not</strong> performed.<br /><code>FaireventAppearance_ExternalId</code> is mandatory to assign ticket quotas.</p>\n<hr />\n<h2 id=\"user-accounts\"><strong>User Accounts</strong></h2>\n<p>If configured, user accounts can be automatically created for imported exhibitors.</p>\n<p>A valid email address (<code>EMail</code>) is mandatory.</p>\n<p>If <code>FaireventAppearance_ExternalId</code> is provided, the user receives access to that event appearance.</p>\n<p>Imported users automatically receive the roles <code>\"BaseRole\"</code> and <code>\"Exhibitor\"</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>User_FirstName</code></td>\n<td>string</td>\n<td></td>\n<td>First name</td>\n</tr>\n<tr>\n<td><code>User_LastName</code></td>\n<td>string</td>\n<td></td>\n<td>Last name</td>\n</tr>\n<tr>\n<td><code>User_Salutation</code></td>\n<td>string</td>\n<td></td>\n<td>Salutation</td>\n</tr>\n<tr>\n<td><code>User_Title</code></td>\n<td>string</td>\n<td></td>\n<td>Title</td>\n</tr>\n<tr>\n<td><code>User_Gender</code></td>\n<td>string</td>\n<td></td>\n<td>Allowed values: <code>\"Male\"</code>, <code>\"Female\"</code>, <code>\"Divers\"</code>, <code>\"Unknown\"</code>, or empty</td>\n</tr>\n<tr>\n<td><code>User_FormalSalutation</code></td>\n<td>string</td>\n<td></td>\n<td>Formal salutation (auto-generated if missing)</td>\n</tr>\n<tr>\n<td><code>User_DeeplinkToken</code></td>\n<td>string</td>\n<td></td>\n<td>External identifier for ESC DeepLink (unique per user)</td>\n</tr>\n<tr>\n<td><code>User_Info1</code> … <code>User_Info10</code></td>\n<td>string</td>\n<td></td>\n<td>Custom text fields</td>\n</tr>\n</tbody>\n</table>\n</div><p>If configured, activation emails will be sent after import for all newly created accounts.</p>\n","_postman_id":"ec0fd652-beea-4268-bf6a-25f5dfcc4480","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}}],"id":"6fe6016c-0f59-46f4-b76a-98db73320d76","_postman_id":"6fe6016c-0f59-46f4-b76a-98db73320d76","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":true,"source":{"_postman_id":"aee5520f-affb-450b-a906-72496675d9cf","id":"aee5520f-affb-450b-a906-72496675d9cf","name":"ADITUS - Expand more intelligently","type":"collection"}}},{"name":"Attendees","item":[{"name":"Use Case Examples","item":[{"name":"Use Case – By Email","id":"6ee3ebab-ef32-43a6-b5a2-1121b4228aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?eMail=","description":"<p>This endpoint is used to retrieve specific personal data for an attendee of a fair event who is identified by their e-mail address. This data contains details about the event and the ticket that was purchased.</p>\n<h1 id=\"user-rools\">User-Rools</h1>\n<p>To use this use case, the user must have the following role assigned.</p>\n<ul>\n<li><p><strong>Required role</strong></p>\n<ul>\n<li>ApiAttendeeGetByEmail</li>\n</ul>\n</li>\n<li><p><strong>Optional role</strong></p>\n<ul>\n<li>ApiAttendeeWithAdditionalSalesInformation</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"role--and-article-based-data-access\">Role- and Article-Based Data Access</h2>\n<ul>\n<li><p><strong>Fine-grained access control:</strong><br />  Third parties can only access attendee registrations for the specific badge categories (articles) and user roles that have been explicitly granted to them. For example, a matchmaking provider may only receive data for VIP and EXHIBITOR categories.</p>\n</li>\n<li><p><strong>Standardised roles:</strong><br />  The API supports a standard set of badge category roles, such as Visitor, Exhibitor, Press, Services, and more. If there are additional badge categories in the system used, corresponding roles must also be created in the system. Please note the naming convention for roles!<br />  Example roles include:</p>\n<ul>\n<li><p>ApiAttendeeBadgeCategoryCONTRACTOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryCREW</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryDELEGATE</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryEXHIBITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryMEDIA</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryORGANIZER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryPRESS</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPEAKER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPONSOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTAFF</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTUDENT</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVIP</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVISITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryNONE</p>\n<ul>\n<li>for all articles that do not have a BadgeCategory</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other articles will be filtered out. BadgeCategory roles can be combined.</strong></p>\n<h2 id=\"block-scoped-payloads\">Block-Scoped Payloads</h2>\n<ul>\n<li><p><strong>Modular response structure:</strong><br />  The API response is organised into logical blocks (such as attendee, address, customFields, termsOfService, ticket, article, booth, exhibitor, additionalSalesInformation).<br />  Each block can be enabled or disabled based on the assigned user role.</p>\n</li>\n<li><p><strong>Default behaviour:</strong><br />  If no specific role configuration is set, a baseline set of blocks is returned (e.g., attendee, address, customFields, ticket, article, booth, exhibitor)</p>\n<ul>\n<li>the same as before version 4.135</li>\n</ul>\n</li>\n<li><p><strong>Full access roles:</strong><br />  Special roles are available to grant full access to all attendee or ticket blocks:</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeFullAccess (includes all attendee-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeInformation</p>\n</li>\n<li><p>ApiAttendeeWithAddressInformation</p>\n</li>\n<li><p>ApiAttendeeWithCustomFieldsInformation</p>\n</li>\n<li><p>ApiAttendeeWithTermsOfServicesInformation</p>\n</li>\n<li><p>ApiAttendeeWithUserInformation</p>\n</li>\n</ul>\n</li>\n<li><p>ApiAttendeeWithTicketFullAccess (includes all ticket-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithTicketsInformation</p>\n</li>\n<li><p>ApiAttendeeWithArtcleInformation</p>\n</li>\n<li><p>ApiAttendeeWithBoothInformation</p>\n</li>\n<li><p>ApiAttendeeWithExhibitorInformation</p>\n</li>\n<li><p>ApiAttendeeWithBarcodeInformation</p>\n</li>\n<li><p>ApiAttendeeWithTicketLinksInformation</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other areas that are not configured will be deactivated. Roles can be combined.</strong></p>\n<h1 id=\"with-externalid\">With externalId</h1>\n<p>There can be many attendee data records for the same person for one e-mail (duplicates), this can have different reasons depending on the process.</p>\n<p>When selecting the best possible attendee data record, the Attende API behaves as follows:</p>\n<ol>\n<li><p>all attendees with the email as a contact are determined</p>\n</li>\n<li><p>it is checked whether a user account has also been assigned to a data record</p>\n</li>\n<li><p>the attendee data records are sorted in descending order of recency</p>\n</li>\n</ol>\n<p>The attendee API selects the corresponding attendee data records in this order.<br />An attendee data record with a user account is always preferred!</p>\n<p>This behaviour can ensure that the attendee data record is not returned as expected, for example after a previous import.</p>\n<p>In addition to the e-mail, up to 3 external-IDs can be specified. With this information, exactly the attendee data record that was requested can be transmitted. This means that only the tickets where the attendee data record is also the owner are given out.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}},"urlObject":{"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"key":"eMail","value":""},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId1","value":"{{externalId1}}"},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId2","value":"{{externalId2}}"},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId3","value":"{{externalId3}}"},{"disabled":true,"description":{"content":"<p>(Optional) When set to true, the response includes cancelled tickets in addition to non-cancelled tickets. When false (or omitted), cancelled tickets are excluded from the result set.</p>\n","type":"text/plain"},"key":"includingCancellations","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) When set to true, the response includes blocked tickets in addition to non-blocked tickets. When false (or omitted), blocked tickets are excluded from the result set.</p>\n","type":"text/plain"},"key":"includingBlockedTickets","value":"false"}],"variable":[]}},"response":[{"id":"b04d0d69-becc-4d5b-a8f2-f22312e0893c","name":"Use Case – By Email","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/d76dbbba-cc05-f111-93e3-00155d960409/attendees?eMail=a.ditus@aditus.de","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["terp","v1","events","d76dbbba-cc05-f111-93e3-00155d960409","attendees"],"query":[{"key":"eMail","value":"a.ditus@aditus.de"},{"key":"externalId1","value":"{{externalId1}}","description":"(Optional) See [With externalId](#with-externalId)","disabled":true},{"key":"externalId2","value":"{{externalId2}}","description":"(Optional) See [With externalId](#with-externalId)","disabled":true},{"key":"externalId3","value":"{{externalId3}}","description":"(Optional) See [With externalId](#with-externalId)","disabled":true},{"key":"includingCancellations","value":"false","description":"(Optional) When set to true, the response includes cancelled tickets in addition to non-cancelled tickets. When false (or omitted), cancelled tickets are excluded from the result set.","disabled":true},{"key":"includingBlockedTickets","value":"false","description":"(Optional) When set to true, the response includes blocked tickets in addition to non-blocked tickets. When false (or omitted), blocked tickets are excluded from the result set.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1348"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-correlation-id","value":"51265aa08c0c4cb2804697d71000649b"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Tue, 10 Mar 2026 17:44:33 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3d5c30dc04faf80527422d1748bfecc6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DUS51-P6"},{"key":"X-Amz-Cf-Id","value":"PefLDUSHNLWzQ7kyjtEdCiJ5gT0dxNnpgf3olpVbHbrVQV5wpp_ptg=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n\t\"_meta\": {\n\t\t\"count\": 2\n\t},\n\t\"event\": {\n\t\t\"id\": 212,\n\t\t\"uniqueId\": \"d76dbbba-cc05-f111-93e3-00155d960409\",\n\t\t\"name\": \"Attendee-API\",\n\t\t\"number\": \"333\",\n\t\t\"year\": \"2026\",\n\t\t\"start\": \"2026-02-09T16:33:00\",\n\t\t\"end\": \"2026-03-27T00:00:00\",\n\t\t\"externalId1\": \"eventExternalId1\",\n\t\t\"externalId2\": \"eventExternalId2\",\n\t\t\"externalId3\": \"eventExternalId3\"\n\t},\n\t\"attendee\": {\n\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\"firstName\": \"A\",\n\t\t\"lastName\": \"DITUS\",\n\t\t\"company\": \"ADITUS GmbH TEST\",\n\t\t\"salutationLookup\": \"Herr\",\n\t\t\"titleLookup\": \"Dr.\",\n\t\t\"nationalityLookup\": \"DE\",\n\t\t\"language\": \"DE\",\n\t\t\"phone\": \"0500631234561\",\n\t\t\"mobile\": \"0500631234562\",\n\t\t\"fax\": \"0500631234563\",\n\t\t\"address\": {\n\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\"streetNumber\": \"5\",\n\t\t\t\"postalCode\": \"30539\",\n\t\t\t\"city\": \"Hannover\",\n\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\"county\": \"012\",\n\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t},\n\t\t\"hasUser\": true,\n\t\t\"jobTitle\": \"SW\",\n\t\t\"lastActionOn\": \"2026-02-09T17:39:00.8427132\",\n\t\t\"user\": {\n\t\t\t\"uniqueId\": \"77789b28-5fee-ed11-93c4-00155db54d03\",\n\t\t\t\"number\": \"U000161\",\n\t\t\t\"lastActionOn\": \"2026-01-12T18:23:25.7012542\",\n\t\t\t\"externalId1\": \"userExternalId1\",\n\t\t\t\"externalId2\": \"userExternalId2\",\n\t\t\t\"externalId3\": \"userExternalId3\"\n\t\t},\n\t\t\"termsOfService\": [\n\t\t\t{\n\t\t\t\t\"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n\t\t\t\t\"displayOrder\": 1,\n\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\"content\": \"Default Terms of Service\",\n\t\t\t\t\"consentPolicy\": 1,\n\t\t\t\t\"isApproved\": true,\n\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.0816086\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n\t\t\t\t\"displayOrder\": 99,\n\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\"content\": \"Default Privacy Policy\",\n\t\t\t\t\"consentPolicy\": 0,\n\t\t\t\t\"isApproved\": false,\n\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.1085804\"\n\t\t\t}\n\t\t],\n\t\t\"customField1\": \"ADITUS GmbH TEST\",\n\t\t\"customField2\": \"Info2\",\n\t\t\"customField3\": \"Info3\",\n\t\t\"customField4\": \"Info4\",\n\t\t\"customField5\": \"Info5\",\n\t\t\"customField6\": \"Info6\",\n\t\t\"customField7\": \"Info7\",\n\t\t\"customField8\": \"Info8\",\n\t\t\"customField9\": \"Info9\",\n\t\t\"customField10\": \"Info10\",\n\t\t\"customField11\": \"Info11\",\n\t\t\"customField12\": \"Info12\",\n\t\t\"customField13\": \"Info13\",\n\t\t\"customField14\": \"Info14\",\n\t\t\"customField15\": \"Info15\",\n\t\t\"customField16\": \"Info16\",\n\t\t\"customField17\": \"Info17\",\n\t\t\"customField18\": \"Info18\",\n\t\t\"customField19\": \"Info19\",\n\t\t\"customField20\": \"Info20\",\n\t\t\"customField21\": \"Info21\",\n\t\t\"customField22\": \"Info22\",\n\t\t\"customField23\": \"Info23\",\n\t\t\"customField24\": \"Info24\",\n\t\t\"customField25\": \"Info25\",\n\t\t\"customField26\": \"Info26\",\n\t\t\"customField27\": \"Info27\",\n\t\t\"customField28\": \"Info28\",\n\t\t\"customField29\": \"Info29\",\n\t\t\"customField30\": \"Info30\",\n\t\t\"customField31\": \"Info31\",\n\t\t\"customField32\": \"Info32\",\n\t\t\"customField33\": \"Info33\",\n\t\t\"customField34\": \"Info34\",\n\t\t\"customField35\": \"Info35\",\n\t\t\"customField36\": \"Info36\",\n\t\t\"customField37\": \"Info37\",\n\t\t\"customField38\": \"Info38\",\n\t\t\"customField39\": \"Info39\",\n\t\t\"customField40\": \"Info40\",\n\t\t\"customField41\": \"Info41\",\n\t\t\"customField42\": \"Info42\",\n\t\t\"customField43\": \"Info43\",\n\t\t\"customField44\": \"Info44\",\n\t\t\"customField45\": \"Info45\",\n\t\t\"customField46\": \"Info46\",\n\t\t\"customField47\": \"Info47\",\n\t\t\"customField48\": \"Info48\",\n\t\t\"customField49\": \"Info49\",\n\t\t\"customField50\": \"Info50\",\n\t\t\"customField51\": \"Info51\",\n\t\t\"customField52\": \"Info52\",\n\t\t\"customField53\": \"Info53\",\n\t\t\"customField54\": \"Info54\",\n\t\t\"customField55\": \"Info55\",\n\t\t\"customField56\": \"Info56\",\n\t\t\"customField57\": \"Info57\",\n\t\t\"customField58\": \"Info58\",\n\t\t\"customField59\": \"Info59\",\n\t\t\"customField60\": \"Info60\",\n\t\t\"customField61\": \"Info61\",\n\t\t\"customField62\": \"Info62\",\n\t\t\"customField63\": \"Info63\",\n\t\t\"customField64\": \"Info64\",\n\t\t\"customField65\": \"Info65\",\n\t\t\"customField66\": \"Info66\",\n\t\t\"customField67\": \"Info67\",\n\t\t\"customField68\": \"Info68\",\n\t\t\"customField69\": \"Info69\",\n\t\t\"customField70\": \"Info70\",\n\t\t\"customField71\": \"Info71\",\n\t\t\"customField72\": \"Info72\",\n\t\t\"customField73\": \"Info73\",\n\t\t\"customField74\": \"Info74\",\n\t\t\"customField75\": \"Info75\",\n\t\t\"customField76\": \"Info76\",\n\t\t\"customField77\": \"Info77\",\n\t\t\"customField78\": \"Info78\",\n\t\t\"customField79\": \"Info79\",\n\t\t\"customField80\": \"Info80\",\n\t\t\"customField81\": \"Info81\",\n\t\t\"customField82\": \"Info82\",\n\t\t\"customField83\": \"Info83\",\n\t\t\"customField84\": \"Info84\",\n\t\t\"customField85\": \"Info85\",\n\t\t\"customField86\": \"Info86\",\n\t\t\"customField87\": \"Info87\",\n\t\t\"customField88\": \"Info88\",\n\t\t\"customField89\": \"Info89\",\n\t\t\"customField90\": \"Info90\",\n\t\t\"customField91\": \"Info91\",\n\t\t\"customField92\": \"Info92\",\n\t\t\"customField93\": \"Info93\",\n\t\t\"customField94\": \"Info94\",\n\t\t\"customField95\": \"Info95\",\n\t\t\"customField96\": \"Info96\",\n\t\t\"customField97\": \"Info97\",\n\t\t\"customField98\": \"Info98\",\n\t\t\"customField99\": \"Info99\",\n\t\t\"customField100\": \"Info100\",\n\t\t\"externalId1\": \"10001\",\n\t\t\"externalId2\": \"10002\",\n\t\t\"externalId3\": \"10003\"\n\t},\n\t\"tickets\": [\n\t\t{\n\t\t\t\"id\": 6825259,\n\t\t\t\"uniqueId\": \"2987b3d1-cf05-f111-93e3-00155d960409\",\n\t\t\t\"barcode\": \"0333602070000017\",\n\t\t\t\"regcode\": \"AQ9FR49QGYEX64\",\n\t\t\t\"registeredOn\": \"2026-02-09T17:39:00.6677443\",\n\t\t\t\"registrationId\": 1284743,\n\t\t\t\"linkPDF\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Pdf?s=UHBBgcqTTPFCLA\",\n\t\t\t\"linkWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Pkpass?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkMobile\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Png?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkGoogleWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/GoogleWallet?s=45dwvYp1iMKZOg\",\n\t\t\t\"salePaymentStatus\": 0,\n\t\t\t\"shortCode\": \"9Ck8I\",\n\t\t\t\"article\": {\n\t\t\t\t\"id\": 3017,\n\t\t\t\t\"uniqueId\": \"6644764c-ce05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"20\",\n\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\"name\": \"Attendee API - TagesTicket - VIP\",\n\t\t\t\t\"badgeCategory\": \"VIP\",\n\t\t\t\t\"externalId1\": \"articleExternalId1\",\n\t\t\t\t\"externalId2\": \"articleExternalId2\",\n\t\t\t\t\"externalId3\": \"articleExternalId3\"\n\t\t\t},\n\t\t\t\"booth\": {\n\t\t\t\t\"id\": 8353,\n\t\t\t\t\"uniqueId\": \"b50f0f5e-cf05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"M0008354\",\n\t\t\t\t\"externalId1\": \"boothExternalId1\",\n\t\t\t\t\"externalId2\": \"boothExternalId2\",\n\t\t\t\t\"externalId3\": \"boothExternalId3\"\n\t\t\t},\n\t\t\t\"exhibitor\": {\n\t\t\t\t\"id\": 3,\n\t\t\t\t\"uniqueId\": \"eba17e4a-7fd8-ed11-93c2-00155db54d02\",\n\t\t\t\t\"number\": \"D0000001\",\n\t\t\t\t\"name1\": \"ADITUS GmbH\",\n\t\t\t\t\"name2\": \"Aditus\",\n\t\t\t\t\"name3\": \"Name 3\",\n\t\t\t\t\"externalId1\": \"exhibitorExternalId1\",\n\t\t\t\t\"externalId2\": \"exhibitorExternalId2\",\n\t\t\t\t\"externalId3\": \"exhibitorExternalId3\"\n\t\t\t},\n\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\"uniqueId\": \"3ba2aed3-d505-f111-93e3-00155d960409\",\n\t\t\t\t\"caseNumber\": \"333-2026-333618336\",\n\t\t\t\t\"positionGrossPrice\": 0,\n\t\t\t\t\"positionNetPrice\": 0,\n\t\t\t\t\"buyer\": {\n\t\t\t\t\t\"uniqueId\": \"cb6c8fe4-54f6-ed11-93c6-00155d960409\",\n\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\"firstName\": \"A\",\n\t\t\t\t\t\"lastName\": \"DITUS\",\n\t\t\t\t\t\"company\": \"ADITUS GmbH TEST2\",\n\t\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\t\t\t\"streetNumber\": \"5\",\n\t\t\t\t\t\t\"postalCode\": \"30539\",\n\t\t\t\t\t\t\"city\": \"Hannover\",\n\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\"county\": \"012\",\n\t\t\t\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"externalId1\": \"ticketExternalId1_1\",\n\t\t\t\"externalId2\": \"ticketExternalId2_1\",\n\t\t\t\"externalId3\": \"ticketExternalId3_1\"\n\t\t},\n\t\t{\n\t\t\t\"id\": 6824759,\n\t\t\t\"uniqueId\": \"3e880283-cf05-f111-93e3-00155d960409\",\n\t\t\t\"barcode\": \"0333601080000017\",\n\t\t\t\"regcode\": \"AP1U9S3XKRE7KR\",\n\t\t\t\"registeredOn\": \"2026-02-09T17:36:39.8517565\",\n\t\t\t\"registrationId\": 1284650,\n\t\t\t\"linkPDF\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/3E880283-CF05-F111-93E3-00155D960409/Pdf?s=XHMi1OVB6KvcEw\",\n\t\t\t\"linkWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/3E880283-CF05-F111-93E3-00155D960409/Pkpass?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkMobile\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/3E880283-CF05-F111-93E3-00155D960409/Png?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkGoogleWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/3E880283-CF05-F111-93E3-00155D960409/GoogleWallet?s=45dwvYp1iMKZOg\",\n\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\"shortCode\": \"9Ck8I\",\n\t\t\t\"article\": {\n\t\t\t\t\"id\": 3016,\n\t\t\t\t\"uniqueId\": \"02130dba-cd05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"10\",\n\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\"name\": \"Attendee API - TagesTicket -  1\"\n\t\t\t},\n\t\t\t\"booth\": {\n\t\t\t\t\"id\": 8353,\n\t\t\t\t\"uniqueId\": \"b50f0f5e-cf05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"M0008354\",\n\t\t\t\t\"externalId1\": \"boothExternalId1\",\n\t\t\t\t\"externalId2\": \"boothExternalId2\",\n\t\t\t\t\"externalId3\": \"boothExternalId3\"\n\t\t\t},\n\t\t\t\"exhibitor\": {\n\t\t\t\t\"id\": 3,\n\t\t\t\t\"uniqueId\": \"eba17e4a-7fd8-ed11-93c2-00155db54d02\",\n\t\t\t\t\"number\": \"D0000001\",\n\t\t\t\t\"name1\": \"ADITUS GmbH\",\n\t\t\t\t\"name2\": \"Aditus\",\n\t\t\t\t\"name3\": \"Name 3\",\n\t\t\t\t\"externalId1\": \"exhibitorExternalId1\",\n\t\t\t\t\"externalId2\": \"exhibitorExternalId2\",\n\t\t\t\t\"externalId3\": \"exhibitorExternalId3\"\n\t\t\t},\n\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\"uniqueId\": \"6054807e-d505-f111-93e3-00155d960409\",\n\t\t\t\t\"caseNumber\": \"333-2026-333618335\",\n\t\t\t\t\"positionGrossPrice\": 5,\n\t\t\t\t\"positionNetPrice\": 4.2,\n\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\"transactionNumber\": \"jrb8p0b7MUb2tAKU513SAd4M3CAA_c\",\n\t\t\t\t\"transactionProviderName\": \"VISA\",\n\t\t\t\t\"transactionCreatedOn\": \"2026-02-09T17:36:42.7486074\",\n\t\t\t\t\"buyer\": {\n\t\t\t\t\t\"uniqueId\": \"cb6c8fe4-54f6-ed11-93c6-00155d960409\",\n\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\"firstName\": \"A\",\n\t\t\t\t\t\"lastName\": \"DITUS\",\n\t\t\t\t\t\"company\": \"ADITUS GmbH TEST2\",\n\t\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\t\t\t\"streetNumber\": \"5\",\n\t\t\t\t\t\t\"postalCode\": \"30539\",\n\t\t\t\t\t\t\"city\": \"Hannover\",\n\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\"county\": \"012\",\n\t\t\t\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"externalId1\": \"ticketExternalId1_2\",\n\t\t\t\"externalId2\": \"ticketExternalId2_2\",\n\t\t\t\"externalId3\": \"ticketExternalId3_2\"\n\t\t}\n\t]\n}"}],"_postman_id":"6ee3ebab-ef32-43a6-b5a2-1121b4228aeb"},{"name":"Use Case – By Ticket Code","id":"d2800a62-c96f-47ec-987f-86a0fd9d6337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?ticketCode=1596595100000788","description":"<p>This endpoint is used to retrieve specific personal data for an attendee of a fair event who is identified by the barcode of their ticket. This data contains details about the event and the ticket that was purchased.</p>\n<h1 id=\"user-rools\">User-Rools</h1>\n<p>To use this use case, the user must have the following role assigned.</p>\n<ul>\n<li><p><strong>Required role</strong></p>\n<ul>\n<li>ApiAttendeeGetByTicketcode</li>\n</ul>\n</li>\n<li><p><strong>Optional role</strong></p>\n<ul>\n<li>ApiAttendeeWithAdditionalSalesInformation</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"role--and-article-based-data-access\">Role- and Article-Based Data Access</h2>\n<ul>\n<li><p><strong>Fine-grained access control:</strong><br />  Third parties can only access attendee registrations for the specific badge categories (articles) and user roles that have been explicitly granted to them. For example, a matchmaking provider may only receive data for VIP and EXHIBITOR categories.</p>\n</li>\n<li><p><strong>Standardised roles:</strong><br />  The API supports a standard set of badge category roles, such as Visitor, Exhibitor, Press, Services, and more. If there are additional badge categories in the system used, corresponding roles must also be created in the system. Please note the naming convention for roles!<br />  Example roles include:</p>\n<ul>\n<li><p>ApiAttendeeBadgeCategoryCONTRACTOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryCREW</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryDELEGATE</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryEXHIBITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryMEDIA</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryORGANIZER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryPRESS</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPEAKER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPONSOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTAFF</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTUDENT</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVIP</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVISITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryNONE</p>\n<ul>\n<li>for all articles that do not have a BadgeCategory</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other articles will be filtered out. BadgeCategory roles can be combined.</strong></p>\n<h2 id=\"block-scoped-payloads\">Block-Scoped Payloads</h2>\n<ul>\n<li><p><strong>Modular response structure:</strong><br />  The API response is organised into logical blocks (such as attendee, address, customFields, termsOfService, ticket, article, booth, exhibitor, additionalSalesInformation).<br />  Each block can be enabled or disabled based on the assigned user role.</p>\n</li>\n<li><p><strong>Default behaviour:</strong><br />  If no specific role configuration is set, a baseline set of blocks is returned (e.g., attendee, address, customFields, ticket, article, booth, exhibitor)</p>\n<ul>\n<li>the same as before version 4.135</li>\n</ul>\n</li>\n<li><p><strong>Full access roles:</strong><br />  Special roles are available to grant full access to all attendee or ticket blocks:</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeFullAccess (includes all attendee-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeInformation</p>\n</li>\n<li><p>ApiAttendeeWithAddressInformation</p>\n</li>\n<li><p>ApiAttendeeWithCustomFieldsInformation</p>\n</li>\n<li><p>ApiAttendeeWithTermsOfServicesInformation</p>\n</li>\n<li><p>ApiAttendeeWithUserInformation</p>\n</li>\n</ul>\n</li>\n<li><p>ApiAttendeeWithTicketFullAccess (includes all ticket-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithTicketsInformation</p>\n</li>\n<li><p>ApiAttendeeWithArtcleInformation</p>\n</li>\n<li><p>ApiAttendeeWithBoothInformation</p>\n</li>\n<li><p>ApiAttendeeWithExhibitorInformation</p>\n</li>\n<li><p>ApiAttendeeWithBarcodeInformation</p>\n</li>\n<li><p>ApiAttendeeWithTicketLinksInformation</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other areas that are not configured will be deactivated. Roles can be combined.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}},"urlObject":{"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"description":{"content":"<p>use for barcode, quicode, registration code or ticketUniqueId</p>\n","type":"text/plain"},"key":"ticketCode","value":"1596595100000788"},{"disabled":true,"description":{"content":"<p>(Optional) If this parameter is set to true, the result will also contain all other registrations we have for the barcode holder's email</p>\n","type":"text/plain"},"key":"useOwnerEMail","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) When set to true, the response includes cancelled tickets in addition to non-cancelled tickets. When false (or omitted), cancelled tickets are excluded from the result set.</p>\n","type":"text/plain"},"key":"includingCancellations","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) When set to true, the response includes blocked tickets in addition to non-blocked tickets. When false (or omitted), blocked tickets are excluded from the result set.</p>\n","type":"text/plain"},"key":"includingBlockedTickets","value":"false"},{"disabled":true,"description":{"content":"<p>(Optional) Indicates whether the provided ticket code should be interpreted as a ticket barcode. Set this parameter to true (the default is false) when searching for non-ADITUS tickets whose barcode value is a GUID. Otherwise, every GUID is interpreted as an ADITUS ticket unique ID. (only from version 4.135 or higher)</p>\n","type":"text/plain"},"key":"ticketBarcodeIsUniqueId","value":"false"}],"variable":[]}},"response":[{"id":"94b709ec-7101-4baf-b9d8-fafd91fb44a0","name":"Use Case – By Ticket Code","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/d76dbbba-cc05-f111-93e3-00155d960409/attendees?ticketCode=0333602070000017","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["terp","v1","events","d76dbbba-cc05-f111-93e3-00155d960409","attendees"],"query":[{"key":"ticketCode","value":"0333602070000017"},{"key":"useOwnerEMail","value":"false","description":"(Optional) If this parameter is set to true, the result will also contain all other registrations we have for the barcode holder's email","type":"text","disabled":true},{"key":"includingCancellations","value":"false","description":"(Optional) When set to true, the response includes cancelled tickets in addition to non-cancelled tickets. When false (or omitted), cancelled tickets are excluded from the result set.","type":"text","disabled":true},{"key":"includingBlockedTickets","value":"false","description":"(Optional) When set to true, the response includes blocked tickets in addition to non-blocked tickets. When false (or omitted), blocked tickets are excluded from the result set.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1133"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-correlation-id","value":"55a147eed6444a328c5dcc3fe361c0fe"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Wed, 11 Mar 2026 08:26:24 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d05ae48d9c9db2bc6fc683e964c32e22.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"DUS51-P6"},{"key":"X-Amz-Cf-Id","value":"Xfurwgms8BwMUUKHES4-QEy8LmrDFxDBU3us3dpE1IdM_jmLUIK6KA=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n\t\"_meta\": {\n\t\t\"count\": 1\n\t},\n\t\"event\": {\n\t\t\"id\": 212,\n\t\t\"uniqueId\": \"d76dbbba-cc05-f111-93e3-00155d960409\",\n\t\t\"name\": \"Attendee-API\",\n\t\t\"number\": \"333\",\n\t\t\"year\": \"2026\",\n\t\t\"start\": \"2026-02-09T16:33:00\",\n\t\t\"end\": \"2026-03-27T00:00:00\",\n\t\t\"externalId1\": \"eventExternalId1\",\n\t\t\"externalId2\": \"eventExternalId2\",\n\t\t\"externalId3\": \"eventExternalId3\"\n\t},\n\t\"attendee\": {\n\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\"firstName\": \"A\",\n\t\t\"lastName\": \"DITUS\",\n\t\t\"company\": \"ADITUS GmbH TEST\",\n\t\t\"salutationLookup\": \"Herr\",\n\t\t\"titleLookup\": \"Dr.\",\n\t\t\"nationalityLookup\": \"DE\",\n\t\t\"language\": \"DE\",\n\t    \"phone\": \"0500631234561\",\n\t\t\"mobile\": \"0500631234562\",\n\t\t\"fax\": \"0500631234563\",\n\t\t\"address\": {\n\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\"streetNumber\": \"5\",\n\t\t\t\"postalCode\": \"30539\",\n\t\t\t\"city\": \"Hannover\",\n\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\"county\": \"012\",\n\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t},\n\t\t\"hasUser\": true,\n        \"jobTitle\": \"SW\",\n\t\t\"lastActionOn\": \"2026-02-09T17:39:00.8427132\",\n\t\t\"user\": {\n\t\t\t\"uniqueId\": \"77789b28-5fee-ed11-93c4-00155db54d03\",\n\t\t\t\"number\": \"U000161\",\n\t\t\t\"lastActionOn\": \"2026-01-12T18:23:25.7012542\",\n\t\t\t\"externalId1\": \"userExternalId1\",\n\t\t\t\"externalId2\": \"userExternalId2\",\n\t\t\t\"externalId3\": \"userExternalId3\"\n\t\t},\n\t\t\"termsOfService\": [\n\t\t\t{\n\t\t\t\t\"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n\t\t\t\t\"displayOrder\": 1,\n\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\"content\": \"Default Terms of Service\",\n\t\t\t\t\"consentPolicy\": 1,\n\t\t\t\t\"isApproved\": true,\n\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.0816086\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n\t\t\t\t\"displayOrder\": 99,\n\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\"content\": \"Default Privacy Policy\",\n\t\t\t\t\"consentPolicy\": 0,\n\t\t\t\t\"isApproved\": false,\n\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.1085804\"\n\t\t\t}\n\t\t],\n\t\t\"customField1\": \"ADITUS GmbH TEST\",\n\t\t\"customField2\": \"Info2\",\n\t\t\"customField3\": \"Info3\",\n\t\t\"customField4\": \"Info4\",\n\t\t\"customField5\": \"Info5\",\n\t\t\"customField6\": \"Info6\",\n\t\t\"customField7\": \"Info7\",\n\t\t\"customField8\": \"Info8\",\n\t\t\"customField9\": \"Info9\",\n\t\t\"customField10\": \"Info10\",\n\t\t\"customField11\": \"Info11\",\n\t\t\"customField12\": \"Info12\",\n\t\t\"customField13\": \"Info13\",\n\t\t\"customField14\": \"Info14\",\n\t\t\"customField15\": \"Info15\",\n\t\t\"customField16\": \"Info16\",\n\t\t\"customField17\": \"Info17\",\n\t\t\"customField18\": \"Info18\",\n\t\t\"customField19\": \"Info19\",\n\t\t\"customField20\": \"Info20\",\n\t\t\"customField21\": \"Info21\",\n\t\t\"customField22\": \"Info22\",\n\t\t\"customField23\": \"Info23\",\n\t\t\"customField24\": \"Info24\",\n\t\t\"customField25\": \"Info25\",\n\t\t\"customField26\": \"Info26\",\n\t\t\"customField27\": \"Info27\",\n\t\t\"customField28\": \"Info28\",\n\t\t\"customField29\": \"Info29\",\n\t\t\"customField30\": \"Info30\",\n\t\t\"customField31\": \"Info31\",\n\t\t\"customField32\": \"Info32\",\n\t\t\"customField33\": \"Info33\",\n\t\t\"customField34\": \"Info34\",\n\t\t\"customField35\": \"Info35\",\n\t\t\"customField36\": \"Info36\",\n\t\t\"customField37\": \"Info37\",\n\t\t\"customField38\": \"Info38\",\n\t\t\"customField39\": \"Info39\",\n\t\t\"customField40\": \"Info40\",\n\t\t\"customField41\": \"Info41\",\n\t\t\"customField42\": \"Info42\",\n\t\t\"customField43\": \"Info43\",\n\t\t\"customField44\": \"Info44\",\n\t\t\"customField45\": \"Info45\",\n\t\t\"customField46\": \"Info46\",\n\t\t\"customField47\": \"Info47\",\n\t\t\"customField48\": \"Info48\",\n\t\t\"customField49\": \"Info49\",\n\t\t\"customField50\": \"Info50\",\n\t\t\"customField51\": \"Info51\",\n\t\t\"customField52\": \"Info52\",\n\t\t\"customField53\": \"Info53\",\n\t\t\"customField54\": \"Info54\",\n\t\t\"customField55\": \"Info55\",\n\t\t\"customField56\": \"Info56\",\n\t\t\"customField57\": \"Info57\",\n\t\t\"customField58\": \"Info58\",\n\t\t\"customField59\": \"Info59\",\n\t\t\"customField60\": \"Info60\",\n\t\t\"customField61\": \"Info61\",\n\t\t\"customField62\": \"Info62\",\n\t\t\"customField63\": \"Info63\",\n\t\t\"customField64\": \"Info64\",\n\t\t\"customField65\": \"Info65\",\n\t\t\"customField66\": \"Info66\",\n\t\t\"customField67\": \"Info67\",\n\t\t\"customField68\": \"Info68\",\n\t\t\"customField69\": \"Info69\",\n\t\t\"customField70\": \"Info70\",\n\t\t\"customField71\": \"Info71\",\n\t\t\"customField72\": \"Info72\",\n\t\t\"customField73\": \"Info73\",\n\t\t\"customField74\": \"Info74\",\n\t\t\"customField75\": \"Info75\",\n\t\t\"customField76\": \"Info76\",\n\t\t\"customField77\": \"Info77\",\n\t\t\"customField78\": \"Info78\",\n\t\t\"customField79\": \"Info79\",\n\t\t\"customField80\": \"Info80\",\n\t\t\"customField81\": \"Info81\",\n\t\t\"customField82\": \"Info82\",\n\t\t\"customField83\": \"Info83\",\n\t\t\"customField84\": \"Info84\",\n\t\t\"customField85\": \"Info85\",\n\t\t\"customField86\": \"Info86\",\n\t\t\"customField87\": \"Info87\",\n\t\t\"customField88\": \"Info88\",\n\t\t\"customField89\": \"Info89\",\n\t\t\"customField90\": \"Info90\",\n\t\t\"customField91\": \"Info91\",\n\t\t\"customField92\": \"Info92\",\n\t\t\"customField93\": \"Info93\",\n\t\t\"customField94\": \"Info94\",\n\t\t\"customField95\": \"Info95\",\n\t\t\"customField96\": \"Info96\",\n\t\t\"customField97\": \"Info97\",\n\t\t\"customField98\": \"Info98\",\n\t\t\"customField99\": \"Info99\",\n\t\t\"customField100\": \"Info100\",\n\t\t\"externalId1\": \"10001\",\n\t\t\"externalId2\": \"10002\",\n\t\t\"externalId3\": \"10003\"\n\t},\n\t\"tickets\": [\n\t\t{\n\t\t\t\"id\": 6825259,\n\t\t\t\"uniqueId\": \"2987b3d1-cf05-f111-93e3-00155d960409\",\n\t\t\t\"barcode\": \"0333602070000017\",\n\t\t\t\"regcode\": \"AQ9FR49QGYEX64\",\n\t\t\t\"registeredOn\": \"2026-02-09T17:39:00.6677443\",\n\t\t\t\"registrationId\": 1284743,\n\t\t\t\"linkPDF\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Pdf?s=UHBBgcqTTPFCLA\",\n\t\t\t\"linkWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Pkpass?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkMobile\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/Png?s=45dwvYp1iMKZOg\",\n\t\t\t\"linkGoogleWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/2987B3D1-CF05-F111-93E3-00155D960409/GoogleWallet?s=45dwvYp1iMKZOg\",\n\t\t\t\"salePaymentStatus\": 0,\n\t\t\t\"shortCode\": \"9Ck8I\",\n\t\t\t\"article\": {\n\t\t\t\t\"id\": 3017,\n\t\t\t\t\"uniqueId\": \"6644764c-ce05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"20\",\n\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\"name\": \"Attendee API - TagesTicket - VIP\",\n\t\t\t\t\"badgeCategory\": \"VIP\",\n\t\t\t\t\"externalId1\": \"articleExternalId1\",\n\t\t\t\t\"externalId2\": \"articleExternalId2\",\n\t\t\t\t\"externalId3\": \"articleExternalId3\"\n\t\t\t},\n\t\t\t\"booth\": {\n\t\t\t\t\"id\": 8353,\n\t\t\t\t\"uniqueId\": \"b50f0f5e-cf05-f111-93e3-00155d960409\",\n\t\t\t\t\"number\": \"M0008354\",\n\t\t\t\t\"externalId1\": \"boothExternalId1\",\n\t\t\t\t\"externalId2\": \"boothExternalId2\",\n\t\t\t\t\"externalId3\": \"boothExternalId3\"\n\t\t\t},\n\t\t\t\"exhibitor\": {\n\t\t\t\t\"id\": 3,\n\t\t\t\t\"uniqueId\": \"eba17e4a-7fd8-ed11-93c2-00155db54d02\",\n\t\t\t\t\"number\": \"D0000001\",\n\t\t\t\t\"name1\": \"ADITUS GmbH\",\n\t\t\t\t\"name2\": \"Aditus\",\n\t\t\t\t\"name3\": \"Name 3\",\n\t\t\t\t\"externalId1\": \"exhibitorExternalId1\",\n\t\t\t\t\"externalId2\": \"exhibitorExternalId2\",\n\t\t\t\t\"externalId3\": \"exhibitorExternalId3\"\n\t\t\t},\n\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\"uniqueId\": \"3ba2aed3-d505-f111-93e3-00155d960409\",\n\t\t\t\t\"caseNumber\": \"333-2026-333618336\",\n\t\t\t\t\"positionGrossPrice\": 0,\n\t\t\t\t\"positionNetPrice\": 0,\n\t\t\t\t\"buyer\": {\n\t\t\t\t\t\"uniqueId\": \"cb6c8fe4-54f6-ed11-93c6-00155d960409\",\n\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\"firstName\": \"A\",\n\t\t\t\t\t\"lastName\": \"DITUS\",\n\t\t\t\t\t\"company\": \"ADITUS GmbH TEST2\",\n\t\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\t\t\t\"streetNumber\": \"5\",\n\t\t\t\t\t\t\"postalCode\": \"30539\",\n\t\t\t\t\t\t\"city\": \"Hannover\",\n\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\"county\": \"012\",\n\t\t\t\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}"}],"_postman_id":"d2800a62-c96f-47ec-987f-86a0fd9d6337"},{"name":"Use Case – Delta Sync","id":"b5bc7ffc-aec4-4c0c-83af-213fa20334c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees","description":"<p><strong>Note:</strong><br />If the <code>includingTicketOwnerUpdates</code> parameter is set to <code>true</code>, all update actions for the ticket owner are included. Use this option only for delta loads. Do not set it for initial, full loads, as this increases execution time and the chance of potential time-out errors during execution.<br />Once all data has been loaded initially, the parameter can be used for subsequent delta loads. This minimises the chance of potential time-outs.</p>\n<p>This endpoint enables high-throughput bulk retrieval of <strong>personal data</strong> for trade-fair events, including both <strong>event-specific</strong> and <strong>ticket-specific</strong> attributes. The endpoint supports <strong>delta queries</strong> based on <strong>registration events</strong>, ensuring that only records <strong>created or updated since the last retrieval</strong> are returned. The endpoint is <strong>optimised for incremental data pulls</strong> and also supports an <strong>initial full load</strong> of all data. The initial full load <strong>must not be executed more than three times per calendar day per event</strong>. Data selection is driven by <strong>registration-related events</strong> (such as create or update), which serve as the reference for delta determination. The scenario (initial load or delta) is controlled via the <code>sinceRegistrationId</code> query parameter.</p>\n<h1 id=\"user-rools\">User-Rools</h1>\n<p>To use this use case, the user must have the following role assigned.</p>\n<ul>\n<li><p><strong>Required role</strong></p>\n<ul>\n<li>ApiAttendeeBatch</li>\n</ul>\n</li>\n<li><p><strong>Optional role</strong></p>\n<ul>\n<li>ApiAttendeeWithAdditionalSalesInformation</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"role--and-article-based-data-access\">Role- and Article-Based Data Access</h2>\n<ul>\n<li><p><strong>Fine-grained access control:</strong><br />  Third parties can only access attendee registrations for the specific badge categories (articles) and user roles that have been explicitly granted to them. For example, a matchmaking provider may only receive data for VIP and EXHIBITOR categories.</p>\n</li>\n<li><p><strong>Standardised roles:</strong><br />  The API supports a standard set of badge category roles, such as Visitor, Exhibitor, Press, Services, and more. If there are additional badge categories in the system used, corresponding roles must also be created in the system. Please note the naming convention for roles!<br />  Example roles include:</p>\n<ul>\n<li><p>ApiAttendeeBadgeCategoryCONTRACTOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryCREW</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryDELEGATE</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryEXHIBITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryMEDIA</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryORGANIZER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryPRESS</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPEAKER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPONSOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTAFF</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTUDENT</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVIP</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVISITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryNONE</p>\n<ul>\n<li>for all articles that do not have a BadgeCategory</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other articles will be filtered out. BadgeCategory roles can be combined.</strong></p>\n<h2 id=\"block-scoped-payloads\">Block-Scoped Payloads</h2>\n<ul>\n<li><p><strong>Modular response structure:</strong><br />  The API response is organised into logical blocks (such as attendee, address, customFields, termsOfService, ticket, article, booth, exhibitor, additionalSalesInformation).<br />  Each block can be enabled or disabled based on the assigned user role.</p>\n</li>\n<li><p><strong>Default behaviour:</strong><br />  If no specific role configuration is set, a baseline set of blocks is returned (e.g., attendee, address, customFields, ticket, article, booth, exhibitor)</p>\n<ul>\n<li>the same as before version 4.135</li>\n</ul>\n</li>\n<li><p><strong>Full access roles:</strong><br />  Special roles are available to grant full access to all attendee or ticket blocks:</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeFullAccess (includes all attendee-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeInformation</p>\n</li>\n<li><p>ApiAttendeeWithAddressInformation</p>\n</li>\n<li><p>ApiAttendeeWithCustomFieldsInformation</p>\n</li>\n<li><p>ApiAttendeeWithTermsOfServicesInformation</p>\n</li>\n<li><p>ApiAttendeeWithUserInformation</p>\n</li>\n</ul>\n</li>\n<li><p>ApiAttendeeWithTicketFullAccess (includes all ticket-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithTicketsInformation</p>\n</li>\n<li><p>ApiAttendeeWithArtcleInformation</p>\n</li>\n<li><p>ApiAttendeeWithBoothInformation</p>\n</li>\n<li><p>ApiAttendeeWithExhibitorInformation</p>\n</li>\n<li><p>ApiAttendeeWithBarcodeInformation</p>\n</li>\n<li><p>ApiAttendeeWithTicketLinksInformation</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other areas that are not configured will be deactivated. Roles can be combined.</strong></p>\n<h3 id=\"response\">Response</h3>\n<p>The response is delivered in JSON format and contains information about the event, personal data of the ticket holder, and information about the tickets.</p>\n<p>If the number of registrations exceeds the limit, use the <em>maxRegistrationId</em> from the response payload in the optional query parameter <em>sinceRegistrationId</em> to retrieve the next set of registrations. For a delta query, also use the <em>sinceRegistrationId</em> query parameter to retrieve only those attendees registered after the specified registration event.</p>\n<h3 id=\"performance-note\">Performance Note</h3>\n<p>The delta or batch query returns up to <strong>2,500 records per request</strong> by default (<code>limit</code>, default: 2500). For most customers and events, this value is optimal. In rare cases (such as high system or database load, an unfavourable SQL Server execution plan, or very large data volumes), the request may time out.<br /><strong>Recommendation:</strong> Reduce the <code>limit</code> manually and use smaller pages until the query reliably returns results without timing out.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}},"urlObject":{"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"description":{"content":"<p>Represents an offset for registrations that have already been transmitted. A full-load (sinceRegistrationId = 0) should only be carried out once a day, not more than 3 times a day.</p>\n","type":"text/plain"},"key":"sinceRegistrationId","value":"{{lastMaxRegistrationId}}"},{"disabled":true,"description":{"content":"<p>(Optional) Number of items per response.\nDefault value : 2500\nA high limit can cause the request to time out if it takes longer than 30 seconds. Please choose the limit accordingly.</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"},{"disabled":true,"description":{"content":"<p>If set to true, all update actions for the ticket owner will also be included.\nOnly for delta loads. Do not set it for initial, full loads.</p>\n","type":"text/plain"},"key":"includingTicketOwnerUpdates","value":"false"},{"disabled":true,"description":{"content":"<p>If true, all cancellation ticket events are also returned.\nThis can lead to duplication of individual registrations.</p>\n","type":"text/plain"},"key":"includingCancellations","value":"false"},{"disabled":true,"description":{"content":"<p>If true, all blocked ticket events are also returned.\nThis can lead to duplication of individual registrations.</p>\n","type":"text/plain"},"key":"includingBlockedTickets","value":"false"}],"variable":[]}},"response":[{"id":"dffeedc5-ed68-437e-bd9c-8819cb1c51f4","name":"Use Case – Delta Sync (initial full load)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?sinceRegistrationId=0&limit=5","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"query":[{"key":"sinceRegistrationId","value":"0"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1319"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"x-correlation-id","value":"233324c6bf4146a086a61413a4ac3d86"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Tue, 20 Jan 2026 16:41:32 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f1db5e6f1988a99f7e893e57b76aecb8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TXL52-P2"},{"key":"X-Amz-Cf-Id","value":"UDWNEB470PssD0IsPBm_p1I7J017w9S4aLBrpkI0lt9IHhxiHdWerw=="}],"cookie":[],"responseTime":null,"body":"{\n\t\"_meta\": {\n\t\t\"limit\": 5,\n\t\t\"count\": 5,\n\t\t\"maxRegistrationId\": 50268\n\t},\n\t\"event\": {\n\t\t\"id\": 212,\n\t\t\"uniqueId\": \"d76dbbba-cc05-f111-93e3-00155d960409\",\n\t\t\"name\": \"Attendee-API\",\n\t\t\"number\": \"333\",\n\t\t\"year\": \"2026\",\n\t\t\"start\": \"2026-02-09T16:33:00\",\n\t\t\"end\": \"2026-03-27T00:00:00\",\n\t\t\"externalId1\": \"eventExternalId1\",\n\t\t\"externalId2\": \"eventExternalId2\",\n\t\t\"externalId3\": \"eventExternalId3\"\n\t},\n\t\"registrations\": [\n\t\t{\n\t\t\t\"id\": 49907,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\"titleLookup\": \"Dr.\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"phone\": \"0500631234561\",\n\t\t\t\t\"mobile\": \"0500631234562\",\n\t\t\t\t\"fax\": \"0500631234563\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Straße der Nationen\",\n\t\t\t\t\t\"streetNumber\": \"5\",\n\t\t\t\t\t\"postalCode\": \"30539\",\n\t\t\t\t\t\"city\": \"Hannover\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\",\n\t\t\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"SW\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"user\": {\n\t\t\t\t\t\"uniqueId\": \"77789b28-6fee-ed11-93c4-00166db54d03\",\n\t\t\t\t\t\"number\": \"U000169\",\n\t\t\t\t\t\"lastActionOn\": \"2026-01-12T18:23:25.7012542\",\n\t\t\t\t\t\"externalId1\": \"userExternalId1\",\n\t\t\t\t\t\"externalId2\": \"userExternalId2\",\n\t\t\t\t\t\"externalId3\": \"userExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"termsOfService\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n\t\t\t\t\t\t\"displayOrder\": 1,\n\t\t\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\t\t\"content\": \"Default Terms of Service\",\n\t\t\t\t\t\t\"consentPolicy\": 1,\n\t\t\t\t\t\t\"isApproved\": true,\n\t\t\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.0816086\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n\t\t\t\t\t\t\"displayOrder\": 99,\n\t\t\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\t\t\"content\": \"Default Privacy Policy\",\n\t\t\t\t\t\t\"consentPolicy\": 0,\n\t\t\t\t\t\t\"isApproved\": false,\n\t\t\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.1085804\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField2\": \"Info2\",\n\t\t\t\t\"customField3\": \"Info3\",\n\t\t\t\t\"customField4\": \"Info4\",\n\t\t\t\t\"customField5\": \"Info5\",\n\t\t\t\t\"customField6\": \"Info6\",\n\t\t\t\t\"customField7\": \"Info7\",\n\t\t\t\t\"customField8\": \"Info8\",\n\t\t\t\t\"customField9\": \"Info9\",\n\t\t\t\t\"customField10\": \"Info10\",\n\t\t\t\t\"customField11\": \"Info11\",\n\t\t\t\t\"customField12\": \"Info12\",\n\t\t\t\t\"customField13\": \"Info13\",\n\t\t\t\t\"customField14\": \"Info14\",\n\t\t\t\t\"customField15\": \"Info15\",\n\t\t\t\t\"customField16\": \"Info16\",\n\t\t\t\t\"customField17\": \"Info17\",\n\t\t\t\t\"customField18\": \"Info18\",\n\t\t\t\t\"customField19\": \"Info19\",\n\t\t\t\t\"customField20\": \"Info20\",\n\t\t\t\t\"customField21\": \"Info21\",\n\t\t\t\t\"customField22\": \"Info22\",\n\t\t\t\t\"customField23\": \"Info23\",\n\t\t\t\t\"customField24\": \"Info24\",\n\t\t\t\t\"customField25\": \"Info25\",\n\t\t\t\t\"customField26\": \"Info26\",\n\t\t\t\t\"customField27\": \"Info27\",\n\t\t\t\t\"customField28\": \"Info28\",\n\t\t\t\t\"customField29\": \"Info29\",\n\t\t\t\t\"customField30\": \"Info30\",\n\t\t\t\t\"customField31\": \"Info31\",\n\t\t\t\t\"customField32\": \"Info32\",\n\t\t\t\t\"customField33\": \"Info33\",\n\t\t\t\t\"customField34\": \"Info34\",\n\t\t\t\t\"customField35\": \"Info35\",\n\t\t\t\t\"customField36\": \"Info36\",\n\t\t\t\t\"customField37\": \"Info37\",\n\t\t\t\t\"customField38\": \"Info38\",\n\t\t\t\t\"customField39\": \"Info39\",\n\t\t\t\t\"customField40\": \"Info40\",\n\t\t\t\t\"customField41\": \"Info41\",\n\t\t\t\t\"customField42\": \"Info42\",\n\t\t\t\t\"customField43\": \"Info43\",\n\t\t\t\t\"customField44\": \"Info44\",\n\t\t\t\t\"customField45\": \"Info45\",\n\t\t\t\t\"customField46\": \"Info46\",\n\t\t\t\t\"customField47\": \"Info47\",\n\t\t\t\t\"customField48\": \"Info48\",\n\t\t\t\t\"customField49\": \"Info49\",\n\t\t\t\t\"customField50\": \"Info50\",\n\t\t\t\t\"customField51\": \"Info51\",\n\t\t\t\t\"customField52\": \"Info52\",\n\t\t\t\t\"customField53\": \"Info53\",\n\t\t\t\t\"customField54\": \"Info54\",\n\t\t\t\t\"customField55\": \"Info55\",\n\t\t\t\t\"customField56\": \"Info56\",\n\t\t\t\t\"customField57\": \"Info57\",\n\t\t\t\t\"customField58\": \"Info58\",\n\t\t\t\t\"customField59\": \"Info59\",\n\t\t\t\t\"customField60\": \"Info60\",\n\t\t\t\t\"customField61\": \"Info61\",\n\t\t\t\t\"customField62\": \"Info62\",\n\t\t\t\t\"customField63\": \"Info63\",\n\t\t\t\t\"customField64\": \"Info64\",\n\t\t\t\t\"customField65\": \"Info65\",\n\t\t\t\t\"customField66\": \"Info66\",\n\t\t\t\t\"customField67\": \"Info67\",\n\t\t\t\t\"customField68\": \"Info68\",\n\t\t\t\t\"customField69\": \"Info69\",\n\t\t\t\t\"customField70\": \"Info70\",\n\t\t\t\t\"customField71\": \"Info71\",\n\t\t\t\t\"customField72\": \"Info72\",\n\t\t\t\t\"customField73\": \"Info73\",\n\t\t\t\t\"customField74\": \"Info74\",\n\t\t\t\t\"customField75\": \"Info75\",\n\t\t\t\t\"customField76\": \"Info76\",\n\t\t\t\t\"customField77\": \"Info77\",\n\t\t\t\t\"customField78\": \"Info78\",\n\t\t\t\t\"customField79\": \"Info79\",\n\t\t\t\t\"customField80\": \"Info80\",\n\t\t\t\t\"customField81\": \"Info81\",\n\t\t\t\t\"customField82\": \"Info82\",\n\t\t\t\t\"customField83\": \"Info83\",\n\t\t\t\t\"customField84\": \"Info84\",\n\t\t\t\t\"customField85\": \"Info85\",\n\t\t\t\t\"customField86\": \"Info86\",\n\t\t\t\t\"customField87\": \"Info87\",\n\t\t\t\t\"customField88\": \"Info88\",\n\t\t\t\t\"customField89\": \"Info89\",\n\t\t\t\t\"customField90\": \"Info90\",\n\t\t\t\t\"customField91\": \"Info91\",\n\t\t\t\t\"customField92\": \"Info92\",\n\t\t\t\t\"customField93\": \"Info93\",\n\t\t\t\t\"customField94\": \"Info94\",\n\t\t\t\t\"customField95\": \"Info95\",\n\t\t\t\t\"customField96\": \"Info96\",\n\t\t\t\t\"customField97\": \"Info97\",\n\t\t\t\t\"customField98\": \"Info98\",\n\t\t\t\t\"customField99\": \"Info99\",\n\t\t\t\t\"customField100\": \"Info100\",\n\t\t\t\t\"externalId1\": \"10001\",\n\t\t\t\t\"externalId2\": \"10002\",\n\t\t\t\t\"externalId3\": \"10003\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394059,\n\t\t\t\t\"uniqueId\": \"c42a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"barcode\": \"0333602070000017\",\n\t\t\t\t\"regcode\": \"DVQNS8DTUZ4VQG\",\n\t\t\t\t\"registeredOn\": \"2024-04-08T12:57:36.8516906\",\n\t\t\t\t\"registrationId\": 49907,\n\t\t\t\t\"linkPDF\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/c42a67b0-a9ea-ef11-93db-00155d960409/Pdf?s=UHBBgcqTTPFCLA\",\n\t\t\t\t\"linkWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/c42a67b0-a9ea-ef11-93db-00155d960409/Pkpass?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"linkMobile\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/c42a67b0-a9ea-ef11-93db-00155d960409/Png?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"linkGoogleWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/c42a67b0-a9ea-ef11-93db-00155d960409/GoogleWallet?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"saleLegitimationStatus\": 1,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"shortCode\": \"9Ck8I\",\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\",\n\t\t\t\t\t\"externalId1\": \"articleExternalId1\",\n\t\t\t\t\t\"externalId2\": \"articleExternalId2\",\n\t\t\t\t\t\"externalId3\": \"articleExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\",\n\t\t\t\t\t\"externalId3\": \"boothExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\",\n\t\t\t\t\t\"name2\": \"name2\",\n\t\t\t\t\t\"name3\": \"name3\",\n\t\t\t\t\t\"externalId1\": \"exhibitorExternalId1\",\n\t\t\t\t\t\"externalId2\": \"exhibitorExternalId2\",\n\t\t\t\t\t\"externalId3\": \"exhibitorExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"537dbcce-96f5-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504221\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.731092,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"1d6036a1-909f-49c1-9f01-17e44c217a9d\",\n\t\t\t\t\t\"transactionProviderName\": \"ADITUS Demo\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-08T12:57:36.8829092\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"0123456789\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 49913,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"0123456789\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394060,\n\t\t\t\t\"uniqueId\": \"c52a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DCSYPSPGZTMJUP\",\n\t\t\t\t\"registeredOn\": \"2024-04-08T13:06:59.125004\",\n\t\t\t\t\"registrationId\": 49913,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"cf1be31d-98f5-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504222\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.731092,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"bfc92ef8-0f7e-4f21-840f-a46ea157ae76\",\n\t\t\t\t\t\"transactionProviderName\": \"ADITUS Demo\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-08T13:06:59.1562297\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50151,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394062,\n\t\t\t\t\"uniqueId\": \"c72a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DFNSNPET7USQ1R\",\n\t\t\t\t\"registeredOn\": \"2024-04-10T10:06:13.5622759\",\n\t\t\t\t\"registrationId\": 50151,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"01405a2f-11f7-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504244\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"QA10lGbr4QCGSAKdtIznbt48EMtA_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-10T10:06:17.3355593\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50262,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394067,\n\t\t\t\t\"uniqueId\": \"cc2a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DENFKXZP97WKA6\",\n\t\t\t\t\"registeredOn\": \"2024-04-11T16:20:22.5866744\",\n\t\t\t\t\"registrationId\": 50262,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"c8ac4ca1-0ef8-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504270\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"nxAGxzAKdKtftAKhxrESbUK4h78A_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-11T16:20:24.2897692\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50268,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394068,\n\t\t\t\t\"uniqueId\": \"cd2a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DA63XXQQ1E6XDX\",\n\t\t\t\t\"registeredOn\": \"2024-04-11T16:25:27.0847746\",\n\t\t\t\t\"registrationId\": 50268,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"cb93ce56-0ff8-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504271\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"QI3phxbG3v0ASAl2A1UGAKSUxvdA_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-11T16:25:29.834873\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"304c80de-d861-4dea-a186-65355b3d16f1","name":"Use Case – Delta Sync (paging)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?sinceRegistrationId=50268&limit=5","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"query":[{"key":"sinceRegistrationId","value":"50268"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1385"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"x-correlation-id","value":"b60183564e3e48db9f4232686958f609"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Tue, 20 Jan 2026 16:42:41 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9d82637a2d5a2030baf2d4c024ad4c56.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TXL52-P2"},{"key":"X-Amz-Cf-Id","value":"DtXoBm_ZPxUThbRXnBbnmPQDp2Yd-zu95BAZGz653ofULRClxLhnqQ=="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n\t\"_meta\": {\n\t\t\"limit\": 5,\n\t\t\"count\": 5,\n\t\t\"maxRegistrationId\": 50793\n\t},\n\t\"event\": {\n\t\t\"id\": 212,\n\t\t\"uniqueId\": \"d76dbbba-cc05-f111-93e3-00155d960409\",\n\t\t\"name\": \"Attendee-API\",\n\t\t\"number\": \"333\",\n\t\t\"year\": \"2026\",\n\t\t\"start\": \"2026-02-09T16:33:00\",\n\t\t\"end\": \"2026-03-27T00:00:00\",\n\t\t\"externalId1\": \"eventExternalId1\",\n\t\t\"externalId2\": \"eventExternalId2\",\n\t\t\"externalId3\": \"eventExternalId3\"\n\t},\n\t\"registrations\": [\n\t\t{\n\t\t\t\"id\": 50302,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\"titleLookup\": \"Dr.\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"phone\": \"0500631234561\",\n\t\t\t\t\"mobile\": \"0500631234562\",\n\t\t\t\t\"fax\": \"0500631234563\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"streetNumber\": \"5\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\",\n\t\t\t\t\t\"stateOrProvince\": \"Dubai\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"SW\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"user\": {\n\t\t\t\t\t\"uniqueId\": \"88889b28-6fee-ed11-93c4-00166db54d03\",\n\t\t\t\t\t\"number\": \"U000269\",\n\t\t\t\t\t\"lastActionOn\": \"2026-01-12T18:23:25.7012542\",\n\t\t\t\t\t\"externalId1\": \"userExternalId1\",\n\t\t\t\t\t\"externalId2\": \"userExternalId2\",\n\t\t\t\t\t\"externalId3\": \"userExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"termsOfService\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"uniqueId\": \"4777d894-1751-44a7-9d96-57a4479e05a0\",\n\t\t\t\t\t\t\"displayOrder\": 1,\n\t\t\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\t\t\"content\": \"Default Terms of Service\",\n\t\t\t\t\t\t\"consentPolicy\": 1,\n\t\t\t\t\t\t\"isApproved\": true,\n\t\t\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.0816086\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"uniqueId\": \"a25c56b6-6ce6-4be8-ab46-a25d707ff7ba\",\n\t\t\t\t\t\t\"displayOrder\": 99,\n\t\t\t\t\t\t\"version\": \"1.0\",\n\t\t\t\t\t\t\"content\": \"Default Privacy Policy\",\n\t\t\t\t\t\t\"consentPolicy\": 0,\n\t\t\t\t\t\t\"isApproved\": false,\n\t\t\t\t\t\t\"lastActionOn\": \"2026-02-09T17:39:01.1085804\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394074,\n\t\t\t\t\"uniqueId\": \"d32a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"barcode\": \"0298602070000017\",\n\t\t\t\t\"regcode\": \"DE4YU14FU1N1FP\",\n\t\t\t\t\"registeredOn\": \"2024-04-12T08:29:03.0581738\",\n\t\t\t\t\"registrationId\": 50302,\n\t\t\t\t\"linkPDF\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/d32a67b0-a9ea-ef11-93db-00155d960409/Pdf?s=UHBBgcqTTPFCLA\",\n\t\t\t\t\"linkWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/d32a67b0-a9ea-ef11-93db-00155d960409/Pkpass?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"linkMobile\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/d32a67b0-a9ea-ef11-93db-00155d960409/Png?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"linkGoogleWallet\": \"https://dev.aditus.de/ADITUS-DEV-0_API/api/assets/v1/tickets/d32a67b0-a9ea-ef11-93db-00155d960409/GoogleWallet?s=45dwvYp1iMKZOg\",\n\t\t\t\t\"saleLegitimationStatus\": 1,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"shortCode\": \"9Ck8I\",\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\",\n\t\t\t\t\t\"externalId1\": \"articleExternalId1\",\n\t\t\t\t\t\"externalId2\": \"articleExternalId2\",\n\t\t\t\t\t\"externalId3\": \"articleExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\",\n\t\t\t\t\t\"externalId3\": \"boothExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\",\n\t\t\t\t\t\"name2\": \"name2\",\n\t\t\t\t\t\"name3\": \"name3\",\n\t\t\t\t\t\"externalId1\": \"exhibitorExternalId1\",\n\t\t\t\t\t\"externalId2\": \"exhibitorExternalId2\",\n\t\t\t\t\t\"externalId3\": \"exhibitorExternalId3\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"ec68c8f3-95f8-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504282\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"xtMzlGA8hQ1CSA91E4t7A221MjWb_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-12T08:29:05.3878465\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50631,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394079,\n\t\t\t\t\"uniqueId\": \"d82a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DQNK1ZC2BTXX5E\",\n\t\t\t\t\"registeredOn\": \"2024-04-15T17:36:50.0211348\",\n\t\t\t\t\"registrationId\": 50631,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"65c4f3f3-3dfb-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504342\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"9Irnp4bpfQbAvAzxpfS1A8EO108A_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-15T17:36:59.70634\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50633,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": false,\n\t\t\t\t\"jobTitle\": \"Desastermaster\",\n\t\t\t\t\"lastActionOn\": \"2025-11-14T12:26:39.4833333\",\n\t\t\t\t\"customField1\": \"ADITUS\",\n\t\t\t\t\"customField6\": \"0130\",\n\t\t\t\t\"customField7\": \"0174\",\n\t\t\t\t\"customField10\": \"TC_1002_10_2024_03_10\",\n\t\t\t\t\"customField99\": \"700\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394080,\n\t\t\t\t\"uniqueId\": \"d92a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DFQDJEDR7K86ZX\",\n\t\t\t\t\"registeredOn\": \"2024-04-15T17:36:52.0046871\",\n\t\t\t\t\"registrationId\": 50633,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"65c4f3f3-3dfb-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504342\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"9Irnp4bpfQbAvAzxpfS1A8EO108A_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-15T17:36:59.70634\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"a.ditus@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann\",\n\t\t\t\t\t\t\"company\": \"ADITUS\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"mobile\": \"Anonymized\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Anonymized\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50761,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"Max2.Mustermann2@aditus.de\",\n\t\t\t\t\"firstName\": \"Max2\",\n\t\t\t\t\"lastName\": \"Mustermann2\",\n\t\t\t\t\"company\": \"Aditus\",\n\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Brühlkamp\",\n\t\t\t\t\t\"streetNumber\": \"9a\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": true,\n\t\t\t\t\"lastActionOn\": \"2025-07-30T09:43:45.91\",\n\t\t\t\t\"customField1\": \"Aditus\",\n\t\t\t\t\"customField66\": \"Order 66\",\n\t\t\t\t\"customField99\": \"#60A917,#E51400\",\n\t\t\t\t\"customField100\": \"100%\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394082,\n\t\t\t\t\"uniqueId\": \"db2a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DECGRSS7N4R4HC\",\n\t\t\t\t\"registeredOn\": \"2024-04-17T10:26:06.0956904\",\n\t\t\t\t\"registrationId\": 50761,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"52f9a61b-94fc-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504363\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"lxQ4pOApUYfKSAz2YUI4AhjhQrjA_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-17T10:26:09.9011519\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"Max2.Mustermann2@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max2\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann2\",\n\t\t\t\t\t\t\"company\": \"Aditus\",\n\t\t\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Brühlkamp\",\n\t\t\t\t\t\t\t\"streetNumber\": \"9a\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": 50793,\n\t\t\t\"attendee\": {\n\t\t\t\t\"eMail\": \"Max2.Mustermann2@aditus.de\",\n\t\t\t\t\"firstName\": \"Max2\",\n\t\t\t\t\"lastName\": \"Mustermann2\",\n\t\t\t\t\"company\": \"Aditus\",\n\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\"address\": {\n\t\t\t\t\t\"street\": \"Brühlkamp\",\n\t\t\t\t\t\"streetNumber\": \"9a\",\n\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t},\n\t\t\t\t\"hasUser\": true,\n\t\t\t\t\"lastActionOn\": \"2025-07-30T09:43:45.91\",\n\t\t\t\t\"customField1\": \"Aditus\",\n\t\t\t\t\"customField66\": \"Order 66\",\n\t\t\t\t\"customField99\": \"#60A917,#E51400\",\n\t\t\t\t\"customField100\": \"100%\"\n\t\t\t},\n\t\t\t\"ticket\": {\n\t\t\t\t\"id\": 3394085,\n\t\t\t\t\"uniqueId\": \"de2a67b0-a9ea-ef11-93db-00155d960409\",\n\t\t\t\t\"regcode\": \"DQYV49W8FUS29J\",\n\t\t\t\t\"registeredOn\": \"2024-04-17T10:58:25.0500552\",\n\t\t\t\t\"registrationId\": 50793,\n\t\t\t\t\"saleLegitimationStatus\": 0,\n\t\t\t\t\"salePaymentStatus\": 2,\n\t\t\t\t\"article\": {\n\t\t\t\t\t\"id\": 1356,\n\t\t\t\t\t\"uniqueId\": \"0748be08-06e6-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"number\": \"951\",\n\t\t\t\t\t\"ticketType\": 1,\n\t\t\t\t\t\"name\": \"Tagesticket\",\n\t\t\t\t\t\"badgeCategory\": \"VISITOR\"\n\t\t\t\t},\n\t\t\t\t\"booth\": {\n\t\t\t\t\t\"id\": 3872,\n\t\t\t\t\t\"number\": \"M0003873\",\n\t\t\t\t\t\"externalId1\": \"2323\",\n\t\t\t\t\t\"externalId2\": \"136\"\n\t\t\t\t},\n\t\t\t\t\"exhibitor\": {\n\t\t\t\t\t\"id\": 8366,\n\t\t\t\t\t\"name1\": \"DVO GmbH\"\n\t\t\t\t},\n\t\t\t\t\"additionalSalesInformation\": {\n\t\t\t\t\t\"uniqueId\": \"2118cca0-98fc-ee11-93d5-00155d96040a\",\n\t\t\t\t\t\"caseNumber\": \"1596-2025-1596504369\",\n\t\t\t\t\t\"positionGrossPrice\": 33,\n\t\t\t\t\t\"positionNetPrice\": 27.73,\n\t\t\t\t\t\"transactionCurrencyShort\": \"EUR\",\n\t\t\t\t\t\"transactionNumber\": \"vp233tAxW422UAO0zvdvAMWxxOlb_c\",\n\t\t\t\t\t\"transactionProviderName\": \"American Express\",\n\t\t\t\t\t\"transactionCreatedOn\": \"2024-04-17T10:58:30.8803552\",\n\t\t\t\t\t\"buyer\": {\n\t\t\t\t\t\t\"eMail\": \"Max2.Mustermann2@aditus.de\",\n\t\t\t\t\t\t\"firstName\": \"Max2\",\n\t\t\t\t\t\t\"lastName\": \"Mustermann2\",\n\t\t\t\t\t\t\"company\": \"Aditus\",\n\t\t\t\t\t\t\"salutationLookup\": \"Herr\",\n\t\t\t\t\t\t\"nationalityLookup\": \"DE\",\n\t\t\t\t\t\t\"language\": \"DE\",\n\t\t\t\t\t\t\"address\": {\n\t\t\t\t\t\t\t\"street\": \"Brühlkamp\",\n\t\t\t\t\t\t\t\"streetNumber\": \"9a\",\n\t\t\t\t\t\t\t\"postalCode\": \"38110\",\n\t\t\t\t\t\t\t\"city\": \"Braunschweig\",\n\t\t\t\t\t\t\t\"countryLookup\": \"DE\",\n\t\t\t\t\t\t\t\"county\": \"003\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"385d57eb-89d1-4004-983a-72e41bdcabee","name":"Use Case – Delta Sync (live - no further data)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?sinceRegistrationId=1091785&limit=5","host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"query":[{"key":"sinceRegistrationId","value":"1091785"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"cache-control","value":"no-cache"},{"key":"pragma","value":"no-cache"},{"key":"content-encoding","value":"gzip"},{"key":"content-language","value":"de"},{"key":"expires","value":"-1"},{"key":"vary","value":"Content-Encoding"},{"key":"x-correlation-id","value":"228a5f576498465dadaac1e0eafe7861"},{"key":"access-control-max-age","value":"86400"},{"key":"date","value":"Tue, 20 Jan 2026 16:45:49 GMT"},{"key":"strict-transport-security","value":"max-age=10368000; includeSubDomains; preload;"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 60972d70abcc5ea56ad9b7eada9535e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"TXL52-P2"},{"key":"X-Amz-Cf-Id","value":"MUT66PmNVmJ_Orlx2eP12H-ztUqllwg1fOYDkn0G0TqtNGklIIeUUA=="}],"cookie":[],"responseTime":null,"body":"{\n\t\"_meta\": {\n\t\t\"limit\": 5,\n\t\t\"count\": 0,\n\t\t\"maxRegistrationId\": 1091785\n\t},\n\t\"event\": {\n\t\t\"id\": 212,\n\t\t\"uniqueId\": \"d76dbbba-cc05-f111-93e3-00155d960409\",\n\t\t\"name\": \"Attendee-API\",\n\t\t\"number\": \"333\",\n\t\t\"year\": \"2026\",\n\t\t\"start\": \"2026-02-09T16:33:00\",\n\t\t\"end\": \"2026-03-27T00:00:00\",\n\t\t\"externalId1\": \"eventExternalId1\",\n\t\t\"externalId2\": \"eventExternalId2\",\n\t\t\"externalId3\": \"eventExternalId3\"\n\t},\n\t\"registrations\": []\n}"}],"_postman_id":"b5bc7ffc-aec4-4c0c-83af-213fa20334c5"}],"id":"46425ec0-5e4c-4c73-9663-93ac9186769b","description":"<p>The following examples illustrate common ways to work with the Attendee API. Although the API exposes a <strong>single, versioned endpoint</strong>, flexible <strong>query parameters</strong> allow you to tailor responses to diverse use cases. This approach provides consistency while supporting varied needs like targeted filtering, incremental retrieval, and optimized payloads.</p>\n","_postman_id":"46425ec0-5e4c-4c73-9663-93ac9186769b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}}},{"name":"Typs","item":[],"id":"339141a1-bc55-446c-a301-fce66edeb49b","description":"<h1 id=\"tickettype\">TicketType</h1>\n<blockquote>\n<p>Values are powers of two (bit flags), so multiple types can be combined. </p>\n</blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>VisitorTicket</code></td>\n<td>Visitor ticket</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>ExhibitorTicket</code></td>\n<td>Exhibitor ticket</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>ServiceTicket</code></td>\n<td>Service ticket</td>\n</tr>\n<tr>\n<td>8</td>\n<td><code>OnsiteTicket</code></td>\n<td>On‑site / cash‑desk ticket</td>\n</tr>\n<tr>\n<td>16</td>\n<td><code>PressTicket</code></td>\n<td>Press ticket</td>\n</tr>\n<tr>\n<td>32</td>\n<td><code>ParkingTicket</code></td>\n<td>Parking ticket</td>\n</tr>\n<tr>\n<td>64</td>\n<td><code>SpecialParkingTicket</code></td>\n<td>Special parking ticket</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Exampel (<strong>bit combinations</strong>):</strong></p>\n<ul>\n<li><p>Visitor <strong>+</strong> Press ⇒ <code>1 | 16 = 17</code></p>\n</li>\n<li><p>Exhibitor <strong>+</strong> Parking ⇒ <code>2 | 32 = 34</code></p>\n</li>\n</ul>\n<h1 id=\"salelegitimationstatus\">SaleLegitimationStatus</h1>\n<p>(States for the sale‑related legitimation process)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Name</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td><code>New</code></td>\n<td>New</td>\n</tr>\n<tr>\n<td>1</td>\n<td><code>Accepted</code></td>\n<td>Accepted</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>Denied</code></td>\n<td>Denied</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>InProgress</code></td>\n<td>In progress</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>Shelved</code></td>\n<td>Shelved</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>Questionable</code></td>\n<td>Questionable</td>\n</tr>\n<tr>\n<td>6</td>\n<td><code>Incomplete</code></td>\n<td>Incomplete</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"salepaymentstatus\">SalePaymentStatus</h2>\n<p>(Payment state of the sale/transaction)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Name</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td><code>NotRequired</code></td>\n<td>No payment required</td>\n</tr>\n<tr>\n<td>1</td>\n<td><code>NotPaid</code></td>\n<td>Not paid / payment outstanding</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>Paid</code></td>\n<td>Paid</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>NotRefunded</code></td>\n<td>Not refunded after cancellation</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>Refunded</code></td>\n<td>Refunded</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>RefundPending</code></td>\n<td>Refund is being processed by the payment provider (callback expected)</td>\n</tr>\n<tr>\n<td>6</td>\n<td><code>PaymentProcessing</code></td>\n<td>Payment is being processed by the payment provider (callback expected)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"339141a1-bc55-446c-a301-fce66edeb49b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}}},{"name":"Breaking Changes","item":[],"id":"81361592-702c-41d3-9e31-8cfdc16a774b","description":"<h5 id=\"important\"><strong>Important:</strong></h5>\n<p>This documentation applies exclusively to the latest version of the Attendee API, which represents the current ADITUS standard.<br />If the API endpoint URL you received from your Customer Success Manager does <strong>not</strong> end with <code>/terp/v1/events/:event/attendees</code>, your system does <strong>not</strong> provide the latest Attendee API. The information below only applies to the new version.</p>\n<p>If you are upgrading from an older version to this new API, please review the following breaking changes:</p>\n<hr />\n<h3 id=\"breaking-changes-overview\">Breaking Changes Overview</h3>\n<h4 id=\"1-api-endpoint\">1. API Endpoint</h4>\n<ul>\n<li><p>The URL for the Attendee API has changed.</p>\n</li>\n<li><p>There is now a <strong>single endpoint</strong> for all use cases:<br />  <code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/[EVENT_ID]/attendees</code></p>\n</li>\n</ul>\n<h4 id=\"2-json-result-structure\">2. JSON Result Structure</h4>\n<ul>\n<li><p><strong>attendee</strong></p>\n<ul>\n<li><p><code>PersonContactPhoneNumber</code> → <strong>permanently removed</strong>. Use <code>phone</code> instead.</p>\n</li>\n<li><p><code>PersonContactMobileNumber</code> → <strong>permanently removed</strong>. Use <code>mobile</code> instead.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>booth</strong></p>\n<ul>\n<li><p><code>BoothNumber</code> → <strong>permanently removed</strong>. Use <code>number</code> instead.</p>\n</li>\n<li><p><code>BoothHall</code> → <strong>permanently removed</strong>. Use <code>hall</code> instead.</p>\n</li>\n<li><p><code>BoothStand</code> → <strong>permanently removed</strong>. Use <code>stand</code> instead.</p>\n</li>\n<li><p><code>BoothExternalId1</code> → <strong>permanently removed</strong>. Use <code>externalId1</code> instead.</p>\n</li>\n<li><p><code>BoothExternalId2</code> → <strong>permanently removed</strong>. Use <code>externalId2</code> instead.</p>\n</li>\n<li><p><code>BoothExternalId3</code> → <strong>permanently removed</strong>. Use <code>externalId3</code> instead.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Batch Query</strong></p>\n<ul>\n<li><p>The structure has changed:</p>\n<ul>\n<li><p>Previously, <code>booth</code> and <code>exhibitor</code> were also present in the <code>registration</code> object.</p>\n</li>\n<li><p>Now, this information is consistently found in the <code>ticket</code> object, as in other endpoints.</p>\n</li>\n<li><p>Example:</p>\n<ul>\n<li><p>Old: <code>registrations[].booth</code></p>\n</li>\n<li><p>New: <code>registrations[].ticket.booth</code></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"3-event-identification\">3. Event Identification</h4>\n<ul>\n<li><p>Requests can now <strong>only</strong> be made using the <strong>unique ID</strong> (GUID) of the event.</p>\n</li>\n<li><p>The use of the internal event ID is no longer supported.</p>\n</li>\n<li><p>You must always provide a valid event GUID for attendee queries.</p>\n</li>\n</ul>\n<h4 id=\"4-ticket-links\">4. Ticket Links</h4>\n<ul>\n<li><p><strong>GoogleWallet</strong></p>\n<ul>\n<li>Now only available if the GoogleWalletFeature is enabled <strong>and</strong> the medium itself is active.</li>\n</ul>\n</li>\n<li><p><strong>Wallet</strong></p>\n<ul>\n<li>Now only available if the medium is active.</li>\n</ul>\n</li>\n<li><p><strong>mTicket</strong></p>\n<ul>\n<li>Now only available if the medium is active.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"5-query-parameters\">5. Query Parameters</h4>\n<ul>\n<li><code>CustomFieldsLookupLanguageId</code> has been renamed to <code>CustomFieldsLookupLanguage</code> and now expects an <strong>ISO2Code</strong>.</li>\n</ul>\n","_postman_id":"81361592-702c-41d3-9e31-8cfdc16a774b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}}},{"name":"Extensions","item":[{"name":"From version 4.135 onwards","item":[],"id":"8fb2aef5-7da6-4c48-867a-f083ebffd265","description":"<h2 id=\"new-features-and-enhancements-from-version-4135\">New Features and Enhancements from Version 4.135</h2>\n<p>Starting with version 4.135, the Attendee API introduces several important enhancements to improve data protection, transparency, and operational flexibility for partners and integrations. These changes ensure that data access is more granular, event-specific, and compliant with current business and privacy requirements.</p>\n<hr />\n<h3 id=\"key-enhancements\">Key Enhancements</h3>\n<h4 id=\"1-role--and-article-based-data-access\">1. Role- and Article-Based Data Access</h4>\n<ul>\n<li><p><strong>Fine-grained access control:</strong><br />  Third parties can only access attendee registrations for the specific badge categories (articles) and user roles that have been explicitly granted to them. For example, a matchmaking provider may only receive data for VIP and Exhibitor categories.</p>\n</li>\n<li><p><strong>Standardised roles:</strong><br />  The API supports a standard set of badge category roles, such as Visitor, Exhibitor, Press, Services, and more. If there are additional badge categories in the system used, corresponding roles must also be created in the system. Please note the naming convention for roles!<br />  Example roles include:</p>\n<ul>\n<li><p>ApiAttendeeBadgeCategoryCONTRACTOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryCREW</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryDELEGATE</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryEXHIBITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryMEDIA</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryORGANIZER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryPRESS</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPEAKER</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySPONSOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTAFF</p>\n</li>\n<li><p>ApiAttendeeBadgeCategorySTUDENT</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVIP</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryVISITOR</p>\n</li>\n<li><p>ApiAttendeeBadgeCategoryNONE</p>\n<ul>\n<li>for all articles that do not have a BadgeCategory</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other articles will be filtered out. BadgeCategory roles can be combined.</strong></p>\n<h4 id=\"2-block-scoped-payloads\">2. Block-Scoped Payloads</h4>\n<ul>\n<li><p><strong>Modular response structure:</strong><br />  The API response is organised into logical blocks (such as attendee, address, customFields, termsOfService, ticket, article, booth, exhibitor, additionalSalesInformation).<br />  Each block can be enabled or disabled based on the assigned user role.</p>\n</li>\n<li><p><strong>Default behaviour:</strong><br />  If no specific role configuration is set, a baseline set of blocks is returned (e.g., attendee, address, customFields, ticket, article, booth, exhibitor)</p>\n<ul>\n<li>the same as before version 4.135</li>\n</ul>\n</li>\n<li><p><strong>Full access roles:</strong><br />  Special roles are available to grant full access to all attendee or ticket blocks:</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeFullAccess (includes all attendee-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithAttendeeInformation</p>\n</li>\n<li><p>ApiAttendeeWithAddressInformation</p>\n</li>\n<li><p>ApiAttendeeWithCustomFieldsInformation</p>\n</li>\n<li><p>ApiAttendeeWithTermsOfServicesInformation</p>\n</li>\n<li><p>ApiAttendeeWithUserInformation</p>\n</li>\n</ul>\n</li>\n<li><p>ApiAttendeeWithTicketFullAccess (includes all ticket-related blocks)</p>\n<ul>\n<li><p>ApiAttendeeWithTicketsInformation</p>\n</li>\n<li><p>ApiAttendeeWithArtcleInformation</p>\n</li>\n<li><p>ApiAttendeeWithBoothInformation</p>\n</li>\n<li><p>ApiAttendeeWithExhibitorInformation</p>\n</li>\n<li><p>ApiAttendeeWithBarcodeInformation</p>\n</li>\n<li><p>ApiAttendeeWithTicketLinksInformation</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>If one of these new roles is configured, all other areas that are not configured will be deactivated. Roles can be combined.</strong></p>\n<h4 id=\"4-consent-and-terms-metadata\">4. Consent and Terms Metadata</h4>\n<ul>\n<li><strong>Transparency and compliance:</strong><br />  The API now includes metadata about the version of the Terms of Service and Privacy Policy that each user has accepted, including the identifier and timestamp.</li>\n</ul>\n<h4 id=\"5-additional-address-attribute\">5. Additional Address Attribute</h4>\n<ul>\n<li><strong>Expanded address information:</strong><br />  The payload now includes the <code>stateOrProvince</code> attribute for attendee addresses.</li>\n</ul>\n<h4 id=\"6-1n-short-code\">6. 1:N Short Code</h4>\n<ul>\n<li><strong>Short code support:</strong><br />  The API now includes 1:N short codes in the attendee payload.</li>\n</ul>\n<h4 id=\"7-request-by-ticket-unique-id\">7. Request by Ticket Unique ID</h4>\n<ul>\n<li><p><strong>Flexible querying:</strong><br />  Attendee data can now also be requested using the unique ticket ID.</p>\n</li>\n<li><p><strong>New optional query parameter</strong></p>\n<ul>\n<li>Indicates whether the provided ticket code should be interpreted as a ticket barcode. Set this parameter to true (the default is false) when searching for non-ADITUS tickets whose barcode value is a GUID. Otherwise, every GUID is interpreted as an ADITUS ticket unique ID.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"8-additional-user-attributes\">8. Additional User Attributes</h4>\n<ul>\n<li><p><strong>Extended user information:</strong><br />  The attendee payload now includes a new user object with the following attributes:</p>\n<ul>\n<li><p>uniqueId</p>\n</li>\n<li><p>number</p>\n</li>\n<li><p>externalId1</p>\n</li>\n<li><p>externalId2</p>\n</li>\n<li><p>externalId3</p>\n</li>\n<li><p>lastActionOn</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"9-unique-ids-for-all-entities\">9. Unique IDs for All Entities</h4>\n<ul>\n<li><p><strong>Consistent identification:</strong><br />  Unique IDs are now available for all relevant entities, including:</p>\n<ul>\n<li><p>FaireventAppearances (UniqueId and Number)</p>\n</li>\n<li><p>Exhibitor (UniqueId and Number)</p>\n</li>\n<li><p>Buyer (UniqueId)</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"summary-of-improvements\">Summary of Improvements</h3>\n<ul>\n<li><p><strong>Privacy by design:</strong> Only authorised partners see the data relevant to their assigned roles and articles.</p>\n</li>\n<li><p><strong>Event-specific data:</strong> Terms of Service and Privacy Policy answers are strictly scoped to the relevant event.</p>\n</li>\n<li><p><strong>Operational clarity:</strong> Structured payloads and additional attributes improve integration and monitoring.</p>\n</li>\n<li><p><strong>Future-ready:</strong> The new structure supports further enhancements and performance improvements.</p>\n</li>\n</ul>\n","_postman_id":"8fb2aef5-7da6-4c48-867a-f083ebffd265","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}}}],"id":"2163ce8b-7e20-40e5-89a6-54e7a0851284","_postman_id":"2163ce8b-7e20-40e5-89a6-54e7a0851284","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}}},{"name":"Attendees – Base GET - all parameters","id":"fefd1342-2467-4141-a74f-3652a83ffc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees","description":"<h1 id=\"get-event-attendees\">Get Event Attendees</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>Retrieves a list of attendees/registrations for a specific event. This endpoint provides comprehensive attendee data including ticket information, custom fields, and registration details. It supports various filtering and pagination options to efficiently retrieve attendee records.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires API authentication using:</p>\n<ul>\n<li><p><strong>KEY</strong>: API key for authentication (stored in <code>{{KEY}}</code> variable)</p>\n</li>\n<li><p><strong>SECRET</strong>: API secret for authentication (stored in <code>{{SECRET}}</code> variable)</p>\n</li>\n</ul>\n<p>These credentials should be configured in your environment or collection variables.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eventId</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique identifier of the event for which to retrieve attendees. Use <code>{{eventId}}</code> variable.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"query-parameters\">Query Parameters</h2>\n<h3 id=\"pagination--filtering\">Pagination &amp; Filtering</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sinceRegistrationId</code></td>\n<td>integer</td>\n<td>0</td>\n<td>Retrieve attendees with registration IDs greater than this value. Useful for incremental syncing. Examples: <code>0</code>, <code>869300</code>, or use <code>{{lastMaxRegistrationId}}</code></td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>integer</td>\n<td>2500</td>\n<td>Maximum number of attendees to return in a single request. Examples: <code>1</code>, <code>5</code>, <code>30</code>, <code>2500</code></td>\n</tr>\n<tr>\n<td><code>ticketCode</code></td>\n<td>string</td>\n<td>-</td>\n<td>Filter attendees by a specific ticket code. Example: <code>AW4F9QKM7T3XQ4</code> or use <code>{{ticketCode}}</code></td>\n</tr>\n<tr>\n<td><code>EMail</code> / <code>email</code> / <code>eMail</code></td>\n<td>string</td>\n<td>-</td>\n<td>Filter attendees by email address. Note: Multiple parameter name variations exist for compatibility.</td>\n</tr>\n<tr>\n<td><code>externalId1</code></td>\n<td>string</td>\n<td>-</td>\n<td>Filter by first external identifier</td>\n</tr>\n<tr>\n<td><code>externalId2</code></td>\n<td>string</td>\n<td>-</td>\n<td>Filter by second external identifier</td>\n</tr>\n<tr>\n<td><code>externalId3</code></td>\n<td>string</td>\n<td>-</td>\n<td>Filter by third external identifier</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"inclusion-options\">Inclusion Options</h3>\n<h4 id=\"ticket-owner-update-inclusion-options\">Ticket Owner Update Inclusion Options</h4>\n<p>The API provides flexible options for including updates to ticket owner information in the result set. These options allow you to control both the completeness and the structure of the returned data, depending on your requirements for data accuracy and performance.</p>\n<h4 id=\"includingticketownerupdates\"><code>includingTicketOwnerUpdates</code></h4>\n<ul>\n<li><p><strong>Type:</strong> boolean</p>\n</li>\n<li><p><strong>Default:</strong> <code>false</code></p>\n</li>\n<li><p><strong>Description:</strong><br />  When set to <code>true</code>, the API includes updates to ticket owner information in the results. This means that any changes to the ticket owner (for example, when the country was changed) are reflected in the data returned by the API.</p>\n<ul>\n<li>If <code>includingTicketOwnerUpdates</code> is <code>false</code>, ticket owner changes are not included in the result set.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"includingticketownerupdateswithoutduplication\"><code>IncludingTicketOwnerUpdatesWithoutDuplication</code></h4>\n<ul>\n<li><p><strong>Type:</strong> boolean</p>\n</li>\n<li><p><strong>Default:</strong> <code>true</code></p>\n</li>\n<li><p><strong>Description:</strong><br />  This parameter controls whether multiple updates to the same ticket owner are consolidated in the result set or returned as separate entries.</p>\n<ul>\n<li><p><code>true</code> (default):<br />  The API ensures that each registration appears only once in the result set, even if there have been multiple internal updates to the ticket owner. This is achieved by using an internal mechanism that groups together rapid, repeated updates, so only the latest state is returned. This approach prevents duplicate attendee records and provides a clean, deduplicated result set.</p>\n</li>\n<li><p><code>false</code>:<br />  All internal ticket owner updates are returned as individual records, even if they are identical. This can result in the same attendee appearing multiple times in the result set (for example, three, four, or more times), depending on how many updates occurred. This mode may offer faster response times in certain scenarios, but requires the client to handle potential duplicates.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p>The default and recommended setting is <code>IncludingTicketOwnerUpdatesWithoutDuplication = true</code>, which ensures a clean result set without duplicates.</p>\n</li>\n<li><p>Setting this parameter to <code>false</code> may be useful if you require the fastest possible response and can handle duplicate records in your application logic.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>includingTicketOwnerUpdates</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Include updates to ticket owner information in the results</td>\n</tr>\n<tr>\n<td><code>IncludingTicketOwnerUpdatesWithoutDuplication</code></td>\n<td>boolean</td>\n<td>true</td>\n<td>Include ticket owner updates without duplicating records</td>\n</tr>\n<tr>\n<td><code>includingCancellations / includingCancelations</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Meaning depends on use case, see use case for details.</td>\n</tr>\n<tr>\n<td><code>includingBlockedTickets</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Meaning depends on use case, see use case for details.</td>\n</tr>\n<tr>\n<td><code>includingBlockedLegitimations</code></td>\n<td>boolean</td>\n<td>true</td>\n<td>Include blocked legitimations. Example: <code>true</code></td>\n</tr>\n<tr>\n<td><code>includingCustomFieldsValue</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Include custom field values in the attendee data</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"custom-fields-configuration\">Custom Fields Configuration</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customFieldsLookupListName</code></td>\n<td>string</td>\n<td>-</td>\n<td>Name of the custom fields lookup list to use. Examples: <code>[MANDATOR]_PROFILDATEN_GESAMT</code>, <code>Profile_BASIS</code></td>\n</tr>\n<tr>\n<td><code>customFieldsLookupLanguage</code></td>\n<td>string</td>\n<td>-</td>\n<td>Language for custom field lookups. Examples: <code>DefaultSystemLanguage</code>, <code>de</code></td>\n</tr>\n<tr>\n<td><code>customFieldValuesSeparator</code></td>\n<td>string</td>\n<td><code>,</code></td>\n<td>Character used to separate multiple custom field values. Default: comma (<code>,</code>)</td>\n</tr>\n<tr>\n<td><code>customFieldsFiltering</code></td>\n<td>boolean</td>\n<td>false</td>\n<td>Enable filtering based on custom fields.  <br />QPA[EVENT-YEAR]-[EVENT-NR.]_*</td>\n</tr>\n<tr>\n<td><code>customFieldsFilteringsSimpleFaireventList</code></td>\n<td>string</td>\n<td></td>\n<td>Enable filtering based on custom fields. Example: <code>1003,1004,1005</code>  <br />QPA_</td>\n</tr>\n<tr>\n<td><code>customFieldsFilteringIgnore</code></td>\n<td>string</td>\n<td>PersonInfo1</td>\n<td>Ignore filtering on custom fields.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-processing-options\">Data Processing Options</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Default</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>useOwnerEMail</code></td>\n<td>boolean</td>\n<td>false</td>\n<td><em>Only for use case by ticket code</em>  <br />If this parameter is set to true, the result will also contain all other registrations we have for the barcode holder's email</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"headers\">Headers</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Accept</code></td>\n<td><code>application/json</code></td>\n<td>Specifies the expected response format (JSON)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"example-use-cases\">Example Use Cases</h2>\n<h3 id=\"1-basic-attendee-retrieval\">1. Basic Attendee Retrieval</h3>\n<p>Retrieve all attendees for an event:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees\n\n</code></pre><h3 id=\"2-incremental-sync-with-pagination\">2. Incremental Sync with Pagination</h3>\n<p>Retrieve new registrations since the last sync:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?sinceRegistrationId={{lastMaxRegistrationId}}&amp;limit=2500\n\n</code></pre><h3 id=\"3-find-attendee-by-ticket-code\">3. Find Attendee by Ticket Code</h3>\n<p>Look up a specific attendee using their ticket code:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?ticketCode=AW4F9QKM7T3XQ4\n\n</code></pre><h3 id=\"4-find-attendee-by-email\">4. Find Attendee by Email</h3>\n<p>Search for an attendee by email address:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?email=example@domain.com\n\n</code></pre><h3 id=\"5-comprehensive-data-with-custom-fields\">5. Comprehensive Data with Custom Fields</h3>\n<p>Retrieve attendees with all available data including custom fields and cancellations:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://dev.aditus.de/ADITUS-DEV-0_API/api/terp/v1/events/62a6ca62-05e6-ee11-93d5-00155d96040a/attendees?includingCustomFieldsValue=true&amp;customFieldsLookupListName=Profile_BASIS&amp;customFieldsLookupLanguage=de&amp;includingCancelations=true&amp;includingTicketOwnerUpdates=true\n\n</code></pre><h2 id=\"response\">Response</h2>\n<p>The endpoint returns a JSON array of attendee objects containing registration details, ticket information, and optionally custom field data based on the query parameters provided.</p>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Use pagination (<code>limit</code> and <code>sinceRegistrationId</code>) for large events to avoid timeouts</p>\n</li>\n<li><p>Boolean parameters accept <code>true</code> or <code>false</code> values</p>\n</li>\n<li><p>The API_BASE_URL variable should point to your ADITUS API environment</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":true,"source":{"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","name":"Attendees","type":"folder"}},"urlObject":{"path":["terp","v1","events","62a6ca62-05e6-ee11-93d5-00155d96040a","attendees"],"host":["https://dev.aditus.de/ADITUS-DEV-0_API/api"],"query":[{"disabled":true,"description":{"content":"<p>Filters by attendee email address (case‑insensitive exact match; one value only, encode).</p>\n","type":"text/plain"},"key":"eMail","value":""},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId1","value":""},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId2","value":""},{"disabled":true,"description":{"content":"<p>(Optional) See <a href=\"#with-externalId\">With externalId</a></p>\n","type":"text/plain"},"key":"externalId3","value":""},{"disabled":true,"description":{"content":"<p>The barcode, quicode or registration code</p>\n","type":"text/plain"},"key":"ticketCode","value":""},{"disabled":true,"description":{"content":"<p>(Optional) If this parameter is set to true, the result will also contain all other registrations we have for the barcode holder's email</p>\n","type":"text/plain"},"key":"useOwnerEMail","value":"false"},{"disabled":true,"description":{"content":"<p>Represents an offset for registrations that have already been transmitted. A full-load (sinceRegistrationId = 0) should only be carried out once a day, not more than 3 times a day.</p>\n","type":"text/plain"},"key":"sinceRegistrationId","value":"0"},{"disabled":true,"description":{"content":"<p>(Optional) Number of items per response.\nDefault value : 2500\nA high limit can cause the request to time out if it takes longer than 30 seconds. Please choose the limit accordingly.</p>\n","type":"text/plain"},"key":"limit","value":"5"},{"disabled":true,"description":{"content":"<p>If set to true, all update actions for the ticket owner will also be included.\nOnly for delta loads. Do not set it for initial, full loads.</p>\n","type":"text/plain"},"key":"includingTicketOwnerUpdates","value":"false"},{"disabled":true,"description":{"content":"<p>If set to false, his may result in duplicate results but the result ist faster.</p>\n","type":"text/plain"},"key":"IncludingTicketOwnerUpdatesWithoutDuplication","value":"true"},{"disabled":true,"description":{"content":"<p>Meaning depends on use case, see use case for details.</p>\n","type":"text/plain"},"key":"includingCancellations","value":"false"},{"disabled":true,"description":{"content":"<p>Meaning depends on use case, see use case for details.</p>\n","type":"text/plain"},"key":"includingBlockedTickets","value":"false"},{"disabled":true,"description":{"content":"<p>If uncompleted legitimisations are not to be output, the parameter must be explicitly set to false.\nIf the behaviour is changed, this can have an impact on paging. Currently, completed legitimations cannot be transmitted after completion.\nIf this information is required, a full-load is currently recommended. (sinceRegistrationId = 0)</p>\n","type":"text/plain"},"key":"includingBlockedLegitimations","value":"true"},{"disabled":true,"description":{"content":"<p>If this parameter is set to true, a value list resolving is performed. The JSON changes, resolved values are contained in customField*Value.</p>\n","type":"text/plain"},"key":"includingCustomFieldsValue","value":"false"},{"disabled":true,"description":{"content":"<p>To change the value list for resolving value list keys</p>\n","type":"text/plain"},"key":"customFieldsLookupListName","value":"PROFILDATEN_GESAMT"},{"disabled":true,"description":{"content":"<p>To change the language for resolving value list keys</p>\n","type":"text/plain"},"key":"customFieldsLookupLanguage","value":"DefaultSystemLanguage"},{"disabled":true,"description":{"content":"<p>To change the separator between values</p>\n","type":"text/plain"},"key":"customFieldValuesSeparator","value":","},{"disabled":true,"description":{"content":"<p>Enable filtering based on custom fields.<br />QPA[EVENT-YEAR]-[EVENT-NR.]_*</p>\n","type":"text/plain"},"key":"customFieldsFiltering","value":"false"},{"disabled":true,"description":{"content":"<p>Enable filtering based on custom fields. Example: 1003,1004,1005\nQPA_*</p>\n","type":"text/plain"},"key":"customFieldsFilteringsSimpleFaireventList","value":""},{"disabled":true,"description":{"content":"<p>Ignore filtering on custom fields.</p>\n","type":"text/plain"},"key":"customFieldsFilteringIgnore","value":"PersonInfo1"}],"variable":[]}},"response":[],"_postman_id":"fefd1342-2467-4141-a74f-3652a83ffc76"}],"id":"2fbcbc76-2c70-4c77-b506-12d56f18030c","description":"<h5 id=\"important\"><strong>Important:</strong></h5>\n<p>This documentation applies exclusively to the latest version of the Attendee API, which represents the current ADITUS standard.<br />If the API endpoint URL you received from your Customer Success Manager does <strong>not</strong> end with <code>/terp/v1/events/[EVENT_ID]/attendees</code>, your system does <strong>not</strong> provide the latest Attendee API. The information below only applies to the new version.</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>Across many projects, there has been a consistent need for a consolidated interface to access attendee data. Previously, diverse, customer‑specific integrations with varying data formats limited reusability and increased maintenance effort.</p>\n<p><strong>The Attendee endpoint</strong> provides a general interface that enables standardized and secure retrieval of attendee data from ADITUS events and is intended to gradually replace existing bespoke solutions.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The ADITUS Attendee end point use basic authentication (key/secret).</p>\n<h2 id=\"fair-event\"><strong>Fair event</strong></h2>\n<p>The attendee data can only be requested via the context of the fair event for example:</p>\n<ul>\n<li><p>by <strong>internal identifier</strong> (event-<strong>id</strong>) :</p>\n<ul>\n<li>/api/terp/v1/events/{{eventId}}/attendees</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"query-parameters\">Query-Parameters</h1>\n<p>All query parameters within the Attendee API are case-insensitive. (TicketCode = ticketCode = ticketcode)</p>\n<h1 id=\"definition-of-canceled-or-blocked-tickets\">Definition of canceled or blocked tickets</h1>\n<ul>\n<li><p>A canceled ticket means that the associated sales transaction has been canceled.</p>\n</li>\n<li><p>There can be various reasons why a ticket has been blocked. In most cases, the corresponding trade fair appearance has been canceled or the ticket order has been revoked, which means that tickets are no longer valid for entrance.</p>\n</li>\n<li><p>A canceled ticket is also a blocked ticket. A blocked ticket does not necessarily have to be canceled.</p>\n</li>\n</ul>\n<h1 id=\"timestamps-and-time-zone\">Timestamps and time zone</h1>\n<p>All timestamps are presented in German local time (CET/CEST). Daylight‑saving changes are applied automatically. The timestamps themselves do not contain explicit time zone information and always show only the locally valid German time.</p>\n<h1 id=\"hints\">Hints</h1>\n<p><strong>The ADITUS Attendee end point are only intended solely for server-to-server communication. They must not be used in any client application where third parties could potentially access the data.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{KEY}}"},{"key":"password","value":"{{SECRET}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ab4e257c-92db-49b8-8d95-aed381029a50","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"f7bd892c-6a67-47e2-b46f-9650396fd6ce","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"2fbcbc76-2c70-4c77-b506-12d56f18030c"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"useBrowser","value":"<use-browser>"},{"key":"scope","value":"<scope>"},{"key":"clientSecret","value":"•••••••"},{"key":"clientId","value":"ADITUS-DEV-0-DEV-webterp"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"authUrl","value":"<auth-url>"}]}},"event":[{"listen":"prerequest","script":{"id":"9f554d8b-d441-40d0-9e64-4f613bdbf1ea","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"8b4bd150-7b96-41a4-85b6-3e7072bff8fa","type":"text/javascript","requests":{},"exec":["const requestName = pm.info.requestName;","","// Get Cache-Control header (case-insensitive)","const hasCacheControl = pm.response.headers.has('Cache-Control') ","                  || pm.response.headers.has('cache-control');","                  ","// Individual test for this request - FAILS if Cache-Control is missing","pm.test(`Cache-Control header check`, function () {","    pm.expect(hasCacheControl, ","        `Request \"${requestName}\" is missing Cache-Control header`).to.be.true;","});"]}}],"variable":[{"key":"EVENT","value":"ed24"},{"key":"API_BASE_URL","value":"https://dev.aditus.de/ADITUS-DEV-0_API/api"},{"key":"USER_ID","value":"00000000-0000-0000-0000-000000000000"},{"key":"IDENTITY_SERVER_BASE_URL","value":"https://dev0-identity.aditus.de"},{"key":"API_CLIENT_ID","value":"ADITUS-DEV-0-DEV-vnextshop-client"},{"key":"API_CLIENT_SECRET","value":"0f78e2ec-01ca-45d6-8fd9-5063a2d3a334"},{"key":"SHOP_CLIENT_ID","value":"ADITUS-DEV-0-DEV-vnextshop"},{"key":"COUPON_CODE","value":"gopro"},{"key":"ARTICLE_ID","value":"ed84c1d2-41fa-ed11-93c6-00155d960409"},{"key":"LAST_RESERVATION_ID","value":"00000000-0000-0000-0000-000000000000"},{"key":"CART_ID","value":"00000000-0000-0000-0000-000000000000"},{"key":"LOOKUP_NAME","value":"P_ANREDEN"},{"key":"SURVEY_ID","value":"eyJVc2VDYXNlTmFtZSI6IldlYlNob3AuQnV5ZXJEYXRhIiwiVGVybWluYWxTZXRJZCI6bnVsbCwiRmFpcmV2ZW50SWQiOjEsIlJvbGVJZCI6bnVsbCwiQXJ0aWNsZUlkcyI6bnVsbH0"},{"key":"RESPONSE_ID","value":"0"},{"key":"ORDER_ID","value":"40463662-d61f-ee11-93c8-00155d96040a"},{"key":"SUBMISSION_ID","value":""},{"key":"LEGITIMATION_ID","value":"-"},{"key":"DOCUMENT_ID","value":""},{"key":"ITEM_ID","value":"a14c213c-c2d1-ef11-93d9-00155d96040a"},{"key":"LANGUAGE","value":"en"},{"key":"APPEARANCE","value":"A7C0A981-8312-EF11-93D7-00155D96040A"},{"key":"EXHIBITOR","value":"D96FBFB4-CA06-EF11-93D7-00155D96040A"},{"key":"ORDER_ITEM","value":"88D2A981-8312-EF11-93D7-00155D96040A"},{"key":"ARTICLE_GROUP_ID","value":"00000000-0000-0000-0000-000000000000"},{"key":"EXAMPLE_COLOR","value":"%23000080"},{"key":"GROUP_ID","value":"76AE9705-BDFF-475D-88E4-DE7FADC0E357"},{"key":"ASSORTMENT_ID","value":"00000000-0000-0000-0000-000000000000"},{"key":"WORKING_USER_ID","value":"6fb0849c-1b89-ee11-93cf-00155d960409"},{"key":"PAYMENT_PROVIDER_ID","value":""},{"key":"EVENT_ID","value":"62a6ca62-05e6-ee11-93d5-00155d96040a"},{"key":"SOCIAL_CARD","value":""},{"key":"INITIATOR_USER_ID","value":"4c41019d-b02c-4caf-90fc-915cabc3c627"},{"key":"TARGET_USER_ID","value":"e50e1491-4865-4ace-bd9f-22502f152148"},{"key":"EVENT_STUDYDAYS","value":"studidaysv5"},{"key":"EVENT_GALAXIO","value":"GalaxioExpo2050"},{"key":"ARTICLE_STARFARER_PASS","value":"fa94184d-55e9-ef11-93da-00155d96040a"},{"key":"USER_ID_ERIC_CARTMAN","value":"cbe52359-6877-4821-aa5e-5d3513572211"},{"key":"cacheControlResults","value":""},{"key":"cacheControlStats","value":""},{"key":"E_MAIL","value":""},{"key":"TICKET_CODE","value":"1596595100000788"}]}