LocalBrandCreate

⌘K

Creates a new brand, which is used to group locations.

JSON-RPC Method:

local.brand.create
Go to Example Code

Request

brand

object

Represents a create brand object

1{
2  "brand": {
3    "name": "Acme Co"
4  }
5}

Response

brand

object

Represents a brand object

1{
2  "brand": {
3    "id": 4,
4    "name": "Acme Co",
5    "legacy_id": 4312
6  }
7}

Example Code

Quota Usage

Does not require any quota.