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-08T23:43:40.8266846",
  "ChiavePermesso": "sample string 4",
  "NomePermesso": "sample string 5"
}

application/xml, text/xml

Sample:
<DTOPermesso xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <ChiavePermesso>sample string 4</ChiavePermesso>
  <DataAgg>2024-05-08T23:43:40.8266846+02:00</DataAgg>
  <IdGruppo>1</IdGruppo>
  <IsAbilitato>true</IsAbilitato>
  <NomePermesso>sample string 5</NomePermesso>
  <Operazione>kPermAziendaModifica</Operazione>
</DTOPermesso>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.