search-icon

The ProductBrands resource allows product brands to be listed and viewed. Here are some examples URIs:


· /ProductBrands - returns product brands;

· /ProductBrands?name=ABC - returns product brands with name starting with ABC;

 

The full range of URIs and HTTP Verbs supported are:

Operation

HTTP Action

List of product brands

GET /ProductBrands


These filters can be used with the GET ProductBrands endpoint:

Filter

Description

name

Only return brands which name starts with the specific name

Filters are used by adding the filter and value to the URI: /ProductBrands?name=ABC

 

Available Fields for Product Brand:

Property

Type

Length

Required

Notes

Id

Guid

 

 

Required for PUT, Ignored for POST operations

Name

String

50

Yes

Brand name

 

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.