<?xml version="1.0" encoding="utf-8"?>
<auth-config>
<!--com.nexttrucking.wiztruck.web.rest.AccountResource Start-->
<api-auth value="/api/register/trucker" method="POST">
<authority>ROLE_SUPER_ADMIN222</authority>
<authority>ROLE_ADMIN222</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/register/shipper" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/account/change_password" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/account" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/account/existEmail" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/activate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/authenticate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/account/existLogin" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/v2register/registerAcount" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/register" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/account" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AccountResource End-->
<!--com.nexttrucking.wiztruck.web.rest.AdminNotesResource Start-->
<api-auth value="/api/notes/history" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AdminNotesResource End-->
<!--com.nexttrucking.wiztruck.web.rest.AnnoumcementResource Start-->
<api-auth value="/api/annoumcements/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements/existTitle" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements/pdtDate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AnnoumcementResource End-->
<!--com.nexttrucking.wiztruck.web.rest.AppUpgradeResource Start-->
<api-auth value="/api/appUpgrades/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/appUpgrades" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/appUpgrades/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/appUpgrades" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/appUpgrades" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AppUpgradeResource End-->
<!--com.nexttrucking.wiztruck.web.rest.AuditResource Start-->
<api-auth value="/api/audits/byDates" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/audits/all" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AuditResource End-->
<!--com.nexttrucking.wiztruck.web.rest.AuthorityResource Start-->
<api-auth value="/api/authoritys" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.AuthorityResource End-->
<!--com.nexttrucking.wiztruck.web.rest.BackendSearchResource Start-->
<api-auth value="/api/findreferrals" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findhelpQas" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerExcel/download" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperExcel/download" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderExcel/download" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetExcel/download" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccounts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/getAllQuotationHistory" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findQuotationReports" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findQuotationUsers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findAnnoumcements" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findorders" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/annoumcements" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findinvoices" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findpromotions" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findtruckers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findshippments" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findTenderDrafts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findpayouts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findreferrals/shipper" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findshippers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findreferrals/trucker" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findoffers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.BackendSearchResource End-->
<!--com.nexttrucking.wiztruck.web.rest.CalculateDistanceResource Start-->
<api-auth value="/api/distance/calculation" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.CalculateDistanceResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ChatUserResource Start-->
<api-auth value="/api/chatUsers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findChatUsers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers/blockActivate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers/repairRole" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUsers/updateRole" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/chatUser/IMCSlist" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ChatUserResource End-->
<!--com.nexttrucking.wiztruck.web.rest.DepartmentResource Start-->
<api-auth value="/api/departments/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/departments" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/departments" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/user/departments" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/departments" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.DepartmentResource End-->
<!--com.nexttrucking.wiztruck.web.rest.DictResource Start-->
<api-auth value="/api/dicts/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dicts" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/finddicts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dicts/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dicts" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dicts/all" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dicts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.DictResource End-->
<!--com.nexttrucking.wiztruck.web.rest.DlogResource Start-->
<api-auth value="/api/dlogs/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dlogs" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/finddlogs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dlogs/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dlogs" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/dlogs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.DlogResource End-->
<!--com.nexttrucking.wiztruck.web.rest.DocResource Start-->
<api-auth value="/api/docs/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/finddocs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs/upload" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/docs/download/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.DocResource End-->
<!--com.nexttrucking.wiztruck.web.rest.DriverResource Start-->
<api-auth value="/api/drivers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/drivers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/finddrivers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/drivers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/drivers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/drivers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.DriverResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetAccountResource Start-->
<api-auth value="/api/fleetAccounts/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccounts" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccounts/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccounts" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/allFleetAccounts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccount/existEmail" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetAccounts/viewOnMap/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetAccountResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetBillingResource Start-->
<api-auth value="/api/fleetBillings/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBillings" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBillings/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBillings" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBillings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetBillingResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetBindingResource Start-->
<api-auth value="/api/fleetBindings/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBindings" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBindings/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBindings" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBindings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetBinding/existName" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetBindingResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetDriverResource Start-->
<api-auth value="/api/fleetDrivers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDrivers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDrivers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDrivers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDrivers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDriver/viewOnMap/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/driversNumForFleet" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetDriver/existEmail" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findFleetDriversForRoute" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetDriverResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetJobResource Start-->
<api-auth value="/api/ordertest/breakdown" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetJobResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetOfferResource Start-->
<!--com.nexttrucking.wiztruck.web.rest.FleetOfferResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetTrailerResource Start-->
<api-auth value="/api/fleetTrailers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrailers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrailers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrailers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrailers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findFleetTrailersForRoute" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrailer/existName" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetTrailerResource End-->
<!--com.nexttrucking.wiztruck.web.rest.FleetTruckResource Start-->
<api-auth value="/api/fleetTrucks/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrucks" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrucks/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrucks" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTrucks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTruck/existLicensePlate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/fleetTruck/existName" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findFleetTrucksForRoute" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.FleetTruckResource End-->
<!--com.nexttrucking.wiztruck.web.rest.GcmResource Start-->
<api-auth value="/api/gcm" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/apns" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/browser" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.GcmResource End-->
<!--com.nexttrucking.wiztruck.web.rest.GoogleAPIRest Start-->
<api-auth value="/api/timezone" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.GoogleAPIRest End-->
<!--com.nexttrucking.wiztruck.web.rest.GpsResource Start-->
<api-auth value="/api/gpss/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/gpss" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findgpss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/gpss/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/gpss" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/gpss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/gps/{orderId}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckOrDriver/gps" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.GpsResource End-->
<!--com.nexttrucking.wiztruck.web.rest.HelpQaResource Start-->
<api-auth value="/api/helpQas/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/helpQas" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/helpQas/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/helpQas" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/helpQas" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/helpQas/send" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.HelpQaResource End-->
<!--com.nexttrucking.wiztruck.web.rest.IMResource Start-->
<api-auth value="/api/importIM" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.IMResource End-->
<!--com.nexttrucking.wiztruck.web.rest.InvoiceResource Start-->
<api-auth value="/api/invoices/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoices" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoices/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoices" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoice/batchCollection" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoice/collection" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoices" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/invoices/upgrade" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.InvoiceResource End-->
<!--com.nexttrucking.wiztruck.web.rest.JobCancellactionReasonResource Start-->
<api-auth value="/api/jobCancellactionReasons/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/jobCancellactionReasons" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findjobCancellactionReasons" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/jobCancellactionReasons/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/jobCancellactionReasons" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/jobCancellactionReasons" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.JobCancellactionReasonResource End-->
<!--com.nexttrucking.wiztruck.web.rest.JobResource Start-->
<api-auth value="/api/job" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/copyTenderFileFromShippment" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/truckerBilling" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/convertSupplementFile" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/findshippers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/findoffers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/sysSetting" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/findbindings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/fleetBilling" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/job/findtruckers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.JobResource End-->
<!--com.nexttrucking.wiztruck.web.rest.LoginInfoResource Start-->
<api-auth value="/api/findLoginInfo" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.LoginInfoResource End-->
<!--com.nexttrucking.wiztruck.web.rest.LogShowResource Start-->
<api-auth value="/api/user/logs/update" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.LogShowResource End-->
<!--com.nexttrucking.wiztruck.web.rest.LogsResource Start-->
<api-auth value="/api/logs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/logs" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.LogsResource End-->
<!--com.nexttrucking.wiztruck.web.rest.MailSettingsResource Start-->
<api-auth value="/api/email/settings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.MailSettingsResource End-->
<!--com.nexttrucking.wiztruck.web.rest.MainResource Start-->
<api-auth value="/api/main" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.MainResource End-->
<!--com.nexttrucking.wiztruck.web.rest.MessageSendingResource Start-->
<api-auth value="/api/messageSendings/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/messageSendings" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findsendings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/messageSendings/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/messageSendings" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/messageSendings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.MessageSendingResource End-->
<!--com.nexttrucking.wiztruck.web.rest.MockResource Start-->
<api-auth value="/api/backend/refreshApiAuthority/{login}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/createMockTrucker" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/releaseRelationship" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/bing/locate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/updateTruckerCompanyForCA" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/rebuildRelationship" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/updateTruckerAvatar" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/mocktruckers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/createMockOffer" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/getAllCityInfo" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/addCity" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/initAllCityInfo" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/city" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/fixed/onlinetime" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/findCity" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/city/existCity" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/syncIMStatus" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/repairIMToken" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/imUserInfo" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/clearOrderView" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/addAddressInfo/order" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/addSuperAdminAuth/{login}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/refreshShippmentDataView" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/justBlock" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/justActive" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<api-auth value="/api/backend/findInvalidAvatr" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_BACKEND_ADMIN</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.MockResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OfferResource Start-->
<api-auth value="/api/offers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/offers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/offers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/offers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/offers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OfferResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OnlineStatResource Start-->
<api-auth value="/api/onlineStats/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/onlineStats" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/onlineStats/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/onlineStats" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/onlineStats" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OnlineStatResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OrderCountListResource Start-->
<api-auth value="/api/orderCount/list" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OrderCountListResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OrderFileResource Start-->
<api-auth value="/api/orderFile" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderFile/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderFile" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/lastFile/orderFile" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OrderFileResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OrderRemarkResource Start-->
<api-auth value="/api/orderRemarks/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderRemarks" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findorderRemarks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderRemarks/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderRemarks" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderRemarks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OrderRemarkResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OrderResource Start-->
<api-auth value="/api/orders/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orders" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orders/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orders" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/pushNotification/{orderId}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/cancel" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orders" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/pushJobToFleetDriver" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/originalBol" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/exportRateConfirmaton" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/findshippers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/findbindings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/findtruckers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/paid" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/batchpaid" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/changeStatus" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/reassignTrucker" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/deleteOrder" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/dataClean" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/salesmen" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/bol" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/sharing" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/REPlist" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/reassignShipper" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/reassignDriver" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/order/sendRateEmail" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OrderResource End-->
<!--com.nexttrucking.wiztruck.web.rest.OrderReviewResource Start-->
<api-auth value="/api/orderReviews/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderReviews" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findorderReviews" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderReviews/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderReviews" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/orderReviews" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.OrderReviewResource End-->
<!--com.nexttrucking.wiztruck.web.rest.PayoutResource Start-->
<api-auth value="/api/payouts/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts/upgrade" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payouts/baseChange/convert" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payoutLog/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payout/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/payout" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.PayoutResource End-->
<!--com.nexttrucking.wiztruck.web.rest.PromotionResource Start-->
<api-auth value="/api/promotions/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotions" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotions/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotions" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotions" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.PromotionResource End-->
<!--com.nexttrucking.wiztruck.web.rest.PromotionUseResource Start-->
<api-auth value="/api/promotionUses/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotionUses" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotionUses/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotionUses" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/promotionUses" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.PromotionUseResource End-->
<!--com.nexttrucking.wiztruck.web.rest.PushMessageResource Start-->
<!--com.nexttrucking.wiztruck.web.rest.PushMessageResource End-->
<!--com.nexttrucking.wiztruck.web.rest.PushResource Start-->
<api-auth value="/api/push/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/pushes" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/pushAd" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/push/test" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/push/hbCity" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/push/hbState" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/push/templates" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.PushResource End-->
<!--com.nexttrucking.wiztruck.web.rest.QuotationReportResource Start-->
<api-auth value="/api/quotationReports" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/quotationReports/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/quotationReports" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findQuotationReports/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/exportQuotationReport" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.QuotationReportResource End-->
<!--com.nexttrucking.wiztruck.web.rest.QuotationResource Start-->
<!--com.nexttrucking.wiztruck.web.rest.QuotationResource End-->
<!--com.nexttrucking.wiztruck.web.rest.QuotationUserResource Start-->
<api-auth value="/api/quotationUsers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/quotationUsers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.QuotationUserResource End-->
<!--com.nexttrucking.wiztruck.web.rest.RateViewResource Start-->
<api-auth value="/api/rateview/delete" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/rateview/update" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/rateview/allrate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/rateview/rate" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.RateViewResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ReferralResource Start-->
<api-auth value="/api/referrals/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/referrals" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/referrals/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/referrals" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/referrals" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ReferralResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShipperAddressBookResource Start-->
<api-auth value="/api/shipperAddressBooks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShipperAddressBookResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShipperAddressResource Start-->
<api-auth value="/api/shipperAddresss/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperAddresss" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findshipperAddresss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperAddresss/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperAddresss" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperAddresss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShipperAddressResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShipperBillingHisResource Start-->
<api-auth value="/api/shipperBillingHiss/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillingHiss" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillingHiss/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillingHiss" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillingHiss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShipperBillingHisResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShipperBillingResource Start-->
<api-auth value="/api/shipperBillings/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillings" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findshipperBillings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillings/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillings" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipperBillings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShipperBillingResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShipperResource Start-->
<api-auth value="/api/shippers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippers/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipper/existEmail" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShipperResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ShippmentResource Start-->
<api-auth value="/api/shippments/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippments" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippments/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippments" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shipment/cancel" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/shippments" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ShippmentResource End-->
<!--com.nexttrucking.wiztruck.web.rest.SubscribeResource Start-->
<!--com.nexttrucking.wiztruck.web.rest.SubscribeResource End-->
<!--com.nexttrucking.wiztruck.web.rest.SysSettingsResource Start-->
<api-auth value="/api/sysSettingss/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/sysSettingss" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findsysSettingss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/sysSettingss/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/sysSettingss" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/sysSettingss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.SysSettingsResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TenderDraftResource Start-->
<api-auth value="/api/tenderDrafts/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderDrafts" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderDrafts/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderDrafts" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderDrafts" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/makeCopy" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/convertToLoad" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/convertToDraft" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderDraft/existName" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TenderDraftResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TenderFileResource Start-->
<api-auth value="/api/tenderFile" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderFile/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/tenderFile" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TenderFileResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TransactionLogResource Start-->
<api-auth value="/api/transactionLogs/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/transactionLogs" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findtransactionLogs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/transactionLogs/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/transactionLogs" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/transactionLogs" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TransactionLogResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TruckerBillingHisResource Start-->
<api-auth value="/api/truckerBillingHiss/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillingHiss" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillingHiss/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillingHiss" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillingHiss" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TruckerBillingHisResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TruckerBillingResource Start-->
<api-auth value="/api/truckerBillings/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillings" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findtruckerBillings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillings/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillings" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerBillings" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TruckerBillingResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TruckerInvoiceResource Start-->
<api-auth value="/api/truckerInvoices/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerInvoices" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerInvoices/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerInvoices" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckerInvoices" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TruckerInvoiceResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TruckerResource Start-->
<api-auth value="/api/truckers/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckers" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckers" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckers" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/truckers" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/trucker/existEmail" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/viewOnMapForOneFleet" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/viewOnMapForFleet" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/viewOnMapForTrucker" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/viewOnMapForOneTrucker" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TruckerResource End-->
<!--com.nexttrucking.wiztruck.web.rest.TruckResource Start-->
<api-auth value="/api/trucks/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/trucks" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findtrucks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/trucks/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/trucks" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/trucks" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.TruckResource End-->
<!--com.nexttrucking.wiztruck.web.rest.UpdatePdfResource Start-->
<api-auth value="/api/backend/updatePdf" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.UpdatePdfResource End-->
<!--com.nexttrucking.wiztruck.web.rest.UserResource Start-->
<api-auth value="/api/users/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users/all" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/users/update" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.UserResource End-->
<!--com.nexttrucking.wiztruck.web.rest.UserTokenResource Start-->
<api-auth value="/api/userTokens/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/userTokens" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/userTokens/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/userTokens" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/userTokens" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.UserTokenResource End-->
<!--com.nexttrucking.wiztruck.web.rest.VerificationResource Start-->
<api-auth value="/api/sendVerificationCode/verify" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/sendVerificationCode/send" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.VerificationResource End-->
<!--com.nexttrucking.wiztruck.web.rest.ZipcodeResource Start-->
<api-auth value="/api/zipcodes/{id}" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/zipcodes" method="PUT">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/findzipcodes" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/zipcodes/{id}" method="DELETE">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/zipcodes" method="POST">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<api-auth value="/api/zipcodes" method="GET">
<authority>ROLE_SUPER_ADMIN</authority>
<authority>ROLE_ADMIN</authority>
<authority>ROLE_DATAM</authority>
<authority>ROLE_IM_CS</authority>
<authority>ROLE_FINANCE</authority>
<authority>ROLE_SALES</authority>
</api-auth>
<!--com.nexttrucking.wiztruck.web.rest.ZipcodeResource End-->
</config>