Utilisation
Route : /api/manufacturers
Protected : true
Attributs
id : integer
meta_title : translated
name : string
meta_description : translated
active : boolean
meta_keywords : translated
description : translated
url : translated
url_rewrite : translated
manufacturer_id : integer
Routes
Return Manufacturers index list
Return details of the Manufacturer {id}
PUT | /store |
Required | id, name |
Optional | description, url_rewrite, meta_title, meta_description, meta_keywords, url |
Create a Manufacturer using request’s body
POST | /{id} |
Optional | ps_id, active, name, description, url_rewrite, meta_title, meta_description, meta_keywords, url
|
Update the Manufacturer {id} according to the keys and values given in body
DELETE | /{id} |
Optional | manufacturer: {manufacturer_id} |
Delete the Manufacturer {id}. If specified within the body, replace any model’s manufacturer_id using {id} with {manufacturer_id}