PUT api/Permesso

Request Information

URI Parameters

None.

Body Parameters

DTOPermesso
NameDescriptionTypeAdditional information
IdGruppo

integer

None.

Operazione

PermessiUtente

None.

IsAbilitato

boolean

None.

DataAgg

date

None.

ChiavePermesso

string

None.

NomePermesso

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdGruppo": 1,
  "Operazione": 1,
  "IsAbilitato": true,
  "DataAgg": "2024-05-03T16:58:56.3052839",
  "ChiavePermesso": "sample string 4",
  "NomePermesso": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.