Grupos
Cria um grupo
post/api/import/groups
Request body
Example request
{
"name": "et",
"active": true,
"id_externo": "ipsam",
"market_id": 11
}Response
Example response
{
"id": "int",
"name": "string",
"market_id": "int",
"id_externo": "string",
"created_at": "datetime",
"updated_at": "datetime",
"active": "boolean"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.