Terug naar website
Je bevindt je momenteel in de helpsectie van onze software, met antwoorden op veelgestelde vragen, handleidingen en hulp bij problemen. Voor volledige toegang tot onze nieuwe website, inclusief al onze producten en diensten, kun je hier klikken om naar de hoofdpagina te gaan.

productFieldDefinitions

Geeft de lijst van de definities van alle vrije artikelvelden in een bepaalde veldsoort.

Applicaties

Apps, Webshop-koppelingen, externe applicaties

Aanroep

GET

Parameters

http[s]://<url>:<poort>/odapi/rest/TMethods/productFieldDefinitions/[key]/1/json

Naam
Type
Omschrijving
key
Tekst
Sessiesleutel
type
Numeriek
Interne nummer van een artikelveldsoort
format
json | html
Uitvoerformaat

Query parameters

Geen

Meldingen

Foutcode
Omschrijving
9052
Ongeldig artikelveldsoortnummer

Voorbeeld

{

    "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

                }

            }

        ]

    }

}