PUT api/customer/user/me

Request Information

URI Parameters

None.

Body Parameters

UserProfileModel
NameDescriptionTypeAdditional information
Name

string

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "EmailAddress": "sample string 2"
}

application/xml, text/xml

Sample:
<UserProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Saga.Kjorebok.Backend.Models.View">
  <EmailAddress>sample string 2</EmailAddress>
  <Name>sample string 1</Name>
</UserProfileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UserViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

DivisionId

integer

None.

EmailAddress

string

None.

Lang

string

None.

Vehicle

VehicleDbModel

None.

UserRole

string

None.

UserLevel

integer

None.

Division

Division

None.

Plate

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.