Geeft de lijst van de definities van alle vrije artikelvelden in een bepaalde veldsoort.
Apps, Webshop-koppelingen, externe applicaties
http[s]://<url>:<poort>/odapi/rest/TMethods/productFieldDefinitions/[key]/1/json
Geen
{
"data": {
"productFieldDefinitions": [
{
"productFieldDefinition": {
"id": 22,
"name": "Wijnland[1]",
"title": "Land",
"type": "label",
"size": 1,
"checkbox": false,
"mandatory": false
}
},
{
"productFieldDefinition": {
"id": 7,
"name": "Duitsland",
"title": "Duitsland",
"type": "string",
"size": 25,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 1,
"name": "Wijnland"
}
}
},
{
"productFieldDefinition": {
"id": 17,
"name": "Frankrijk",
"title": "Frankrijk",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 1,
"name": "Wijnland"
}
}
},
{
"productFieldDefinition": {
"id": 19,
"name": "Spanje",
"title": "Spanje",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 1,
"name": "Wijnland"
}
}
},
{
"productFieldDefinition": {
"id": 18,
"name": "Italiƫ",
"title": "Italiƫ",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 1,
"name": "Wijnland"
}
}
},
{
"productFieldDefinition": {
"id": 23,
"name": "Wijnkleur",
"title": "Kleur",
"type": "label",
"size": 1,
"checkbox": false,
"mandatory": false
}
},
{
"productFieldDefinition": {
"id": 9,
"name": "Wit",
"title": "Wit",
"type": "string",
"size": 25,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 2,
"name": "Wijnkleur"
}
}
},
{
"productFieldDefinition": {
"id": 10,
"name": "Rood",
"title": "Rood",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 2,
"name": "Wijnkleur"
}
}
},
{
"productFieldDefinition": {
"id": 24,
"name": "Wijnopties",
"title": "Opties",
"type": "label",
"size": 1,
"checkbox": false,
"mandatory": false
}
},
{
"productFieldDefinition": {
"id": 20,
"name": "Draaidop",
"title": "Draaidop",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 5,
"name": "Wijnopties"
}
}
},
{
"productFieldDefinition": {
"id": 21,
"name": "Kurk",
"title": "Kurk",
"type": "string",
"size": 15,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 5,
"name": "Wijnopties"
}
}
},
{
"productFieldDefinition": {
"id": 25,
"name": "Alcoholpercentage",
"title": "Alcohol",
"type": "string",
"size": 10,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 5,
"name": "Wijnopties"
}
}
},
{
"productFieldDefinition": {
"id": 27,
"name": "Jaar",
"title": "Jaar",
"type": "label",
"size": 1,
"checkbox": false,
"mandatory": false
}
},
{
"productFieldDefinition": {
"id": 26,
"name": "2014",
"title": "2014",
"type": "string",
"size": 10,
"checkbox": true,
"mandatory": false,
"productFieldGroup": {
"id": 4,
"name": "Wijnjaar"
}
}
},
{
"productFieldDefinition": {
"id": 28,
"name": "Lijst",
"title": "Lijst",
"type": "checklist",
"checklistOptions": [
"Rood",
"Wit",
"Blauw",
"Geel",
"Oranje"
],
"size": 5,
"checkbox": false,
"mandatory": false
}
}
]
}
}