GoodTagGroup


Grupo de Tags.

Modelo GoodTagGroup

{
    "id": 10,
    "name": "Repuestos",
    "in_order": 65535,
    "created_at": "2019-11-19 14:27:01",
    "updated_at": "2019-12-05 14:47:14"
}

Insertar GoodTagGroup

Store a newly created resource in storage.

Método URI Cabeceras
POST /companies/{companyId}/good-tag-groups Authorization
{
    "name": "required|string|max:64",
    "in_order": "integer|min:0"
}

Listar GoodTagGroup

Display a listing of the resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tag-groups Authorization

Mostrar GoodTagGroup

{info} Soporta: Carga dinámica

Display the specified resource.

Método URI Cabeceras
GET /companies/{companyId}/good-tag-groups/{goodTagGroupId} Authorization

Actualizar GoodTagGroup

Store a newly created resource in storage.

Método URI Cabeceras
PATCH /companies/{companyId}/good-tag-groups/{goodTagGroupId} Authorization
{
    "name": "required|string|max:64",
    "in_order": "integer|min:0"
}

Eliminar GoodTagGroup

Store a newly created resource in storage.

Método URI Cabeceras
DELETE /companies/{companyId}/good-tag-groups/{goodTagGroupId} Authorization

Enlaces de GoodTagGroup