PUT api/User/UpdateAccountRequest

Request Information

URI Parameters

None.

Body Parameters

TempAccountRequestDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CreationDate

date

None.

Label

string

None.

Data

string

None.

Deleted

boolean

None.

AssignedUsername

string

None.

AssignedUsernamePMS

string

None.

GeogAreaCod

string

None.

GeographicArea

GeographicAreaDTO

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Id": 1,
  "CreationDate": "2026-05-31T20:31:52.3817598+02:00",
  "Label": "sample string 3",
  "Data": "sample string 4",
  "Deleted": true,
  "AssignedUsername": "sample string 6",
  "AssignedUsernamePMS": "sample string 7",
  "GeogAreaCod": "sample string 8",
  "GeographicArea": {
    "Code": "sample string 1",
    "Name": "sample string 2",
    "Type": "sample string 3",
    "IstatCod": "sample string 4",
    "IsoCod": "sample string 5",
    "Cap": "sample string 6",
    "Geometry": "sample string 7",
    "InhabitantsNum": 1,
    "AreaSurface": 1,
    "OwnerId": 1,
    "ValidStartDate": "2026-05-31T20:31:52.3817598+02:00",
    "ValidEndDate": "2026-05-31T20:31:52.3817598+02:00",
    "PoliceCod": "sample string 8",
    "IstatMovcCod": "sample string 9",
    "IstatMovcName": "sample string 10",
    "PoliceCountryCode": "sample string 11",
    "GeographicAreaType": {
      "Code": "sample string 1",
      "Name": "sample string 2"
    },
    "Parent": [],
    "Children": []
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.