POST api/GruppoCategoria

Request Information

URI Parameters

None.

Body Parameters

DTOGruppoCategoria
NameDescriptionTypeAdditional information
Id

Campo DB: [ID]. Chiave primaria della tabella

integer

None.

Descrizione

Campo DB: [Descrizione]. Descrizione del gruppo di categoria

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Descrizione": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.