PHP Classes

File: app/Resources/routes.json

Recommend this page to a friend!
  Classes of alex nov   KennerPIM   app/Resources/routes.json   Download  
File: app/Resources/routes.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: KennerPIM
Product information management application
Author: By
Last change:
Date: 1 year ago
Size: 1,879 bytes
 

Contents

Class file image Download
[ { "route": "/Markets/Attribute/filtersData", "method": "get", "params": { "controller": "Attribute", "action": "GetFiltersData" } }, { "route": "/Markets/:controller/:entity_id/:action", "method": "get", "params": { "controller": ":controller", "action": "GetRequest", "name": ":action" } }, { "route": "/Markets/:controller/:entity_id/:action", "method": "put", "params": { "controller": ":controller", "action": "UpdateRequest", "name": ":action" } }, { "route": "/Markets/:controller/:entity_id/:action", "method": "patch", "params": { "controller": ":controller", "action": "UpdateRequest", "name": ":action" } }, { "route": "/Markets/:controller/:entity_id/:action", "method": "delete", "params": { "controller": ":controller", "action": "DeleteRequest", "name": ":action" } }, { "route": "Dashlet/:dashletName", "method": "get", "params": { "controller": "Dashlet", "action": "GetDashlet", "dashletName": ":dashletName" } }, { "route": "/Product/associatedMainProducts/relation", "method": "post", "params": { "controller": "Product", "action": "addAssociatedProducts" } }, { "route": "/Product/associatedMainProducts/relation", "method": "delete", "params": { "controller": "Product", "action": "removeAssociatedProducts" } }, { "route": "/ProductFamily/:productFamilyId/productsCount", "method": "get", "params": { "controller": "ProductFamily", "action": "productsCount" } }, { "route": "/Channel/:channelId/setIsActiveEntity", "method": "put", "params": { "controller": "Channel", "action": "setIsActiveEntity" } } ]