{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/api/booking-flow/product/ticket-holders/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#ticket-holders\" aria-label=\"ticket holders permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"ticket-holders\"></div>Ticket holders</h1>\n<p>After a customer has selected a valid <a href=\"/api/booking-flow/product/ticket-options/\">ticket option</a> and <a href=\"/api/booking-flow/product/timeslots-and-languages/\">timeslot</a> for a date, they are ready to select a <em>ticket holder</em> from the <code class=\"language-text\">products</code> property of the <em>timeslot</em>:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"3329666754397631000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`[\n\t{\n\t\t&quot;groups&quot;: [\n\t\t\t{\n\t\t\t\t[...],\n\t\t\t\t&quot;slots&quot;: [\n\t\t\t\t\t{\n\t\t\t\t\t\t&quot;time&quot;: &quot;09:00&quot;,\n\t\t\t\t\t\t&quot;languages&quot;: [],\n\t\t\t\t\t\t&quot;products&quot;: [\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t&quot;holder_code_normalized&quot;: &quot;ADULT&quot;,\n\t\t\t\t\t\t\t\t&quot;holder_code&quot;: &quot;adult&quot;,\n\t\t\t\t\t\t\t\t&quot;name&quot;: &quot;Adult&quot;,\n\t\t\t\t\t\t\t\t&quot;type&quot;: &quot;musement&quot;,\n\t\t\t\t\t\t\t\t&quot;default&quot;: false,\n\t\t\t\t\t\t\t\t&quot;product_id&quot;: &quot;4445101704&quot;,\n\t\t\t\t\t\t\t\t[...]\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t&quot;holder_code_normalized&quot;: &quot;CHILDREN&quot;,\n\t\t\t\t\t\t\t\t&quot;holder_code&quot;: &quot;child&quot;,\n\t\t\t\t\t\t\t\t&quot;name&quot;: &quot;Child (3-17)&quot;,\n\t\t\t\t\t\t\t\t&quot;type&quot;: &quot;musement&quot;,\n\t\t\t\t\t\t\t\t&quot;default&quot;: false,\n\t\t\t\t\t\t\t\t&quot;product_id&quot;: &quot;4445101704&quot;,\n\t\t\t\t\t\t\t\t[...]\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t],\n\t\t\t\t\t\t&quot;tags&quot;: []\n\t\t\t\t\t},\n\t\t\t\t\t[...]\n\t\t\t\t]\n\t\t\t},\n\t\t\t[...]\n\t\t]\n\t}\n]`, `3329666754397631000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-3329666754397631000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">[</span>\n\t<span class=\"token punctuation\">{</span>\n\t\t<span class=\"token property\">\"groups\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span>\n\t\t\t<span class=\"token punctuation\">{</span>\n\t\t\t\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n\t\t\t\t<span class=\"token property\">\"slots\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span>\n\t\t\t\t\t<span class=\"token punctuation\">{</span>\n\t\t\t\t\t\t<span class=\"token property\">\"time\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"09:00\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t<span class=\"token property\">\"languages\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t<span class=\"token property\">\"products\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span>\n\t\t\t\t\t\t\t<span class=\"token punctuation\">{</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"holder_code_normalized\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"ADULT\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"holder_code\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"adult\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"name\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Adult\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"type\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"musement\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"default\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"product_id\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"4445101704\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t\t\t\t\t\t\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t<span class=\"token punctuation\">{</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"holder_code_normalized\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"CHILDREN\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"holder_code\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"child\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"name\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Child (3-17)\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"type\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"musement\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"default\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token property\">\"product_id\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"4445101704\"</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t\t\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t\t\t\t\t\t\t<span class=\"token punctuation\">}</span>\n\t\t\t\t\t\t<span class=\"token punctuation\">]</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t\t<span class=\"token property\">\"tags\"</span><span class=\"token operator\">:</span> <span class=\"token punctuation\">[</span><span class=\"token punctuation\">]</span>\n\t\t\t\t\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t\t\t\t\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t\t\t\t<span class=\"token punctuation\">]</span>\n\t\t\t<span class=\"token punctuation\">}</span><span class=\"token punctuation\">,</span>\n\t\t\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t\t<span class=\"token punctuation\">]</span>\n\t<span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">]</span></code></pre></div>\n      </div>\n<p>A <em>ticket holder</em> usually refers to the type of person purchasing the activity.</p>\n<p>Each ticket holder has a <code class=\"language-text\">type</code> property and unique <code class=\"language-text\">product_id</code>, both of which are important pieces of information needed for adding a holder to cart. A <code class=\"language-text\">product_id</code> refers to everything the customer has selected so far:</p>\n<ul>\n<li>\nDate\n</li>\n<li>\nTimeslot\n</li>\n<li>\nTicket option\n</li>\n<li>\nTicket holder\n</li>\n</ul>\n<p>A ticket holder also contains all relevant price information for the product. For more information on prices, please refer to the <a href=\"/api/catalog/activities/prices/\">activity prices section</a>.</p>\n<p>The available ticket holders may vary, depending on the activity configuration, <code class=\"language-text\">pickup</code> parameter (if applicable), the selected <code class=\"language-text\">date</code> and timeslot.</p>\n<h2 style=\"position:relative;\"><a href=\"#product_id\" aria-label=\"product_id permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"product_id\"></div><code class=\"language-text\">product_id</code></h2>\n<p>Be aware that the <code class=\"language-text\">product_id</code> may be a numeric value or a string, depending on the activity configuration. In the example response below, the identifier is a string:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"87638319879454230000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`[...]\n{\n\t&quot;holder_code&quot;: &quot;standard-price&quot;,\n\t&quot;name&quot;: &quot;Standard price&quot;,\n\t&quot;type&quot;: &quot;musement-realtime&quot;,\n\t&quot;default&quot;: false,\n\t&quot;product_id&quot;: &quot;HruSLWn9fIB9Y8Z8L0/9ritXa7+REpxL9g7drGds1wNH3pcRaR91BKVdJGwuRv6JBg1bJvhTjcQRYzbl/W84dMK2B5wMLGhrHd6jSRBSenMFJ8E+W3j9pHkeqLejqGgIw66Ft00mcUQBfLhPgp6zOKlJuy4YfOMUXLSatCWlM0MtGi57HQ+6GxqCxcetgmg/BvLV1P4c8fVuvuZNhBhT815MKYFANews1zykD1iRTwtd9xiKV7URlbXioUtu9pKZKkmo+Z2icacVnqd+w9S2bgeHPKGosVXOdb1KOP2aq+HxEA6WC9KSwV4nlf8TS8fZ7rDQhu44hVy0U8SAcDEIhmt2OjzmdRoFFhjZdI8ud9W01rQXSKmElOlGXIkt2H2Rt6TNmctDFxHWHnvoPSqc2K7G9Tj4tbWbIAuj2BubaKRW4Q5oiJslnZJ07IufGHWmf9O7PqtAtQP+iGGqvy2C4cC5NYvMxq99DyYLBgJBiDE0rpbot1iTG73UTndGLTXJ3GWQNLOLyJEHGCddxCL2JEllTprXqrL3qo3Ca2h3q6yntmgCrZQOhJjtu3JgdBVB0vDmi15AtuNhS+YoekHzkMMaU2lNNNfaomDtAunHpKlGjotenbECziNV8lpnvNZPlY9eYzWvCihYJRw+A8u2T3zsHmxcClilkSG+3lWx2igYSufmWsjXH1N14YJHyHCvDZsP/u1EauF9+QABduQjoCa6bJAzDX12VZ5r7kToGNhUxOHmjGphYR4V6XAbUn8Lrr5mgd97xDegYKK3lXuzj/B0G2p5t4e/9ceO&quot;,\n\t[...]\n}\n[...]`, `87638319879454230000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-87638319879454230000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">{</span>\n\t<span class=\"token property\">\"holder_code\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"standard-price\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"name\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"Standard price\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"type\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"musement-realtime\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"default\"</span><span class=\"token operator\">:</span> <span class=\"token boolean\">false</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"product_id\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"HruSLWn9fIB9Y8Z8L0/9ritXa7+REpxL9g7drGds1wNH3pcRaR91BKVdJGwuRv6JBg1bJvhTjcQRYzbl/W84dMK2B5wMLGhrHd6jSRBSenMFJ8E+W3j9pHkeqLejqGgIw66Ft00mcUQBfLhPgp6zOKlJuy4YfOMUXLSatCWlM0MtGi57HQ+6GxqCxcetgmg/BvLV1P4c8fVuvuZNhBhT815MKYFANews1zykD1iRTwtd9xiKV7URlbXioUtu9pKZKkmo+Z2icacVnqd+w9S2bgeHPKGosVXOdb1KOP2aq+HxEA6WC9KSwV4nlf8TS8fZ7rDQhu44hVy0U8SAcDEIhmt2OjzmdRoFFhjZdI8ud9W01rQXSKmElOlGXIkt2H2Rt6TNmctDFxHWHnvoPSqc2K7G9Tj4tbWbIAuj2BubaKRW4Q5oiJslnZJ07IufGHWmf9O7PqtAtQP+iGGqvy2C4cC5NYvMxq99DyYLBgJBiDE0rpbot1iTG73UTndGLTXJ3GWQNLOLyJEHGCddxCL2JEllTprXqrL3qo3Ca2h3q6yntmgCrZQOhJjtu3JgdBVB0vDmi15AtuNhS+YoekHzkMMaU2lNNNfaomDtAunHpKlGjotenbECziNV8lpnvNZPlY9eYzWvCihYJRw+A8u2T3zsHmxcClilkSG+3lWx2igYSufmWsjXH1N14YJHyHCvDZsP/u1EauF9+QABduQjoCa6bJAzDX12VZ5r7kToGNhUxOHmjGphYR4V6XAbUn8Lrr5mgd97xDegYKK3lXuzj/B0G2p5t4e/9ceO\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span>\n<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span></code></pre></div>\n      </div>\n<p>The lengthy identifier in the example above is due to the activity's configuration. Notice that the <code class=\"language-text\">type</code> property has a value of <code class=\"language-text\">musement-realtime</code>. Certain activities are connected to other API platforms via a <em>realtime integration</em>. Availability is fetched directly from the activity's API in the moment of the request in order to offer the most up-to-date information.</p>\n<p>While available dates and products may remain the same, product identifiers can change for any type of activity, realtime or not. You are encouraged to regularly check these endpoints rather than caching product identifiers. However, be aware that certain activity APIs have rate limits and making calls too frequently can lead to errors.</p>\n<p>For more information on caching, check out the <a href=\"/api/getting-started/caching/\">dedicated section</a>.</p>\n<h2 style=\"position:relative;\"><a href=\"#name\" aria-label=\"name permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"name\"></div>Name</h2>\n<p>The <code class=\"language-text\">name</code> property contains the word or phrase used for the holder. Usually this contains words such as <em>adult</em> or <em>child</em> but could also be terms like <em>number of rooms</em> or <em>10 people (price per person)</em>, depending on the needs of the activity provider. The property may also contain an age range, language or important restrictions.</p>\n<p>By default, the <code class=\"language-text\">name</code> property is in English. You can modify this using the <code class=\"language-text\">Accept-Language</code> header.</p>\n<p>Due to the vast range of possible ticket holders, we have added the <code class=\"language-text\">holder_code_normalized</code> property to guide partners in understanding the type of holder.</p>\n<p>The <code class=\"language-text\">holder_code_normalized</code> property will contain one of the following values:</p>\n<ul>\n<li>\nADULT\n</li>\n<li>\nCHILDREN\n</li>\n<li>\nCUSTOM\n</li>\n<li>\nFAMILY\n</li>\n<li>\nGROUP\n</li>\n<li>\nINFANT\n</li>\n<li>\nREGULAR\n</li>\n<li>\nSENIOR\n</li>\n<li>\nSTUDENT\n</li>\n</ul>\n<p>Partners are free to choose which property they would like to show customers. The <code class=\"language-text\">name</code> property corresponds to the exact term used by activity providers while the <code class=\"language-text\">holder_code_normalized</code> property gives a more standardized word to describe the holder.</p>\n<h2 style=\"position:relative;\"><a href=\"#on-musementcom\" aria-label=\"on musementcom permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"on-musementcom\"></div>On <a href=\"https://www.musement.com\">musement.com</a></h2>\n<p>You can see ticket holders in action on <a href=\"https://www.musement.com\">musement.com</a>.</p>\n<p>After selecting a timeslot, customers are presented with ticket holders, using the <code class=\"language-text\">name</code> property:</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 877px; \"\n    >\n      <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 44.73684210526316%; position: relative; bottom: 0; left: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAJCAYAAAAywQxIAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAA0ElEQVQoz52S6w7CIAyFef+3VMKYuqls3AZsxxYzs/jDbJJ8aULb05OCCN5BKYXTWeJpDJZlQSkzynyMmUi5QMQY4ZxDCAE555oo/1AKpilBeO/B8AWfddpe1nru92RKqLaFahpIKaG1JtsZcZpo2jFSSrVPdPIELc8ww4BATjlxFF6XtfbtMJonorNVPVPyPTHtdsUx0Dvw2pwnQaMbPK4XjOP4KViLf7EVZDHudxTFcLvC9F11uC3cw1aUf0uMtEPbath7f1jw2+FADq3zeAHqgr9+SxHOcwAAAABJRU5ErkJggg=='); background-size: cover; display: block;\"\n  ></span>\n  <img\n        class=\"gatsby-resp-image-image\"\n        alt=\"Ticket holders\"\n        title=\"Ticket holders\"\n        src=\"/static/122e192629189ee2e74a93d9e876e746/4b446/ticket-holders.png\"\n        srcset=\"/static/122e192629189ee2e74a93d9e876e746/d4770/ticket-holders.png 228w,\n/static/122e192629189ee2e74a93d9e876e746/379c3/ticket-holders.png 455w,\n/static/122e192629189ee2e74a93d9e876e746/4b446/ticket-holders.png 877w\"\n        sizes=\"(max-width: 877px) 100vw, 877px\"\n        style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n        loading=\"lazy\"\n      />\n    </span></p>","headings":[{"value":"Ticket holders","depth":1},{"value":"<code class=\"language-text\">product_id</code>","depth":2},{"value":"Name","depth":2},{"value":"On musement.com","depth":2}]},"contentItem":{"data":{"lastModified":"2025-12-18T16:31:42.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"9d517677-b26e-5732-9d94-d8c5e2e89ae7__redocly content/api/booking-flow/product/ticket-holders/","seo":{"title":"Ticket holders","description":"Customers must select a ticket holder in the Musement API booking flow.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"api/booking-flow/product/ticket-holders.md","pageBaseUrl":"/api/booking-flow/product/ticket-holders","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Ticket holders","id":"ticket-holders"},{"depth":2,"value":"<code class=\"language-text\">product_id</code>","id":"product_id"},{"depth":2,"value":"Name","id":"name"},{"depth":2,"value":"On musement.com","id":"on-musementcom"}]},"data":{"title":"","redirectFrom":["/guide/availability/ticket-holders/","/api/partner/booking-flow/product/ticket-holders/"],"seo":{"description":"Customers must select a ticket holder in the Musement API booking flow."}},"catalogInfo":null,"link":"/api/booking-flow/product/ticket-holders/","sidebarName":"__alternative-sidebar__-data-24763-api-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}