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

    • Bundled shares for products and parts

      After selecting at least one of the listed products, the menu Group actions appears next to the buttons Select everything and Deselecting everything. Possible Group Actions are: Making selection universal Make the selection specific Make the ...
    • 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 ...
    • Products

      Use of Route:/api/products Protected:True Attributes Id:Integer Provider_reference: string Name: string Ean13: string Reference: string Product_ids: Array Status: string Roads Get / Returns the product list Get /{id} Returns details of the product ...
    • 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!