POST api/registrazione/cellulare/checkotp

Request Information

URI Parameters

None.

Body Parameters

Preregistrazione
NameDescriptionTypeAdditional information
id

integer

None.

email

string

None.

cellulare

string

None.

address

string

None.

otpCellulare

string

None.

idUtente

integer

None.

otpEmail

string

None.

confermaEmail

boolean

None.

confermaCellulare

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "email": "sample string 2",
  "cellulare": "sample string 3",
  "address": "sample string 4",
  "otpCellulare": "sample string 5",
  "idUtente": 1,
  "otpEmail": "sample string 6",
  "confermaEmail": true,
  "confermaCellulare": true
}

application/xml, text/xml

Sample:
<Preregistrazione xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Blockchain.BL">
  <address>sample string 4</address>
  <cellulare>sample string 3</cellulare>
  <confermaCellulare>true</confermaCellulare>
  <confermaEmail>true</confermaEmail>
  <email>sample string 2</email>
  <id>1</id>
  <idUtente>1</idUtente>
  <otpCellulare>sample string 5</otpCellulare>
  <otpEmail>sample string 6</otpEmail>
</Preregistrazione>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.