{{baseUrl}}/fields/macrocategorie
POST {{baseUrl}}/fields/macrocategorie
Endpoint that returns the list of commercial macro-categories.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"ID": 11,
"macro_name_IT": "Abiti da sposa e cerimonia",
"macro_name_EN": "Wedding and formal wear"
}
],
"searchRecords": 1,
"totalRecords": 295,
"success": true,
"message": "",
"error": null
} |
ENDPOINTS