POST api/ESUser?Username={Username}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Username
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "UserTypeId": "sample string 2",
  "UserTypeName": "sample string 3",
  "Username": "sample string 4",
  "Password": "sample string 5",
  "Salt": "sample string 6",
  "LastLogonDT": "sample string 7",
  "CreatedDT": "sample string 8",
  "UpdatedDT": "sample string 9"
}

application/xml, text/xml

Sample:
<ESUserViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <CreatedDT>sample string 8</CreatedDT>
  <LastLogonDT>sample string 7</LastLogonDT>
  <Password>sample string 5</Password>
  <Salt>sample string 6</Salt>
  <UpdatedDT>sample string 9</UpdatedDT>
  <UserId>sample string 1</UserId>
  <UserTypeId>sample string 2</UserTypeId>
  <UserTypeName>sample string 3</UserTypeName>
  <Username>sample string 4</Username>
</ESUserViewModel>