GET /brandings
Gets all brandings matching the request criteria. If no criteria given, then all brandings for the current
company are returned.
Roles that can access this endpoint are Not Logged In, Logged In, Everyone, Users, Drivers, Customers, Carriers, Carrier Drivers, Fusion Partners, Freight Matching, Symphony MC, Payment Service.
Parameters
name |
description |
type |
default |
type |
request |
read for query parameters to be used as search criteria; use any combination of fields from the
mobile_branding table
For example,
/brandings/search?profile_name=mc*&last_date_sent=>=t-100 would
find brandings having a name that starts with 'mc' and was submitted to McLeod within the last 100
days. |
context
|
|
HttpServletRequest
|
Result
List
<
RowMobileBranding
>
of type:
application/xml
application/json
a list of RowMobileBranding objects
Try It Out
Request