POST api/GruppoUtente
Request Information
URI Parameters
None.
Body Parameters
DTOGruppoUtente| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Descrizione | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Descrizione": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.