Get the tree of the owner’s Wine Catalogue.
Can be used to create a Menu to browse the Wine Catalogue. Set a starting point and an upper limit.
Request
https://api.vincod.com/3/json/owner/GetCatalogueByVincod/<LANGUAGE>/<VINCODOWNER>?limit=<VINCODLIMIT>&vincod=<VINCODACTIF>&apiKey=<YOURAPIKEY>
Parameters
Version : available on versions 2 and 3
Format : available in json and xml
Target: owner
Method : GetCatalogueByVincod
LANGUAGE : language of the catalogue (fr, en, etc.)
VINCODOWNER: Vincod of the owner
VINCODACTIF: Vincod of the starting point
VINCODLIMIT: Vincod of the upper limit
APIKEY: authorized Api Key
Sample
{
"owners":{
"menu":{
"@attributes":{
"vincod":"12PCF6YRJ7",
"type":"owner"
},
"title":"Famille Perrin",
"link":"\/12PCF6YRJ7\/web",
"actif":"1",
"publish":"1",
"menu":[
{
"@attributes":{
"vincod":"10DA7LU6GY",
"type":"winery"
},
"title":"Ch\u00e2teau de Beaucastel",
"link":"\/10DA7LU6GY\/web",
"actif":"0",
"orpheline":"0"
},
{
"@attributes":{
"vincod":"1777D1DDK6",
"type":"winery"
},
"title":"Miraval",
"link":"\/1777D1DDK6\/web",
"actif":"0",
"orpheline":"0"
},
{
"@attributes":{
"vincod":"1474D14YD5",
"type":"winery"
},
"title":"Domaine du Clos des Tourelles",
"link":"\/1474D14YD5\/web",
"actif":"0",
"orpheline":"0"
},
{
"@attributes":{
"vincod":"2240D1Q8AB",
"type":"winery"
},
"title":"Famille Perrin - S\u00e9lections Parcellaires",
"link":"\/2240D1Q8AB\/web",
"actif":"0",
"orpheline":"0"
},
{
"@attributes":{
"vincod":"9D9RD89ZZT",
"type":"winery"
},
"title":"Famille Perrin - Les Crus",
"link":"\/9D9RD89ZZT\/web",
"actif":"0",
"orpheline":"0"
},
{
"@attributes":{
"vincod":"12DC5HXR3N",
"type":"winery"
},
"title":"La Vieille Ferme",
"link":"\/12DC5HXR3N\/web",
"actif":"0",
"orpheline":"0"
}
]
}
}
}