POST adduser/details

Request Information

URI Parameters

None.

Body Parameters

DaoaddUserData
NameDescriptionTypeAdditional information
firstname

string

None.

lastname

string

None.

email

string

None.

password

string

None.

ftp_id

integer

None.

issuperadmin

integer

None.

isadmin

integer

None.

isnormaluser

integer

None.

isproductionuser

integer

None.

isactive

integer

None.

ftptype

string

None.

ftphost

string

None.

ftpusername

string

None.

ftppassword

string

None.

ftport

string

None.

sharefolder

string

None.

clientuser

integer

None.

userrole

integer

None.

mobile

string

None.

StatusAPIUrl

string

None.

AccessApiKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "firstname": "sample string 1",
  "lastname": "sample string 2",
  "email": "sample string 3",
  "password": "sample string 4",
  "ftp_id": 5,
  "issuperadmin": 6,
  "isadmin": 7,
  "isnormaluser": 8,
  "isproductionuser": 9,
  "isactive": 10,
  "ftptype": "sample string 11",
  "ftphost": "sample string 12",
  "ftpusername": "sample string 13",
  "ftppassword": "sample string 14",
  "ftport": "sample string 15",
  "sharefolder": "sample string 16",
  "clientuser": 17,
  "userrole": 18,
  "mobile": "sample string 19",
  "StatusAPIUrl": "sample string 20",
  "AccessApiKey": "sample string 21"
}

application/xml, text/xml

Sample:
<DaoaddUserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Updated_SpeedBe_Service_WithputStru.All.Dao">
  <AccessApiKey>sample string 21</AccessApiKey>
  <StatusAPIUrl>sample string 20</StatusAPIUrl>
  <clientuser>17</clientuser>
  <email>sample string 3</email>
  <firstname>sample string 1</firstname>
  <ftp_id>5</ftp_id>
  <ftphost>sample string 12</ftphost>
  <ftport>sample string 15</ftport>
  <ftppassword>sample string 14</ftppassword>
  <ftptype>sample string 11</ftptype>
  <ftpusername>sample string 13</ftpusername>
  <isactive>10</isactive>
  <isadmin>7</isadmin>
  <isnormaluser>8</isnormaluser>
  <isproductionuser>9</isproductionuser>
  <issuperadmin>6</issuperadmin>
  <lastname>sample string 2</lastname>
  <mobile>sample string 19</mobile>
  <password>sample string 4</password>
  <sharefolder>sample string 16</sharefolder>
  <userrole>18</userrole>
</DaoaddUserData>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.