POST api/Users

Request Information

URI Parameters

None.

Body Parameters

ReturnObject
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

Message

string

None.

Verb

string

None.

Action

string

None.

Controller

string

None.

HasError

boolean

None.

Data

Object

None.

Result

IdentityResult

None.

RedirectTo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "Message": "sample string 3",
  "Verb": "sample string 4",
  "Action": "sample string 5",
  "Controller": "sample string 6",
  "HasError": true,
  "Data": {},
  "Result": null,
  "RedirectTo": 9
}

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

User
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

SalaoId

globally unique identifier

None.

ClienteId

globally unique identifier

None.

Nome

string

None.

Apelido

string

None.

Indicativo

string

None.

Telemovel

string

None.

Email

string

None.

Nif

string

None.

Password

string

None.

ValidationCode

string

None.

UserName

string

None.

Distrito

string

None.

BirthDate

string

None.

PhoneValidated

boolean

None.

EmailValidated

boolean

None.

RecomendaId

string

None.

FacebookId

string

None.

RegistryFromApp

boolean

None.

NewsletterProfissionalBeleza

boolean

None.

AlreadyConfirmedInL4b

boolean

None.

IsEncrypt

boolean

None.

EncryptVersion

integer

None.

language

string

None.

DataCriacao

date

None.

DataNascimento

date

None.

TelemovelComIndicativo

string

None.

Discount

string

None.

Salao

Salao

None.

UserDevices

Collection of UserDevices

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.