Open API

GET api/category/getallbrands

To Get the All Brands Details call this api
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken

Request Information
[
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "CreatedDate": "2024-04-25T19:07:54.8877252+00:00",
    "ModifiedDate": "2024-04-25T19:07:54.8877252+00:00"
  },
  {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "CreatedDate": "2024-04-25T19:07:54.8877252+00:00",
    "ModifiedDate": "2024-04-25T19:07:54.8877252+00:00"
  }
]