Offers response
This commit is contained in:
@@ -269,6 +269,8 @@ define('WRENCHBOARD_CONTRACT_STATUS', 14015);
|
||||
|
||||
|
||||
define('WRENCHBOARD_MOBILE_OFFERSLIST', 15010);
|
||||
define('WRENCHBOARD_MOBILE_OFFERSRESP', 15012);
|
||||
|
||||
define('WRENCHBOARD_MOBILE_ACTIVEJOB', 15020);
|
||||
define('WRENCHBOARD_MOBILE_LOADPROFILE', 15030);
|
||||
define('WRENCHBOARD_MOBILE_UPDATEPROFILE',15031);
|
||||
|
||||
@@ -61,7 +61,10 @@ $routes->post('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');
|
||||
$routes->get('/en/wrench/api/v1/startjoblist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/dashdata', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/getjobsdata', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/offerslist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/offersresponse', 'WrenchApi::apigate');
|
||||
|
||||
$routes->post('/en/wrench/api/v1/activejoblist', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/loadprofile', 'WrenchApi::apigate');
|
||||
$routes->post('/en/wrench/api/v1/updateprofile', 'WrenchApi::apigate');
|
||||
|
||||
@@ -45,6 +45,7 @@ class WrenchApi extends BaseController
|
||||
'dashdata' => ['POST'],
|
||||
'getjobsdata' => ['POST'],
|
||||
'offerslist' => ['POST'],
|
||||
'offersresponse' => ['POST'],
|
||||
'activejoblist' => ['POST'],
|
||||
'loadprofile' => ['POST'],
|
||||
'updateprofile' => ['POST'],
|
||||
|
||||
@@ -181,6 +181,8 @@ define('WRENCHBOARD_CONTRACT_STATUS', 14015);
|
||||
|
||||
|
||||
define('WRENCHBOARD_MOBILE_OFFERSLIST', 15010);
|
||||
define('WRENCHBOARD_MOBILE_OFFERSRESP', 15012);
|
||||
|
||||
define('WRENCHBOARD_MOBILE_ACTIVEJOB', 15020);
|
||||
define('WRENCHBOARD_MOBILE_LOADPROFILE', 15030);
|
||||
define('WRENCHBOARD_MOBILE_UPDATEPROFILE',15031);
|
||||
|
||||
@@ -24,6 +24,7 @@ $endpoints = array(
|
||||
'dashdata' => array('POST'),
|
||||
'getjobsdata' => array('POST'),
|
||||
'offerslist' => array('POST'),
|
||||
'offersresponse' => array('POST'),
|
||||
'activejoblist' => array('POST'),
|
||||
'loadprofile' => array('POST'),
|
||||
'updateprofile'=> array('POST'),
|
||||
|
||||
Reference in New Issue
Block a user