list_brands


GET /list_brands

To get a list of brands.

/list_brands?token=XXXXX

field description
token Credentials provided by Powersoft that allow access to the API

Returns

       {
            "api_response": {
                "response_code": "1",
                "response_msg": "OK",
                "response_id": ""
            },
            "list_brands": [
                {
                    "brand_code_365": "AD",
                    "brand_name": "ADIDAS",
                    "brand_secondary_code": ""
                },
                {
                    "brand_code_365": "GCC",
                    "brand_name": "GUCCI",
                    "brand_secondary_code": ""
                },
                {
                    "brand_code_365": "NIK",
                    "brand_name": "NIKE",
                    "brand_secondary_code": ""
                }
            ]
        }