PUT api/Utente
Request Information
URI Parameters
None.
Body Parameters
DTOUtenteName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Username | string |
None. |
|
Password | string |
None. |
|
IdGruppo | integer |
None. |
|
DataAgg | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Username": "sample string 2", "Password": "sample string 3", "IdGruppo": 4, "DataAgg": "2025-05-13T18:15:24.1817371" }
application/xml, text/xml
Sample:
<DTOUtente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO"> <DataAgg>2025-05-13T18:15:24.1817371+02:00</DataAgg> <Id>1</Id> <IdGruppo>4</IdGruppo> <Password>sample string 3</Password> <Username>sample string 2</Username> </DTOUtente>
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.