list_customer_categories_2


GET /list_customer_categories_2

To get a list of customer categories 2.

/list_customer_categories_2?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_customer_categories": [
                {
                    "customer_category_code_365": "CAT2",
                    "customer_category_name": "CUSTOMER CATEGORY 2",
                    "customer_category_secondary_code": "CAT2"
                },
                {
                    "customer_category_code_365": "VIP",
                    "customer_category_name": "GOLD CUSTOMER",
                    "customer_category_secondary_code": ""
                }
            ]
        }