POST User/SaveAndpostnewUsers

Request Information

URI Parameters

None.

Body Parameters

RegisterNew
NameDescriptionTypeAdditional information
email

string

None.

newpassword

string

None.

FirstName

string

None.

Lastname

string

None.

Type

string

None.

isactive

string

None.

isadmin

string

None.

Mode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "newpassword": "sample string 2",
  "FirstName": "sample string 3",
  "Lastname": "sample string 4",
  "Type": "sample string 5",
  "isactive": "sample string 6",
  "isadmin": "sample string 7",
  "Mode": "sample string 8"
}

application/xml, text/xml

Sample:
<RegisterNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAAMS.Models">
  <FirstName>sample string 3</FirstName>
  <Lastname>sample string 4</Lastname>
  <Mode>sample string 8</Mode>
  <Type>sample string 5</Type>
  <email>sample string 1</email>
  <isactive>sample string 6</isactive>
  <isadmin>sample string 7</isadmin>
  <newpassword>sample string 2</newpassword>
</RegisterNew>

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 'RegisterNew'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.