Brand POST

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/product-service/brand

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

This message allows you to create a new brand .
Detailed field description:
Field Name Field Description Required Maximum Length
name This is the name of the brand. This must be unique. Yes 120
description The description of the brand. No 65535

Example

Create a new brand

Request URI

/brand/

Request body

{
	"name": "Test-1",
	"description": "Test 1 description"
}

Response

{
	"response": 75
}