PUT api/users/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UserModel
NameDescriptionTypeAdditional information
Id

integer

None.

Login

string

None.

Name

string

None.

Role

string

None.

Email

string

None.

StatusCode

integer

None.

Status

boolean

None.

PhoneAreaCode

string

None.

PhoneNumber

string

None.

LocationNote

string

None.

TelephoneExtension

string

None.

Visible

boolean

None.

ReceiveResponseFromScheduleRequest

boolean

None.

ReceiveAppontmentReport

boolean

None.

Description

string

None.

Photo

Collection of byte

None.

AuthorId

integer

None.

Author

string

None.

Created

date

None.

EditorId

integer

None.

Editor

string

None.

Modified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Login": "sample string 2",
  "Name": "sample string 3",
  "Role": "sample string 4",
  "Email": "sample string 5",
  "StatusCode": 6,
  "Status": true,
  "PhoneAreaCode": "sample string 7",
  "PhoneNumber": "sample string 8",
  "LocationNote": "sample string 9",
  "TelephoneExtension": "sample string 10",
  "Visible": true,
  "ReceiveResponseFromScheduleRequest": true,
  "ReceiveAppontmentReport": true,
  "Description": "sample string 11",
  "Photo": "QEA=",
  "AuthorId": 12,
  "Author": "sample string 13",
  "Created": "2026-03-09T17:08:05.2225501-03:00",
  "EditorId": 14,
  "Editor": "sample string 15",
  "Modified": "2026-03-09T17:08:05.2225501-03:00"
}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inpartec.Vale.AgendaDE.Model">
  <Author>sample string 13</Author>
  <AuthorId>12</AuthorId>
  <Created>2026-03-09T17:08:05.2225501-03:00</Created>
  <Editor>sample string 15</Editor>
  <EditorId>14</EditorId>
  <Modified>2026-03-09T17:08:05.2225501-03:00</Modified>
  <Description>sample string 11</Description>
  <Email>sample string 5</Email>
  <Id>1</Id>
  <LocationNote>sample string 9</LocationNote>
  <Login>sample string 2</Login>
  <Name>sample string 3</Name>
  <PhoneAreaCode>sample string 7</PhoneAreaCode>
  <PhoneNumber>sample string 8</PhoneNumber>
  <Photo>QEA=</Photo>
  <ReceiveAppontmentReport>true</ReceiveAppontmentReport>
  <ReceiveResponseFromScheduleRequest>true</ReceiveResponseFromScheduleRequest>
  <Role>sample string 4</Role>
  <Status>true</Status>
  <StatusCode>6</StatusCode>
  <TelephoneExtension>sample string 10</TelephoneExtension>
  <Visible>true</Visible>
</UserModel>

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.