POST api/Users/FastUserInitializeImport

Request Information

URI Parameters

None.

Body Parameters

FastUserData
NameDescriptionTypeAdditional information
FCompanyCode

string

None.

CompanyCode

string

None.

Email

string

None.

Nome

string

None.

Cognome

string

None.

GroupName

string

None.

BranchCode

string

None.

IsFercam

boolean

None.

BranchId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FCompanyCode": "sample string 1",
  "CompanyCode": "sample string 2",
  "Email": "sample string 3",
  "Nome": "sample string 4",
  "Cognome": "sample string 5",
  "GroupName": "sample string 6",
  "BranchCode": "sample string 7",
  "IsFercam": true,
  "BranchId": 1
}

text/html

Sample:
{"FCompanyCode":"sample string 1","CompanyCode":"sample string 2","Email":"sample string 3","Nome":"sample string 4","Cognome":"sample string 5","GroupName":"sample string 6","BranchCode":"sample string 7","IsFercam":true,"BranchId":1}

application/xml, text/xml

Sample:
<FastUserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UsersManagementApi.Models">
  <BranchCode>sample string 7</BranchCode>
  <BranchId>1</BranchId>
  <Cognome>sample string 5</Cognome>
  <CompanyCode>sample string 2</CompanyCode>
  <Email>sample string 3</Email>
  <FCompanyCode>sample string 1</FCompanyCode>
  <GroupName>sample string 6</GroupName>
  <IsFercam>true</IsFercam>
  <Nome>sample string 4</Nome>
</FastUserData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.