POST App/getuser

Request Information

URI Parameters

None.

Body Parameters

UserDetails
NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

UserType

string

None.

FullName

string

None.

VendorID

string

None.

VendorName

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "UserType": "sample string 3",
  "FullName": "sample string 4",
  "VendorID": "sample string 5",
  "VendorName": "sample string 6",
  "IsActive": true
}

application/xml, text/xml

Sample:
<UserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FSLAPI.Models">
  <FullName>sample string 4</FullName>
  <IsActive>true</IsActive>
  <Password>sample string 2</Password>
  <UserName>sample string 1</UserName>
  <UserType>sample string 3</UserType>
  <VendorID>sample string 5</VendorID>
  <VendorName>sample string 6</VendorName>
</UserDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.