list_customer_company_activities
GET /list_customer_company_activities
To get a list of customer company activities.
/list_customer_company_activities?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_company_activity_code_365": "FOOD",
"customer_company_activity_name": "FOOD INDUSTRY",
"customer_company_activity_secondary_code": ""
},
{
"customer_company_activity_code_365": "FASHION",
"customer_company_activity_name": "FASHION INDUSTRY",
"customer_company_activity_secondary_code": ""
}
]
}