list_customer_categories
GET /list_customer_categories
To get a list of customer categories.
/list_customer_categories?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": "CAT1",
"customer_category_name": "CUSTOMER CATEGORY 1",
"customer_category_secondary_code": "CAT1"
},
{
"customer_category_code_365": "VIP",
"customer_category_name": "GOLD CUSTOMER",
"customer_category_secondary_code": ""
}
]
}