GET api/Account/GetUser

Get one users. Request EMail

Request Information

URI Parameters

None.

Body Parameters

UserBindingModel
NameDescriptionTypeAdditional information
UserId

string

None.

Email

string

None.

strFirstName

string

None.

strName

string

None.

strStreet

string

None.

strZIP

string

None.

strCity

string

None.

strState

string

None.

strCountry

string

None.

strPhone

string

None.

strMobile

string

None.

intRoleID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Email": "sample string 2",
  "strFirstName": "sample string 3",
  "strName": "sample string 4",
  "strStreet": "sample string 5",
  "strZIP": "sample string 6",
  "strCity": "sample string 7",
  "strState": "sample string 8",
  "strCountry": "sample string 9",
  "strPhone": "sample string 10",
  "strMobile": "sample string 11",
  "intRoleID": 12
}

application/xml, text/xml

Sample:
<UserBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS2.WMSWebApi.Models">
  <Email>sample string 2</Email>
  <UserId>sample string 1</UserId>
  <intRoleID>12</intRoleID>
  <strCity>sample string 7</strCity>
  <strCountry>sample string 9</strCountry>
  <strFirstName>sample string 3</strFirstName>
  <strMobile>sample string 11</strMobile>
  <strName>sample string 4</strName>
  <strPhone>sample string 10</strPhone>
  <strState>sample string 8</strState>
  <strStreet>sample string 5</strStreet>
  <strZIP>sample string 6</strZIP>
</UserBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns one user

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.