list_colors


GET /list_colors

To get a list of colors.

/list_colors?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_colors": [
                {
                    "color_code_365": "BLK",
                    "color_name": "BLACK",
                    "color_secondary_code": "",
                    "color_html": "#000000"
                },
                {
                    "color_code_365": "RED",
                    "color_name": "RED",
                    "color_secondary_code": "",
                    "color_html": "#FF0000"
                },
                {
                    "color_code_365": "WHI",
                    "color_name": "WHI",
                    "color_secondary_code": "",
                    "color_html": "#FFFFFF"
                }
            ]
        }