Rules of compatibility

Rules of compatibility

Use

Road:/api/rules
Protected:true


Roads


Get/
Returns the list of existing compatibility rules

Get/{id}
Returns the details of the rule whose ID is {id}

Get/specification/{id}
Returns the list of rules containing model carcatetristics whose ID is {id}

Get/feature/{id}
Returns the list of rules containing the product characteristics whose ID is {id}

    • Related Articles

    • Compatibilities

      Route /api/compats Protected true modele_id integer product_id integer year integer GET / Return compatibilities index list GET /modeles/{id} Return compatibilities found matching modele_id {id} GET /products/{id} Return compatibilities found ...
    • Search and filtering within the list of product compatibility and parts

      The address of the associated products table is used to search and filter the data in the table: This allows you to quickly find a product using the following filters: Identifier of the product Name of the product Reference of the product EAN13 of ...
    • Exporting to ElasticSearch

      Usage Route : /api/export Protected : true Endpoints GET / Export all your model/product associations to ElasticSearch. DELETE /delete Empty your ElasticSearch index. Warning : this operation is not reversible!
    • Characteristics products

      Use Road:/api/features Protected:true Attributes id:integer name:translation Roads Get / Returns the list of product characteristics Get /{id} Returns the details of product characteristics whose ID is {id} Put /store Required id, name Creates a ...
    • Values of product characteristics

      Use Road:/api/feature_values Protected:true Attributes id:integer name:translation Roads Get / Returns the list of product characteristic values Get /{id} Returns details of the product characteristic value of ID {id} Put /store Required id, name ...