Access control service test account (museums)

When using underneath, I accept related terms and conditions

WSDL and credentials

The WSDL of this webservice can be accessed at the following url:

https://mosa.demo-ws.secutix.com/tnci/external-remoting/com.secutix.facade.control.v1_5.ExternalAccessControlService.webservice?wsdl

The test login is : MOSA_AC
The test password is : P@ssw0rd

MOSA is a demo museum. The service can be freely tested with this account, within the limits of a reasonable and fair use.

REST

The REST endpoint of this service can be accessed at the following URL using POST method:

https://mosa.demo-ws.secutix.com/tnci/backend-apis/externalAccessControlService/v1_5/{methodName}

To generate the JWT,
The Virtual Operator is: MOSA_AC
The secret key is: P@ssw0rd
You need to have an Access Control interface linked to a this virtual operator.

Example calls

Call to exportList

Request (SOAP)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1_5.ExternalAccessControlService.service.secutix.com" xmlns:ns2="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  <soapenv:Header>
    <ns2:Security soapenv:mustUnderstand="1">
      <ns2:UsernameToken>
        <ns2:Username>MOSA_AC</ns2:Username>
        <ns2:Password>P@ssw0rd</ns2:Password>
      </ns2:UsernameToken>
    </ns2:Security>
  </soapenv:Header>
  <soapenv:Body>
    <v1:exportList>
      <listType>GREY</listType>
      <ticketType>ALL</ticketType>
      <seasonCode>Saison1</seasonCode>
      <paginationStart></paginationStart>
      <nbMaxResults>5</nbMaxResults>
    </v1:exportList>
  </soapenv:Body>
</soapenv:Envelope>
Request (REST)
{
    "listType": "GREY",
    "ticketType": "ALL",
    "seasonCode": "Saison1",
    "nbMaxResults": "5"
}
Response (SOAP)
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:exportListResponse xmlns:ns2="http://v1_5.ExternalAccessControlService.service.secutix.com">
         <AccessControlListResult>
            <requestId xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <statusCode>success</statusCode>
            <statusDetail xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <accessControlListData>
               <accessControlListItems>
                  <audienceCategoryKind>FULL</audienceCategoryKind>
                  <audienceSubCategoryCode>ADULT</audienceSubCategoryCode>
                  <barcode>ARC-185795281A2693E256B3972B272841B8</barcode>
                  <barcodeInternalValues/>
                  <cancellationCause>NOT_CANCELLED</cancellationCause>
                  <endValidityDate>2020-09-29T00:00:00+02:00</endValidityDate>
                  <fileId>53</fileId>
                  <holderInfo>
                     <entry>
                        <key>ID_NUMBER</key>
                     </entry>
                     <entry>
                        <key>LASTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>FIRSTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>BIRTHDATE</key>
                     </entry>
                     <entry>
                        <key>COUNTRY_CODE</key>
                     </entry>
                  </holderInfo>
                  <isProductCompositionTicket>false</isProductCompositionTicket>
                  <performanceDateTime>2020-09-28T00:00:00+02:00</performanceDateTime>
                  <price>0</price>
                  <productCode>C_GUEST</productCode>
                  <productId>466677400</productId>
                  <reseller>SECUTIX</reseller>
                  <taxNumber>01040000163</taxNumber>
                  <ticketState>VALID</ticketState>
                  <validityDate>2020-09-28T00:00:00+02:00</validityDate>
                  <validityDays>0</validityDays>
               </accessControlListItems>
               <accessControlListItems>
                  <audienceCategoryKind>REDUCED</audienceCategoryKind>
                  <audienceSubCategoryCode>PASSEDU</audienceSubCategoryCode>
                  <barcode>ARC-E116B30D678E4FE9050A05C52DEE4EB4</barcode>
                  <barcodeInternalValues/>
                  <cancellationCause>NOT_CANCELLED</cancellationCause>
                  <endValidityDate>2020-09-29T00:00:00+02:00</endValidityDate>
                  <fileId>118</fileId>
                  <holderInfo>
                     <entry>
                        <key>ID_NUMBER</key>
                     </entry>
                     <entry>
                        <key>LASTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>FIRSTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>BIRTHDATE</key>
                     </entry>
                     <entry>
                        <key>COUNTRY_CODE</key>
                     </entry>
                  </holderInfo>
                  <isProductCompositionTicket>false</isProductCompositionTicket>
                  <performanceDateTime>2020-09-28T00:00:00+02:00</performanceDateTime>
                  <price>0</price>
                  <productCode>C-PAEDU</productCode>
                  <productId>466677398</productId>
                  <reseller>SECUTIX</reseller>
                  <taxNumber>01040000286</taxNumber>
                  <ticketMedium>THERMAL</ticketMedium>
                  <ticketState>VALID</ticketState>
                  <validityDate>2020-09-28T00:00:00+02:00</validityDate>
                  <validityDays>0</validityDays>
               </accessControlListItems>
               <accessControlListItems>
                  <audienceCategoryKind>REDUCED</audienceCategoryKind>
                  <audienceSubCategoryCode>ICOM</audienceSubCategoryCode>
                  <barcode>ARC-A28FE6A7A40DC76CBFAFD45EF4B7A363</barcode>
                  <barcodeInternalValues/>
                  <cancellationCause>NOT_CANCELLED</cancellationCause>
                  <endValidityDate>2020-09-29T00:00:00+02:00</endValidityDate>
                  <fileId>182</fileId>
                  <holderInfo>
                     <entry>
                        <key>ID_NUMBER</key>
                     </entry>
                     <entry>
                        <key>LASTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>FIRSTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>BIRTHDATE</key>
                     </entry>
                     <entry>
                        <key>COUNTRY_CODE</key>
                     </entry>
                  </holderInfo>
                  <isProductCompositionTicket>false</isProductCompositionTicket>
                  <performanceDateTime>2020-09-28T00:00:00+02:00</performanceDateTime>
                  <price>0</price>
                  <productCode>C_ICOM</productCode>
                  <productId>466677399</productId>
                  <reseller>SECUTIX</reseller>
                  <taxNumber>01040000377</taxNumber>
                  <ticketMedium>THERMAL</ticketMedium>
                  <ticketState>VALID</ticketState>
                  <validityDate>2020-09-28T00:00:00+02:00</validityDate>
                  <validityDays>0</validityDays>
               </accessControlListItems>
               <accessControlListItems>
                  <audienceCategoryKind>REDUCED</audienceCategoryKind>
                  <audienceSubCategoryCode>SENIOR</audienceSubCategoryCode>
                  <barcode>ARC-620DFF9FC0AD0C7902D4ACAAC2C62254</barcode>
                  <barcodeInternalValues/>
                  <cancellationCause>NOT_CANCELLED</cancellationCause>
                  <endValidityDate>2020-09-29T10:30:00+02:00</endValidityDate>
                  <entryQuantity>1</entryQuantity>
                  <fileId>731</fileId>
                  <holderInfo>
                     <entry>
                        <key>ID_NUMBER</key>
                     </entry>
                     <entry>
                        <key>LASTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>FIRSTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>BIRTHDATE</key>
                     </entry>
                     <entry>
                        <key>COUNTRY_CODE</key>
                     </entry>
                  </holderInfo>
                  <isProductCompositionTicket>false</isProductCompositionTicket>
                  <performanceDateTime>2020-09-29T09:00:00+02:00</performanceDateTime>
                  <price>5000</price>
                  <productCode>ENTRY</productCode>
                  <productId>466637979</productId>
                  <reseller>SECUTIX</reseller>
                  <taxNumber>01020000568</taxNumber>
                  <ticketMedium>THERMAL</ticketMedium>
                  <ticketState>VALID</ticketState>
                  <validityDate>2020-09-29T09:00:00+02:00</validityDate>
                  <validityDays>0</validityDays>
               </accessControlListItems>
               <accessControlListItems>
                  <audienceCategoryKind>REDUCED</audienceCategoryKind>
                  <audienceSubCategoryCode>SENIOR</audienceSubCategoryCode>
                  <barcode>ARC-1F581254D5AF5F33FFBDADD2AC428A34</barcode>
                  <barcodeInternalValues/>
                  <cancellationCause>NOT_CANCELLED</cancellationCause>
                  <endValidityDate>2020-10-03T00:00:00+02:00</endValidityDate>
                  <fileId>1923</fileId>
                  <holderInfo>
                     <entry>
                        <key>ID_NUMBER</key>
                     </entry>
                     <entry>
                        <key>LASTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>FIRSTNAME</key>
                        <value/>
                     </entry>
                     <entry>
                        <key>BIRTHDATE</key>
                     </entry>
                     <entry>
                        <key>COUNTRY_CODE</key>
                     </entry>
                  </holderInfo>
                  <isProductCompositionTicket>false</isProductCompositionTicket>
                  <performanceDateTime>2020-10-02T00:00:00+02:00</performanceDateTime>
                  <price>5000</price>
                  <productCode>AUDIO</productCode>
                  <productId>466661816</productId>
                  <reseller>SECUTIX</reseller>
                  <taxNumber>01040001016</taxNumber>
                  <ticketMedium>THERMAL</ticketMedium>
                  <ticketState>VALID</ticketState>
                  <validityDate>2020-10-02T00:00:00+02:00</validityDate>
                  <validityDays>0</validityDays>
               </accessControlListItems>
               <paginationEnd>2020-10-23 11:47:23.036</paginationEnd>
            </accessControlListData>
         </AccessControlListResult>
      </ns2:exportListResponse>
   </S:Body>
</S:Envelope>
Response (REST)
{
    "statusCode": "success",
    "statusDetail": null,
    "requestId": null,
    "accessControlListData": {
        "paginationEnd": "2020-10-23 11:52:18.144",
        "accessControlListItems": [
            {
                "barcode": "118833311140734845350032",
                "containerIdentifier": null,
                "taxNumber": "01040000163",
                "ticketState": "VALID",
                "cancellationCause": "NOT_CANCELLED",
                "ticketMedium": null,
                "entryQuantity": null,
                "validityDays": 0,
                "audienceSubCategoryCode": "ADULT",
                "audienceCategoryKind": "FULL",
                "categoryCode": null,
                "productId": 466677400,
                "productCode": "C_GUEST",
                "performanceId": null,
                "performanceCode": null,
                "performanceDateTime": "2020-10-12T22:00:00.000+00:00",
                "validityDate": "2020-10-12T22:00:00.000+00:00",
                "seatNumber": null,
                "seatRow": null,
                "blockCode": null,
                "loungeCode": null,
                "areaCode": null,
                "entranceId": null,
                "entranceCode": null,
                "externalEntranceId": null,
                "externalEntranceCode": null,
                "seatQualityCode": null,
                "holderInfo": {
                    "ID_NUMBER": null,
                    "LASTNAME": "",
                    "FIRSTNAME": "",
                    "BIRTHDATE": null,
                    "COUNTRY_CODE": null
                },
                "holderPhoto": null,
                "endValidityDate": "2020-10-13T22:00:00.000+00:00",
                "reseller": "SECUTIX",
                "fileId": 53,
                "price": 0,
                "isProductCompositionTicket": false,
                "barcodeInternalValues": {}
            },
            {
                "barcode": "161355781338296919890155",
                "containerIdentifier": null,
                "taxNumber": "01040000286",
                "ticketState": "VALID",
                "cancellationCause": "NOT_CANCELLED",
                "ticketMedium": "THERMAL",
                "entryQuantity": null,
                "validityDays": 0,
                "audienceSubCategoryCode": "PASSEDU",
                "audienceCategoryKind": "REDUCED",
                "categoryCode": null,
                "productId": 466677398,
                "productCode": "C-PAEDU",
                "performanceId": null,
                "performanceCode": null,
                "performanceDateTime": "2020-10-12T22:00:00.000+00:00",
                "validityDate": "2020-10-12T22:00:00.000+00:00",
                "seatNumber": null,
                "seatRow": null,
                "blockCode": null,
                "loungeCode": null,
                "areaCode": null,
                "entranceId": null,
                "entranceCode": null,
                "externalEntranceId": null,
                "externalEntranceCode": null,
                "seatQualityCode": null,
                "holderInfo": {
                    "ID_NUMBER": null,
                    "LASTNAME": "",
                    "FIRSTNAME": "",
                    "BIRTHDATE": null,
                    "COUNTRY_CODE": null
                },
                "holderPhoto": null,
                "endValidityDate": "2020-10-13T22:00:00.000+00:00",
                "reseller": "SECUTIX",
                "fileId": 118,
                "price": 0,
                "isProductCompositionTicket": false,
                "barcodeInternalValues": {}
            },
            {
                "barcode": "112905681908647501670084",
                "containerIdentifier": null,
                "taxNumber": "01040000377",
                "ticketState": "VALID",
                "cancellationCause": "NOT_CANCELLED",
                "ticketMedium": "THERMAL",
                "entryQuantity": null,
                "validityDays": 0,
                "audienceSubCategoryCode": "ICOM",
                "audienceCategoryKind": "REDUCED",
                "categoryCode": null,
                "productId": 466677399,
                "productCode": "C_ICOM",
                "performanceId": null,
                "performanceCode": null,
                "performanceDateTime": "2020-10-12T22:00:00.000+00:00",
                "validityDate": "2020-10-12T22:00:00.000+00:00",
                "seatNumber": null,
                "seatRow": null,
                "blockCode": null,
                "loungeCode": null,
                "areaCode": null,
                "entranceId": null,
                "entranceCode": null,
                "externalEntranceId": null,
                "externalEntranceCode": null,
                "seatQualityCode": null,
                "holderInfo": {
                    "ID_NUMBER": null,
                    "LASTNAME": "",
                    "FIRSTNAME": "",
                    "BIRTHDATE": null,
                    "COUNTRY_CODE": null
                },
                "holderPhoto": null,
                "endValidityDate": "2020-10-13T22:00:00.000+00:00",
                "reseller": "SECUTIX",
                "fileId": 182,
                "price": 0,
                "isProductCompositionTicket": false,
                "barcodeInternalValues": {}
            },
            {
                "barcode": "390579149433553424220043",
                "containerIdentifier": null,
                "taxNumber": "01020000568",
                "ticketState": "VALID",
                "cancellationCause": "NOT_CANCELLED",
                "ticketMedium": "THERMAL",
                "entryQuantity": 1,
                "validityDays": 0,
                "audienceSubCategoryCode": "SENIOR",
                "audienceCategoryKind": "REDUCED",
                "categoryCode": null,
                "productId": 466637979,
                "productCode": "ENTRY",
                "performanceId": null,
                "performanceCode": null,
                "performanceDateTime": "2020-10-14T07:00:00.000+00:00",
                "validityDate": "2020-10-14T07:00:00.000+00:00",
                "seatNumber": null,
                "seatRow": null,
                "blockCode": null,
                "loungeCode": null,
                "areaCode": null,
                "entranceId": null,
                "entranceCode": null,
                "externalEntranceId": null,
                "externalEntranceCode": null,
                "seatQualityCode": null,
                "holderInfo": {
                    "ID_NUMBER": null,
                    "LASTNAME": "",
                    "FIRSTNAME": "",
                    "BIRTHDATE": null,
                    "COUNTRY_CODE": null
                },
                "holderPhoto": null,
                "endValidityDate": "2020-10-14T08:30:00.000+00:00",
                "reseller": "SECUTIX",
                "fileId": 731,
                "price": 5000,
                "isProductCompositionTicket": false,
                "barcodeInternalValues": {}
            },
            {
                "barcode": "271635179624427053460066",
                "containerIdentifier": null,
                "taxNumber": "01040001016",
                "ticketState": "VALID",
                "cancellationCause": "NOT_CANCELLED",
                "ticketMedium": "THERMAL",
                "entryQuantity": null,
                "validityDays": 0,
                "audienceSubCategoryCode": "SENIOR",
                "audienceCategoryKind": "REDUCED",
                "categoryCode": null,
                "productId": 466661816,
                "productCode": "AUDIO",
                "performanceId": null,
                "performanceCode": null,
                "performanceDateTime": "2020-10-16T22:00:00.000+00:00",
                "validityDate": "2020-10-16T22:00:00.000+00:00",
                "seatNumber": null,
                "seatRow": null,
                "blockCode": null,
                "loungeCode": null,
                "areaCode": null,
                "entranceId": null,
                "entranceCode": null,
                "externalEntranceId": null,
                "externalEntranceCode": null,
                "seatQualityCode": null,
                "holderInfo": {
                    "ID_NUMBER": null,
                    "LASTNAME": "",
                    "FIRSTNAME": "",
                    "BIRTHDATE": null,
                    "COUNTRY_CODE": null
                },
                "holderPhoto": null,
                "endValidityDate": "2020-10-17T22:00:00.000+00:00",
                "reseller": "SECUTIX",
                "fileId": 1923,
                "price": 5000,
                "isProductCompositionTicket": false,
                "barcodeInternalValues": {}
            }
        ]
    }
}

Call to getAccessControlCatalog

Request (SOAP)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://v1_5.ExternalAccessControlService.service.secutix.com">
   <soapenv:Header>
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <wsse:UsernameToken wsu:Id="UsernameToken-2B4E717FFC5F9F646D16031040421765">
            <wsse:Username>MOSA_AC</wsse:Username>
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">P@ssw0rd</wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>
   </soapenv:Header>
   <soapenv:Body>
      <v1:getAccessControlCatalog>
         <seasonCode>Saison1</seasonCode>
      </v1:getAccessControlCatalog>
   </soapenv:Body>
</soapenv:Envelope>

Request (REST)

{
    "seasonCode": "Saison1"
}
Response (SOAP)
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:getAccessControlCatalogResponse xmlns:ns2="http://v1_5.ExternalAccessControlService.service.secutix.com">
         <AccessControlCatalogResult>
            <requestId xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <statusCode>success</statusCode>
            <statusDetail xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            <seasons>
               <id>306158775</id>
               <code>Saison1</code>
               <internalName>Saison 1</internalName>
               <endDate>2022-03-08T00:00:00+01:00</endDate>
               <products>
                  <id>101030359699</id>
                  <code>KINGDOM</code>
                  <internalName>L'égypte antique transformée: L'Empire du Milieu</internalName>
               </products>
               <products>
                  <id>101089607403</id>
                  <code>DON_REL</code>
                  <internalName>Soulagement du Musée</internalName>
               </products>
               <products>
                  <id>101091020493</id>
                  <code>GUIWH+F</code>
                  <internalName>Group Guided visit &amp; La Vie en Rose</internalName>
               </products>
               <products>
                  <id>101096182402</id>
                  <code>EXFI</code>
                  <internalName>Exposition + Collection de films + Souper</internalName>
               </products>
               <products>
                  <id>101030359698</id>
                  <code>SARGENT</code>
                  <internalName>Sargent: Portraits d'artistes et amis</internalName>
               </products>
               <products>
                  <id>101081706677</id>
                  <code>BESPOKE</code>
                  <internalName>Bespoke tours</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101067950881</id>
                  <code>CIT+WH</code>
                  <internalName>Visite combinée: musée et halle ouest</internalName>
               </products>
               <products>
                  <id>466676258</id>
                  <code>GUIDES</code>
                  <internalName>Guides</internalName>
               </products>
               <products>
                  <id>466677375</id>
                  <code>YOUNG</code>
                  <internalName>Membre jeune</internalName>
               </products>
               <products>
                  <id>101020603902</id>
                  <code>DUCK</code>
                  <internalName>Canard en plastique</internalName>
               </products>
               <products>
                  <id>101029804498</id>
                  <code>VIKING</code>
                  <internalName>Bouclier dragon Viking</internalName>
               </products>
               <products>
                  <id>101029804499</id>
                  <code>HELMET</code>
                  <internalName>Casque en plastique Viking</internalName>
               </products>
               <products>
                  <id>101029804500</id>
                  <code>WOOPEN</code>
                  <internalName>Stylos en Bois Set avec 8 pointes</internalName>
               </products>
               <products>
                  <id>101030359694</id>
                  <code>PENGUIN</code>
                  <internalName>Cartes de Noël Penguin</internalName>
               </products>
               <products>
                  <id>101020603901</id>
                  <code>PENCIL</code>
                  <internalName>Crayon de papier Mega</internalName>
               </products>
               <products>
                  <id>466677376</id>
                  <code>DUOYOUNG</code>
                  <internalName>Membre jeune et amis</internalName>
               </products>
               <products>
                  <id>466677382</id>
                  <code>GVoucher</code>
                  <internalName>Bon cadeau</internalName>
               </products>
               <products>
                  <id>466677401</id>
                  <code>C_CHILD</code>
                  <internalName>Comptes : Pass libres enfants</internalName>
               </products>
               <products>
                  <id>101051188618</id>
                  <code>EXPO+VS</code>
                  <internalName>Expositions + Visite guidée &amp; thématique pour les écoles</internalName>
               </products>
               <products>
                  <id>101030359696</id>
                  <code>EGYTREE</code>
                  <internalName>Carte arbre de Noël Égyptienne</internalName>
               </products>
               <products>
                  <id>101030359695</id>
                  <code>SKULLNO</code>
                  <internalName>Cahier crâne</internalName>
               </products>
               <products>
                  <id>101048046310</id>
                  <code>VPFREE</code>
                  <internalName>Visite libre du Musée</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101050022676</id>
                  <code>GVP+FLM</code>
                  <internalName>Visite de groupe &amp; Collection de films &amp; Café</internalName>
               </products>
               <products>
                  <id>101028864793</id>
                  <code>ANUBIS</code>
                  <internalName>Anubis on Plinth ornament</internalName>
               </products>
               <products>
                  <id>101028864795</id>
                  <code>PYTHA</code>
                  <internalName>Jeu de Tangram de Pythagore</internalName>
               </products>
               <products>
                  <id>101028864794</id>
                  <code>HNEFA</code>
                  <internalName>Le jeu Viking: Hnefatafl</internalName>
               </products>
               <products>
                  <id>466677372</id>
                  <code>SchLevel</code>
                  <internalName>Niveau école</internalName>
               </products>
               <products>
                  <id>466677384</id>
                  <code>PMP</code>
                  <internalName>Pass musées de Paris</internalName>
               </products>
               <products>
                  <id>466677389</id>
                  <code>FEMALE</code>
                  <internalName>HISTOIRES DE GUERRE: Un Philoctète Femme</internalName>
               </products>
               <products>
                  <id>466701104</id>
                  <code>LISASET</code>
                  <internalName>Coffret de papèterie Mona Lisa</internalName>
               </products>
               <products>
                  <id>466661814</id>
                  <code>GROUP</code>
                  <internalName>Visit Group Member Admission</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>466677406</id>
                  <code>REM+LUN</code>
                  <internalName>Roméo et Juliette + Déjeuner et Café</internalName>
               </products>
               <products>
                  <id>101039315666</id>
                  <code>PABLO</code>
                  <internalName>The Life of Pablo</internalName>
               </products>
               <products>
                  <id>101090572962</id>
                  <code>FRE+DAV</code>
                  <internalName>Free visit of Museum &amp; the Walker Evans exhibition</internalName>
               </products>
               <products>
                  <id>101030359697</id>
                  <code>KONGO</code>
                  <internalName>Congo: Puissance et Grandeur</internalName>
               </products>
               <products>
                  <id>501499744</id>
                  <code>SPEDAY</code>
                  <internalName>Musée - Un jour spécial</internalName>
               </products>
               <products>
                  <id>10228235243274</id>
                  <code>WABM</code>
                  <internalName>WebAccess_Billet Musée</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>10228289307463</id>
                  <code>AP</code>
                  <internalName>Anniversary Package</internalName>
               </products>
               <products>
                  <id>466677403</id>
                  <code>C_DISAB</code>
                  <internalName>Comptes : Pass libres visiteurs</internalName>
               </products>
               <products>
                  <id>466677392</id>
                  <code>LUNAR</code>
                  <internalName>Programmes de création artistique : Nouvel An lunaire</internalName>
               </products>
               <products>
                  <id>466701103</id>
                  <code>PHARAON</code>
                  <internalName>Sésostris III, pharaon de Légende</internalName>
               </products>
               <products>
                  <id>466677400</id>
                  <code>C_GUEST</code>
                  <internalName>Comptes : Invités pour adhésion duo</internalName>
               </products>
               <products>
                  <id>466661816</id>
                  <code>AUDIO</code>
                  <internalName>Guides multimédia</internalName>
               </products>
               <products>
                  <id>101082246118</id>
                  <code>DSCOGM</code>
                  <internalName>Discovering Objects Game</internalName>
                  <spaceName>Chambre Studio</spaceName>
               </products>
               <products>
                  <id>466676262</id>
                  <code>HanTYPE</code>
                  <internalName>Handicap Group Type</internalName>
               </products>
               <products>
                  <id>466637979</id>
                  <code>ENTRY</code>
                  <internalName>Entrée</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>466676259</id>
                  <code>LANGUAGE</code>
                  <internalName>Langues</internalName>
               </products>
               <products>
                  <id>466677383</id>
                  <code>COMMU</code>
                  <internalName>Bon collectivité</internalName>
               </products>
               <products>
                  <id>466677388</id>
                  <code>ETHEL</code>
                  <internalName>ETHEL et amis</internalName>
               </products>
               <products>
                  <id>466676263</id>
                  <code>Ad+Media</code>
                  <internalName>Entrée &amp; guide multimédia</internalName>
               </products>
               <products>
                  <id>101047223156</id>
                  <code>GUITHE</code>
                  <internalName>Visite guidée thématique</internalName>
                  <spaceName>Hall Est</spaceName>
               </products>
               <products>
                  <id>466677373</id>
                  <code>SOLO</code>
                  <internalName>Membre individuel</internalName>
               </products>
               <products>
                  <id>466676264</id>
                  <code>VIP+ME</code>
                  <internalName>Entrée VIP &amp; guide multimédia</internalName>
               </products>
               <products>
                  <id>466677386</id>
                  <code>NAPOLEON</code>
                  <internalName>Napoléon et Paris</internalName>
               </products>
               <products>
                  <id>101047223160</id>
                  <code>SCHOOLVP</code>
                  <internalName>Présentation des Collections pour les écoles</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>466699891</id>
                  <code>EGYART</code>
                  <internalName>Livre d’art Egypte</internalName>
               </products>
               <products>
                  <id>466660905</id>
                  <code>GUIDE</code>
                  <internalName>Visite guidée des collections du musée</internalName>
                  <spaceName>Tour guidé</spaceName>
               </products>
               <products>
                  <id>101049282449</id>
                  <code>MSTIC</code>
                  <internalName>Billet Musée</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101062064703</id>
                  <code>VP+DON</code>
                  <internalName>Visit and support projects to become a member</internalName>
               </products>
               <products>
                  <id>101062064702</id>
                  <code>DON+MEM0</code>
                  <internalName>Receive a free membership for supporting MoSA</internalName>
               </products>
               <products>
                  <id>466677374</id>
                  <code>DUO</code>
                  <internalName>Adhésion Duo</internalName>
               </products>
               <products>
                  <id>101049543631</id>
                  <code>MTIC+DIN</code>
                  <internalName>Entrée au Musée + Dîner</internalName>
               </products>
               <products>
                  <id>466677398</id>
                  <code>C-PAEDU</code>
                  <internalName>Comptes : Pass éducation</internalName>
               </products>
               <products>
                  <id>466677404</id>
                  <code>ETH+DIN</code>
                  <internalName>Concert ETHEL + Dîner</internalName>
               </products>
               <products>
                  <id>466677381</id>
                  <code>FAMI</code>
                  <internalName>Adhésion famille</internalName>
               </products>
               <products>
                  <id>101047223159</id>
                  <code>GUIEXP</code>
                  <internalName>Visite guidée des Expositions</internalName>
                  <spaceName>Hall Est</spaceName>
               </products>
               <products>
                  <id>101061827659</id>
                  <code>GUIWH</code>
                  <internalName>Hall Ouest - Visite guidée</internalName>
                  <spaceName>Hall Ouest</spaceName>
               </products>
               <products>
                  <id>101061827657</id>
                  <code>INDLIBWH</code>
                  <internalName>Hall Ouest - Visite individuelle libre</internalName>
                  <spaceName>Hall Ouest</spaceName>
               </products>
               <products>
                  <id>101047470708</id>
                  <code>VI+FILM</code>
                  <internalName>Visites guidées pour les particuliers + Collection de films</internalName>
               </products>
               <products>
                  <id>101061827658</id>
                  <code>LIBGRWH</code>
                  <internalName>Hall Ouest - Visite libre groupe</internalName>
                  <spaceName>Hall Ouest</spaceName>
               </products>
               <products>
                  <id>101050313757</id>
                  <code>PICAVP</code>
                  <internalName>Hommage à Jacqueline Picasso</internalName>
                  <spaceName>Hall Est</spaceName>
               </products>
               <products>
                  <id>101048046311</id>
                  <code>VI+SER</code>
                  <internalName>Visite libre du Musée + Déjeuner et Café</internalName>
               </products>
               <products>
                  <id>466677395</id>
                  <code>CHALK</code>
                  <internalName>Festival d'oeuvres d'art à la craie et à la peinture</internalName>
               </products>
               <products>
                  <id>466677399</id>
                  <code>C_ICOM</code>
                  <internalName>Comptes : Membres ICOM</internalName>
               </products>
               <products>
                  <id>466677390</id>
                  <code>ROMEO</code>
                  <internalName>Roméo et Juliette</internalName>
               </products>
               <products>
                  <id>466677391</id>
                  <code>GARDEN</code>
                  <internalName>Journées des Plantes au MoSA</internalName>
               </products>
               <products>
                  <id>466677377</id>
                  <code>PRO</code>
                  <internalName>Carte professionnelle</internalName>
               </products>
               <products>
                  <id>466677378</id>
                  <code>PRO_GUES</code>
                  <internalName>Professionnel &amp; Invité</internalName>
               </products>
               <products>
                  <id>466677369</id>
                  <code>GR10</code>
                  <internalName>Visite de groupe de moins de 10 personnes</internalName>
               </products>
               <products>
                  <id>466727262</id>
                  <code>GBOOK</code>
                  <internalName>Guide du visiteur Mosa</internalName>
               </products>
               <products>
                  <id>466677397</id>
                  <code>MOCHA</code>
                  <internalName>Restaurant Mocha</internalName>
               </products>
               <products>
                  <id>466677385</id>
                  <code>DONATE</code>
                  <internalName>Soutien au MoSA - faites une donnation</internalName>
               </products>
               <products>
                  <id>466677387</id>
                  <code>INCA</code>
                  <internalName>L'Inca et le Conquistador</internalName>
               </products>
               <products>
                  <id>466676260</id>
                  <code>GrTopics</code>
                  <internalName>Thématiques de visite</internalName>
               </products>
               <products>
                  <id>466677402</id>
                  <code>C_JOBSK</code>
                  <internalName>Comptes : Pass libres chômeurs</internalName>
               </products>
               <products>
                  <id>101047088221</id>
                  <code>INLGUI</code>
                  <internalName>Visite guidée individuelle</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101050313759</id>
                  <code>PKGPICA</code>
                  <internalName>Exposition de Picasso + Films + Café</internalName>
               </products>
               <products>
                  <id>101047223158</id>
                  <code>GUISCHO</code>
                  <internalName>Visite guidée du Musée pour les écoles</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101037169820</id>
                  <code>GENFIL</code>
                  <internalName>General Admission &amp; Daily Film</internalName>
               </products>
               <products>
                  <id>466637980</id>
                  <code>VIPentry</code>
                  <internalName>Entrée VIP</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>466710698</id>
                  <code>VENUE</code>
                  <internalName>Conférences et location de salles</internalName>
               </products>
               <products>
                  <id>466661815</id>
                  <code>DISABLE</code>
                  <internalName>Disable Group Member Admission</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>466677396</id>
                  <code>ANNIVER</code>
                  <internalName>Entrée - offre spéciale anniversaire</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>101047088223</id>
                  <code>WKSHOP</code>
                  <internalName>Atelier</internalName>
                  <spaceName>Chambre Studio</spaceName>
               </products>
               <products>
                  <id>101051802094</id>
                  <code>PKGCP</code>
                  <internalName>Exposition de Picasso - Achetez 1 et obtenez 1 gratuit</internalName>
               </products>
               <products>
                  <id>101036906312</id>
                  <code>FILCOL</code>
                  <internalName>Film Collection</internalName>
               </products>
               <products>
                  <id>101029804497</id>
                  <code>GALPUZZ</code>
                  <internalName>Puzzle globe de Galileo</internalName>
               </products>
               <products>
                  <id>101089841318</id>
                  <code>EXCO</code>
                  <internalName>Walker Evans exhibition &amp; Coffee</internalName>
               </products>
               <products>
                  <id>101089243095</id>
                  <code>VLDH</code>
                  <internalName>Visite libre de l'exposition David Hockney</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101090572963</id>
                  <code>WKEV</code>
                  <internalName>Visite conférence de l'exposition Walker Evans</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101079533662</id>
                  <code>INGVTS</code>
                  <internalName>Individual Guided Visit (Touch sales)</internalName>
                  <spaceName>Tour Intégrée</spaceName>
               </products>
               <products>
                  <id>101080358530</id>
                  <code>MTIC+COF</code>
                  <internalName>Museum Admission + Daily Film + Dinner</internalName>
               </products>
               <products>
                  <id>101081248238</id>
                  <code>FamilyV</code>
                  <internalName>Family Package - Guided Visits</internalName>
               </products>
               <products>
                  <id>101086000086</id>
                  <code>2days</code>
                  <internalName>Pass 2 jours au musée</internalName>
                  <spaceName>Musée</spaceName>
               </products>
               <products>
                  <id>101094266938</id>
                  <code>INPACK</code>
                  <internalName>Qaquet individuel: Musée + Visite guidée</internalName>
               </products>
               <products>
                  <id>101095656292</id>
                  <code>FRIEND</code>
                  <internalName>Friend Package - Guided Visits</internalName>
               </products>
               <products>
                  <id>101095635789</id>
                  <code>SCHL</code>
                  <internalName>Visite conférence exposition</internalName>
                  <spaceName>Hall Est</spaceName>
               </products>
               <products>
                  <id>10228170869813</id>
                  <code>VI+Media</code>
                  <internalName>Guided visit for individual + Multimedia guide</internalName>
               </products>
               <products>
                  <id>10228235011984</id>
                  <code>WAVIINLI</code>
                  <internalName>WebAccess_ Visite individuelle Libre</internalName>
                  <spaceName>Hall Ouest</spaceName>
               </products>
               <startDate>2020-03-08T00:00:00+01:00</startDate>
            </seasons>
         </AccessControlCatalogResult>
      </ns2:getAccessControlCatalogResponse>
   </S:Body>
</S:Envelope>
´´´

##### Response (REST)

```json
{
    "statusCode": "success",
    "statusDetail": null,
    "requestId": null,
    "seasons": [
        {
            "id": 306158775,
            "code": "Saison1",
            "internalName": "Saison 1",
            "startDate": "2020-03-22T23:00:00.000+00:00",
            "endDate": "2022-03-22T23:00:00.000+00:00",
            "products": [
                {
                    "id": 101030359699,
                    "code": "KINGDOM",
                    "internalName": "L'égypte antique transformée: L'Empire du Milieu",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101089607403,
                    "code": "DON_REL",
                    "internalName": "Soulagement du Musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101091020493,
                    "code": "GUIWH+F",
                    "internalName": "Group Guided visit & La Vie en Rose",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101096182402,
                    "code": "EXFI",
                    "internalName": "Exposition + Collection de films + Souper",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101030359698,
                    "code": "SARGENT",
                    "internalName": "Sargent: Portraits d'artistes et amis",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101081706677,
                    "code": "BESPOKE",
                    "internalName": "Bespoke tours",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101067950881,
                    "code": "CIT+WH",
                    "internalName": "Visite combinée: musée et halle ouest",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466676258,
                    "code": "GUIDES",
                    "internalName": "Guides",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677375,
                    "code": "YOUNG",
                    "internalName": "Membre jeune",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101020603902,
                    "code": "DUCK",
                    "internalName": "Canard en plastique",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101029804498,
                    "code": "VIKING",
                    "internalName": "Bouclier dragon Viking",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101029804499,
                    "code": "HELMET",
                    "internalName": "Casque en plastique Viking",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101029804500,
                    "code": "WOOPEN",
                    "internalName": "Stylos en Bois Set avec 8 pointes",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101030359694,
                    "code": "PENGUIN",
                    "internalName": "Cartes de Noël Penguin",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101020603901,
                    "code": "PENCIL",
                    "internalName": "Crayon de papier Mega",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677376,
                    "code": "DUOYOUNG",
                    "internalName": "Membre jeune et amis",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677382,
                    "code": "GVoucher",
                    "internalName": "Bon cadeau",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677401,
                    "code": "C_CHILD",
                    "internalName": "Comptes : Pass libres enfants",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101051188618,
                    "code": "EXPO+VS",
                    "internalName": "Expositions + Visite guidée & thématique pour les écoles",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101030359696,
                    "code": "EGYTREE",
                    "internalName": "Carte arbre de Noël Égyptienne",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101030359695,
                    "code": "SKULLNO",
                    "internalName": "Cahier crâne",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101048046310,
                    "code": "VPFREE",
                    "internalName": "Visite libre du Musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101050022676,
                    "code": "GVP+FLM",
                    "internalName": "Visite de groupe & Collection de films & Café",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101028864793,
                    "code": "ANUBIS",
                    "internalName": "Anubis on Plinth ornament",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101028864795,
                    "code": "PYTHA",
                    "internalName": "Jeu de Tangram de Pythagore",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101028864794,
                    "code": "HNEFA",
                    "internalName": "Le jeu Viking: Hnefatafl",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677372,
                    "code": "SchLevel",
                    "internalName": "Niveau école",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677384,
                    "code": "PMP",
                    "internalName": "Pass musées de Paris",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677389,
                    "code": "FEMALE",
                    "internalName": "HISTOIRES DE GUERRE: Un Philoctète Femme",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466701104,
                    "code": "LISASET",
                    "internalName": "Coffret de papèterie Mona Lisa",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466661814,
                    "code": "GROUP",
                    "internalName": "Visit Group Member Admission",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 466677406,
                    "code": "REM+LUN",
                    "internalName": "Roméo et Juliette + Déjeuner et Café",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101039315666,
                    "code": "PABLO",
                    "internalName": "The Life of Pablo",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101090572962,
                    "code": "FRE+DAV",
                    "internalName": "Free visit of Museum & the Walker Evans exhibition",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101030359697,
                    "code": "KONGO",
                    "internalName": "Congo: Puissance et Grandeur",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 501499744,
                    "code": "SPEDAY",
                    "internalName": "Musée - Un jour spécial",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 10228235243274,
                    "code": "WABM",
                    "internalName": "WebAccess_Billet Musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 10228289307463,
                    "code": "AP",
                    "internalName": "Anniversary Package",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677403,
                    "code": "C_DISAB",
                    "internalName": "Comptes : Pass libres visiteurs",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677392,
                    "code": "LUNAR",
                    "internalName": "Programmes de création artistique : Nouvel An lunaire",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466701103,
                    "code": "PHARAON",
                    "internalName": "Sésostris III, pharaon de Légende",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677400,
                    "code": "C_GUEST",
                    "internalName": "Comptes : Invités pour adhésion duo",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466661816,
                    "code": "AUDIO",
                    "internalName": "Guides multimédia",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101082246118,
                    "code": "DSCOGM",
                    "internalName": "Discovering Objects Game",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Chambre Studio"
                },
                {
                    "id": 466676262,
                    "code": "HanTYPE",
                    "internalName": "Handicap Group Type",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466637979,
                    "code": "ENTRY",
                    "internalName": "Entrée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 466676259,
                    "code": "LANGUAGE",
                    "internalName": "Langues",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677383,
                    "code": "COMMU",
                    "internalName": "Bon collectivité",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677388,
                    "code": "ETHEL",
                    "internalName": "ETHEL et amis",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466676263,
                    "code": "Ad+Media",
                    "internalName": "Entrée & guide multimédia",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101047223156,
                    "code": "GUITHE",
                    "internalName": "Visite guidée thématique",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Est"
                },
                {
                    "id": 466677373,
                    "code": "SOLO",
                    "internalName": "Membre individuel",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466676264,
                    "code": "VIP+ME",
                    "internalName": "Entrée VIP & guide multimédia",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677386,
                    "code": "NAPOLEON",
                    "internalName": "Napoléon et Paris",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101047223160,
                    "code": "SCHOOLVP",
                    "internalName": "Présentation des Collections pour les écoles",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 466699891,
                    "code": "EGYART",
                    "internalName": "Livre d’art Egypte",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466660905,
                    "code": "GUIDE",
                    "internalName": "Visite guidée des collections du musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour guidé"
                },
                {
                    "id": 101049282449,
                    "code": "MSTIC",
                    "internalName": "Billet Musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101062064703,
                    "code": "VP+DON",
                    "internalName": "Visit and support projects to become a member",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101062064702,
                    "code": "DON+MEM0",
                    "internalName": "Receive a free membership for supporting MoSA",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677374,
                    "code": "DUO",
                    "internalName": "Adhésion Duo",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101049543631,
                    "code": "MTIC+DIN",
                    "internalName": "Entrée au Musée + Dîner",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677398,
                    "code": "C-PAEDU",
                    "internalName": "Comptes : Pass éducation",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677404,
                    "code": "ETH+DIN",
                    "internalName": "Concert ETHEL + Dîner",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677381,
                    "code": "FAMI",
                    "internalName": "Adhésion famille",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101047223159,
                    "code": "GUIEXP",
                    "internalName": "Visite guidée des Expositions",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Est"
                },
                {
                    "id": 101061827659,
                    "code": "GUIWH",
                    "internalName": "Hall Ouest - Visite guidée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Ouest"
                },
                {
                    "id": 101061827657,
                    "code": "INDLIBWH",
                    "internalName": "Hall Ouest - Visite individuelle libre",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Ouest"
                },
                {
                    "id": 101047470708,
                    "code": "VI+FILM",
                    "internalName": "Visites guidées pour les particuliers + Collection de films",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101061827658,
                    "code": "LIBGRWH",
                    "internalName": "Hall Ouest - Visite libre groupe",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Ouest"
                },
                {
                    "id": 101050313757,
                    "code": "PICAVP",
                    "internalName": "Hommage à Jacqueline Picasso",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Est"
                },
                {
                    "id": 101048046311,
                    "code": "VI+SER",
                    "internalName": "Visite libre du Musée + Déjeuner et Café",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677395,
                    "code": "CHALK",
                    "internalName": "Festival d'oeuvres d'art à la craie et à la peinture",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677399,
                    "code": "C_ICOM",
                    "internalName": "Comptes : Membres ICOM",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677390,
                    "code": "ROMEO",
                    "internalName": "Roméo et Juliette",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677391,
                    "code": "GARDEN",
                    "internalName": "Journées des Plantes au MoSA",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677377,
                    "code": "PRO",
                    "internalName": "Carte professionnelle",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677378,
                    "code": "PRO_GUES",
                    "internalName": "Professionnel & Invité",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677369,
                    "code": "GR10",
                    "internalName": "Visite de groupe de moins de 10 personnes",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466727262,
                    "code": "GBOOK",
                    "internalName": "Guide du visiteur Mosa",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677397,
                    "code": "MOCHA",
                    "internalName": "Restaurant Mocha",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677385,
                    "code": "DONATE",
                    "internalName": "Soutien au MoSA - faites une donnation",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677387,
                    "code": "INCA",
                    "internalName": "L'Inca et le Conquistador",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466676260,
                    "code": "GrTopics",
                    "internalName": "Thématiques de visite",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466677402,
                    "code": "C_JOBSK",
                    "internalName": "Comptes : Pass libres chômeurs",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101047088221,
                    "code": "INLGUI",
                    "internalName": "Visite guidée individuelle",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101050313759,
                    "code": "PKGPICA",
                    "internalName": "Exposition de Picasso + Films + Café",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101047223158,
                    "code": "GUISCHO",
                    "internalName": "Visite guidée du Musée pour les écoles",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101047223161,
                    "code": "MUSTIC",
                    "internalName": "North Hall - Billet Musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Nord"
                },
                {
                    "id": 101037169820,
                    "code": "GENFIL",
                    "internalName": "General Admission & Daily Film",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466637980,
                    "code": "VIPentry",
                    "internalName": "Entrée VIP",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 466710698,
                    "code": "VENUE",
                    "internalName": "Conférences et location de salles",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 466661815,
                    "code": "DISABLE",
                    "internalName": "Disable Group Member Admission",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 466677396,
                    "code": "ANNIVER",
                    "internalName": "Entrée - offre spéciale anniversaire",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 101047088223,
                    "code": "WKSHOP",
                    "internalName": "Atelier",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Chambre Studio"
                },
                {
                    "id": 101051802094,
                    "code": "PKGCP",
                    "internalName": "Exposition de Picasso - Achetez 1 et obtenez 1 gratuit",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101036906312,
                    "code": "FILCOL",
                    "internalName": "Film Collection",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101029804497,
                    "code": "GALPUZZ",
                    "internalName": "Puzzle globe de Galileo",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101089841318,
                    "code": "EXCO",
                    "internalName": "Walker Evans exhibition & Coffee",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101089243095,
                    "code": "VLDH",
                    "internalName": "Visite libre de l'exposition David Hockney",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101090572963,
                    "code": "WKEV",
                    "internalName": "Visite conférence de l'exposition Walker Evans",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101079533662,
                    "code": "INGVTS",
                    "internalName": "Individual Guided Visit (Touch sales)",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Tour Intégrée"
                },
                {
                    "id": 101080358530,
                    "code": "MTIC+COF",
                    "internalName": "Museum Admission + Daily Film + Dinner",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101081248238,
                    "code": "FamilyV",
                    "internalName": "Family Package - Guided Visits",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101086000086,
                    "code": "2days",
                    "internalName": "Pass 2 jours au musée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 101094266938,
                    "code": "INPACK",
                    "internalName": "Qaquet individuel: Musée + Visite guidée",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101095656292,
                    "code": "FRIEND",
                    "internalName": "Friend Package - Guided Visits",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 101095635789,
                    "code": "SCHL",
                    "internalName": "Visite conférence exposition",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Est"
                },
                {
                    "id": 10228170869813,
                    "code": "VI+Media",
                    "internalName": "Guided visit for individual + Multimedia guide",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 10228235011984,
                    "code": "WAVIINLI",
                    "internalName": "WebAccess_ Visite individuelle Libre",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Hall Ouest"
                },
                {
                    "id": 10228305938325,
                    "code": "JPFA",
                    "internalName": "Atelier enfant solo (8-12 ans)",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Chambre Studio"
                },
                {
                    "id": 10228311297890,
                    "code": "BDVC",
                    "internalName": "Birthday Voucher",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                },
                {
                    "id": 10228306237791,
                    "code": "PTP",
                    "internalName": "Ausstellerausweis",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": "Musée"
                },
                {
                    "id": 10228305938326,
                    "code": "PAB+DIN",
                    "internalName": "Art Programms + Dinner",
                    "performance": null,
                    "timeslots": null,
                    "spaceName": null
                }
            ]
        }
    ]
}