POST api/registration/Register

Request Information

URI Parameters

None.

Body Parameters

UserEntity
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Title

string

None.

FullName

string

Required

String length: inclusive between 0 and 250

Mobile

string

Required

String length: inclusive between 0 and 10

EmailId

string

Required

String length: inclusive between 0 and 250

Otp

string

None.

OtpValidTill

date

None.

UserKey

Collection of byte

None.

UserIV

Collection of byte

None.

UserPassword

Collection of byte

None.

IsForgotPassword

boolean

None.

Password

string

None.

SkipOtp

boolean

None.

Status

integer

None.

CreatedOn

date

None.

CreatedBy

string

String length: inclusive between 0 and 256

ModifiedOn

date

None.

ModifiedBy

string

String length: inclusive between 0 and 256

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "ec317d6c-3c1a-4d76-867d-00c7f931c371",
  "Title": "sample string 2",
  "FullName": "sample string 3",
  "Mobile": "sample string 4",
  "EmailId": "sample string 5",
  "Otp": "sample string 6",
  "OtpValidTill": "2024-10-19T22:52:37.198973+05:30",
  "UserKey": "QEA=",
  "UserIV": "QEA=",
  "UserPassword": "QEA=",
  "IsForgotPassword": true,
  "Password": "sample string 9",
  "SkipOtp": true,
  "Status": 11,
  "CreatedOn": "2024-10-19T22:52:37.208954+05:30",
  "CreatedBy": "sample string 12",
  "ModifiedOn": "2024-10-19T22:52:37.208954+05:30",
  "ModifiedBy": "sample string 13",
  "EntityState": 14
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.