update arcc untuk notis peringatan kedua dan pertama
This commit is contained in:
+14
-1
@@ -844,13 +844,26 @@ $router->group(['prefix'=>'kelantanpay'], function () use ($router){
|
||||
$router->group(['prefix'=>'arcc'], function () use ($router){
|
||||
//ARCC API
|
||||
$router->get('datagadai/aktif/{kodcaw}',['uses'=>'CallCenterController@datagadai']);
|
||||
$router->get('cariannotispertama/{kodcaw}',['uses'=>'CallCenterController@cariannotispertama']);
|
||||
$router->get('cawangan',['uses'=>'CallCenterController@showAllCawangans']);
|
||||
$router->post('insertdatagadai/aktif/{kodcaw}',['uses'=>'CallCenterController@insertdatagadai']);
|
||||
$router->post('insertnotispertama/{kodcaw}',['uses'=>'CallCenterController@insertnotispertama']);
|
||||
$router->get('getbatchnotispertama',['uses'=>'CallCenterController@getbatchnotispertama']);
|
||||
$router->get('getbatchnotis',['uses'=>'CallCenterController@getbatchnotis']);
|
||||
$router->get('senarainotisperingatan',['uses'=>'CallCenterController@senarainotisperingatan']);
|
||||
$router->get('getcawnotis/{notisid}',['uses'=>'CallCenterController@getcawnotis']);
|
||||
$router->get('getcawnotisbycaw',['uses'=>'CallCenterController@getcawnotisbycaw']);
|
||||
$router->get('bycawnotisperingatan/{kodcaw}/{notisid}',['uses'=>'CallCenterController@bycawnotisperingatan']);
|
||||
$router->post('blastwasapbysag',['uses'=>'CallCenterController@blastwasapbysag']);
|
||||
$router->post('/notis/blastwasapbysag',['uses'=>'CallCenterController@blastwasapbysag']);
|
||||
$router->post('kemaskininotisperingatan',['uses'=>'CallCenterController@kemaskininotisperingatan']);
|
||||
$router->get('cariannotiskedua',['uses'=>'CallCenterController@cariannotiskedua']);
|
||||
$router->get('getcawnotiskeduabycaw',['uses'=>'CallCenterController@getcawnotiskeduabycaw']);
|
||||
$router->get('bycawnotisperingatankedua/{kodcaw}/{notisid}',['uses'=>'CallCenterController@bycawnotisperingatankedua']);
|
||||
$router->get('notisperingatankedua/{kodcaw}/{notisid}',['uses'=>'CallCenterController@notisperingatankedua']);
|
||||
$router->get('getfasa',['uses'=>'CallCenterController@getfasa']);
|
||||
$router->get('getdatanotiskedua/{kodcaw}/{notisid}/{fasa}',['uses'=>'CallCenterController@getdatanotiskedua']);
|
||||
$router->post('/notis/blastwasapbysagkedua',['uses'=>'CallCenterController@blastwasapbysagkedua']);
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user