Model characteristics

Model characteristics

Use

Road:/api/specifications
Protected:true

Attributes

id:integer
group_id:integer
name:translation
url_rewrite:translation

Roads

Get/
Return the list of specifications

Get/{id}
Returns the details of the specification corresponding to the ID {id}

Put/store
Requiredid, group_id, name
Optionalurl_rewrite
Create a specification using the body of the request

Post/{id}
Optionalps_id, group_id, name, url_rewrite
Update the specification to the values given in the body of the request

Delete/{id}
Optionalspecification: {specification_id}
Delete the specification with the ID {id}. If specified, replace any association with a model and this specification using {specification_id}

    • Related Articles

    • Groups of model characteristics

      Use Road:/api/groups Protected:true Attributes id:integer name:translation url_rewrite:translation Roads Get / Returns the list of specification groups Get /{id} Returns the details of a specification group corresponding to the ID {id} Put /store ...
    • 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 ...
    • Association of characteristics to a product

      Use Road:/api/product_features Protected:true Attributes id:integer feature_id:integer (PUT, DELETE), object (POST) product_id:integer (PUT, DELETE), object (POST) Roads Get / Returns the list of associations of characteristics to products Get ...
    • Association of a feature with a model

      Usage Route : /api/modele_specs Protected : true Attributes id : integer name : translated modele_id : integer specification_id : integer Endpoints GET / Return ModeleSpecifiation associations index list GET /modeles/{id} Return details of the ...
    • 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 ...