POST UserProfileAPI/UpdateUserProfileData

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional information
NtID

string

None.

Password

string

None.

EmployeeName

string

None.

EmployeeID

string

None.

EmployeeEmail

string

None.

EmployeeDepartment

string

None.

EmployeeProgram

string

None.

EmployeeLocationName

string

None.

EmployeeSupervisor

string

None.

Type

string

None.

RoleName

string

None.

IsNtLogin

boolean

None.

XMLData

string

None.

ContactNumber

string

None.

ProfileImage

string

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NtID": "sample string 1",
  "Password": "sample string 2",
  "EmployeeName": "sample string 3",
  "EmployeeID": "sample string 4",
  "EmployeeEmail": "sample string 5",
  "EmployeeDepartment": "sample string 6",
  "EmployeeProgram": "sample string 7",
  "EmployeeLocationName": "sample string 8",
  "EmployeeSupervisor": "sample string 9",
  "Type": "sample string 10",
  "RoleName": "sample string 11",
  "IsNtLogin": true,
  "XMLData": "sample string 13",
  "ContactNumber": "sample string 14",
  "ProfileImage": "sample string 15",
  "UserId": "sample string 16"
}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAAMS.Models">
  <ContactNumber>sample string 14</ContactNumber>
  <EmployeeDepartment>sample string 6</EmployeeDepartment>
  <EmployeeEmail>sample string 5</EmployeeEmail>
  <EmployeeID>sample string 4</EmployeeID>
  <EmployeeLocationName>sample string 8</EmployeeLocationName>
  <EmployeeName>sample string 3</EmployeeName>
  <EmployeeProgram>sample string 7</EmployeeProgram>
  <EmployeeSupervisor>sample string 9</EmployeeSupervisor>
  <IsNtLogin>true</IsNtLogin>
  <NtID>sample string 1</NtID>
  <Password>sample string 2</Password>
  <ProfileImage>sample string 15</ProfileImage>
  <RoleName>sample string 11</RoleName>
  <Type>sample string 10</Type>
  <UserId>sample string 16</UserId>
  <XMLData>sample string 13</XMLData>
</UserModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.