PUT api/Permesso
Request Information
URI Parameters
None.
Body Parameters
DTOPermessoName | Description | Type | Additional 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": "2025-05-14T01:56:58.0928504", "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>2025-05-14T01:56:58.0928504+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.