[*] WS: Add contact entity
This commit is contained in:
@@ -228,6 +228,7 @@ class WebserviceRequestCore
|
|||||||
'categories' => array('description' => 'The product categories','class' => 'Category'),
|
'categories' => array('description' => 'The product categories','class' => 'Category'),
|
||||||
'combinations' => array('description' => 'The product combinations','class' => 'Combination'),
|
'combinations' => array('description' => 'The product combinations','class' => 'Combination'),
|
||||||
'configurations' => array('description' => 'Shop configuration', 'class' => 'Configuration'),
|
'configurations' => array('description' => 'Shop configuration', 'class' => 'Configuration'),
|
||||||
|
'contacts' => array('description' => 'Shop contacts','class' => 'Contact'),
|
||||||
'countries' => array('description' => 'The countries','class' => 'Country'),
|
'countries' => array('description' => 'The countries','class' => 'Country'),
|
||||||
'currencies' => array('description' => 'The currencies', 'class' => 'Currency'),
|
'currencies' => array('description' => 'The currencies', 'class' => 'Currency'),
|
||||||
'customers' => array('description' => 'The e-shop\'s customers','class' => 'Customer'),
|
'customers' => array('description' => 'The e-shop\'s customers','class' => 'Customer'),
|
||||||
|
|||||||
Reference in New Issue
Block a user