Viewing Feature List

Viewing the Feature List

  • It lists the product features in the ticket application of the relevant restaurant.

  • The request should be sent with the GET method.

Parameters

Request Header Parameters

ParameterDescriptionType
x-api-keyAPI key of your accountstring
x-api-secretAPI Secret key of your accountstring
x-api-consumerIntegrator restaurant/company namestring
Example Request
curl https://ext.adisyo.com/api/External/v2/Features
Example Response
{
    "data": {
        "features": [
            {
                "featureName": "80 GR",
                "featureId": 6141444,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 6422293,
                        "additionalPrice": 0.00,
                        "featureHeaderName": "GRAMAJ SEÇİMİ TAVUK"
                    }
                ]
            },
            {
                "featureName": "120 GR",
                "featureId": 6141445,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 6422293,
                        "additionalPrice": 13.00,
                        "featureHeaderName": "GRAMAJ SEÇİMİ TAVUK"
                    }
                ]
            },
            {
                "featureName": "160 GR",
                "featureId": 6141446,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 6422293,
                        "additionalPrice": 26.00,
                        "featureHeaderName": "GRAMAJ SEÇİMİ TAVUK"
                    }
                ]
            },
            {
                "featureName": "4 LÜ SOĞAN HALKASI",
                "featureId": 1447178,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 9640654,
                        "additionalPrice": 0.00,
                        "featureHeaderName": "SOĞAN HALKASI SEÇİMİ"
                    }
                ]
            },
            {
                "featureName": "8 Lİ SOĞAN HALKASI",
                "featureId": 1447179,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 9640654,
                        "additionalPrice": 11.00,
                        "featureHeaderName": "SOĞAN HALKASI SEÇİMİ"
                    }
                ]
            },
            {
                "featureName": "12 Lİ SOĞAN HALKASI",
                "featureId": 1447180,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 9640654,
                        "additionalPrice": 22.00,
                        "featureHeaderName": "SOĞAN HALKASI SEÇİMİ"
                    }
                ]
            },
            {
                "featureName": "TEK BURGER",
                "featureId": 1447181,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 9640654,
                        "additionalPrice": 0.00,
                        "featureHeaderName": "BURGER SEÇİMİ"
                    }
                ]
            },
            {
                "featureName": "DOUBLE BURGER",
                "featureId": 1447182,
                "featureCode": null,
                "relatedProducts": [
                    {
                        "productId": 9640654,
                        "additionalPrice": 40.00,
                        "featureHeaderName": "BURGER SEÇİMİ"
                    }
                ]
            }
        ],
        "excludedFeatures": []
    },
    "status": 100,
    "message": "İşlem Başarılı."
}