POST updateUser
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| Active | boolean |
None. |
|
| string |
None. |
||
| TM | date |
None. |
|
| GUID | string |
None. |
|
| Photo | Collection of byte |
None. |
|
| Photo_2 | Collection of byte |
None. |
|
| Photo_3 | Collection of byte |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"Active": true,
"Email": "sample string 5",
"TM": "2026-09-18T06:19:57.5025303+02:00",
"GUID": "sample string 6",
"Photo": "QEA=",
"Photo_2": "QEA=",
"Photo_3": "QEA=",
"Type": "sample string 7"
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DANZAMIOApi.DAL"> <Active>true</Active> <Email>sample string 5</Email> <GUID>sample string 6</GUID> <Id>1</Id> <Password>sample string 3</Password> <Photo>QEA=</Photo> <Photo_2>QEA=</Photo_2> <Photo_3>QEA=</Photo_3> <TM>2026-09-18T06:19:57.5025303+02:00</TM> <Type>sample string 7</Type> <Username>sample string 2</Username> </User>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.