POST api/UserTmps

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

UserTmp
NameDescriptionTypeAdditional information
Nome

string

None.

Telemovel

string

None.

Email

string

None.

Nif

string

None.

Password

string

None.

ValidationCode

string

None.

NoMatch

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Nome": "sample string 3",
  "Telemovel": "sample string 4",
  "Email": "sample string 5",
  "Nif": "sample string 6",
  "Password": "sample string 7",
  "ValidationCode": "sample string 8",
  "NoMatch": true
}

text/xml

Sample:
<UserTmp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiApp.Models">
  <DataCriacao>2025-12-10T12:17:18.6456661+00:00</DataCriacao>
  <Email>sample string 5</Email>
  <Nif>sample string 6</Nif>
  <NoMatch>true</NoMatch>
  <Nome>sample string 3</Nome>
  <Password>sample string 7</Password>
  <SalaoId>41f10a85-8896-4757-9ec8-1d7e433b90ea</SalaoId>
  <Telemovel>sample string 4</Telemovel>
  <UserTmpId>ea864e39-ba36-442b-bd6f-ef572672fd67</UserTmpId>
  <ValidationCode>sample string 8</ValidationCode>
</UserTmp>