Warning |
---|
Due to the difficulty and integration and support pain, this interface must not be deployed anymore, until it has been entirely rewritten. Please contact LKL for any question. |
What is Otipass?
The digital passport of your territory Otipass proposes innumerous territories ( Paris Jerusalem Nantes Reims Bordeaux Lille Grenoble Côte d'Azur Villeneuve Nancy Mulhouse Alsace Dijon) digital passes to visit freely the most beautiful local sites. Every Pass is a real good plan: you benefit from a free entrance to each of the partner sites.
...
Here you can download a correct reference mappings parameter.
Example: (do not copy-paste it. And if you take an inspiration of it, do not forget to remove the //comments)
Code Block |
---|
{
"OtipassProjectId":"toulouse", //The project id of Otipass. It is generally the last part of the url that they provide.
"NumType":"serial", //define this value if the pass codes start with letters
"sectorInfos":{
"DDMM_AUG":{ //This is the sector code as defined in TNAC configuration.
"OtipassServiceId":"pcumid031fs00061", //Provided by Otipass
"OtipassPSpaceId":"PROVIDER#PCUMID031FS00061", //Provided by Otipass
"seasonCode":"DDMM23", //Those are the season and product codes on which the sales will be processed.
"productCode":"PASSTOU"
},
"DDMM_MSR":{
"OtipassServiceId":"PCUMID031FS00071",
"OtipassPSpaceId":"PROVIDER#PCUMID031FS00071",
"seasonCode":"DDMM23",
"productCode":"PASSTOU"
},
"DMM_DUP":{
"OtipassServiceId":"PCUMID031FS0006E",
"OtipassPSpaceId":"PROVIDER#PCUMID031FS0006E",
"seasonCode":"DDMM23",
"productCode":"PASSTOU"
},
"DMM_LAB":{
"OtipassServiceId":"PCUMID031FS0006B",
"OtipassPSpaceId":"PROVIDER#PCUMID031FS0006B",
"seasonCode":"DDMM23",
"productCode":"PASSTOU"
},
"DMM_GCE":{
"OtipassServiceId":"PCUMID031FS0002D",
"OtipassPSpaceId":"PROVIDER#PCUMID031FS0002D",
"seasonCode":"DDMM23",
"productCode":"PASSTOU"
},
"DMM_CAS":{
"OtipassServiceId":"PCUMID031V50KBG6",
"OtipassPSpaceId":"PROVIDER#PCUMID031V50KBG6",
"seasonCode":"DDMM23",
"productCode":"PASSTOU"
}
}
} |
...