Product Brands
The ProductBrands resource allows Product Brands to be listed.
The full range of URIs and HTTP Verbs supported are:
Operation |
HTTP Action |
List a page of Product Brands |
GET /ProductBrands |
GET ProductBrands
Available Filters for GET Products
Filter |
Description |
productBrand |
Only returns Product Brands starting with the given string. |
Filters are used by adding the filter and value to the URI:
/ProductBrands?productBrand=ACME
Available Fields for Product Brand
Property |
Type |
Length |
BrandName |
String |
50 |
Guid |
Guid |
|
LastModifiedOn |
Nullable DateTime |
|
Examples for Request GET /ProductBrands
show xml example
<?xml version="1.0"?>
<ProductBrands xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.unleashedsoftware.com/version/1">
<ProductBrand>
<Guid>abee8coa-d1a4-4c95-dcbe-670477afe606</Guid>
<LastModifiedOn>2025-02-18T22:42:37.4565321</LastModifiedOn>
<BrandName>up:p</BrandName>
</ProductBrand>
<ProductBrand>
<Guid>dde9f6dd-ad27-407d-ae56-3999112faded</Guid>
<LastModifiedOn>2025-02-19T00:01:17.6026898</LastModifiedOn>
<BrandName>Horvik's</BrandName>
</ProductBrand>
<ProductBrand>
<Guid>58b83136-b2fa-4917-aa39-c79745f5c01f</Guid>
<LastModifiedOn>2025-02-27T01:36:50.6207607</LastModifiedOn>
<BrandName>Mil Mill</BrandName>
</ProductBrand>
</ProductBrands>
show json example
{
"Items": [
{
"BrandName": "up:p",
"Guid": "abee8coa-d1a4-4c95-dcbe-670477afe606",
"LastModifiedOn": "/Date(1739918557456)/"
},
{
"BrandName": "Horvik's",
"Guid": "dde9f6dd-ad27-407d-ae56-3999112faded",
"LastModifiedOn": "/Date(1739923277602)/"
},
{
"BrandName": "Mil Mill",
"Guid": "58b83136-b2fa-4917-aa39-c79745f5c01f",
"LastModifiedOn": "/Date(1740620210620)/"
},
]
}
Use the API Sandbox to see how the object is rendered in JSON or XML.
Note: An Unleashed account is required before you can use the API Sandbox.
Trial accounts are also allowed to connect to the API.
You can register a new account here: Register.