POST api/TalentPortal/CreateAccount

Request Information

URI Parameters

None.

Body Parameters

TalentAccount
NameDescriptionTypeAdditional information
UserId

integer

None.

UserName

string

None.

NewPassword

string

None.

ConfirmNewPassword

string

None.

OTP

string

None.

Email

string

None.

IsTalent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserName": "sample string 2",
  "NewPassword": "sample string 3",
  "ConfirmNewPassword": "sample string 4",
  "OTP": "sample string 5",
  "Email": "sample string 6",
  "IsTalent": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResult
NameDescriptionTypeAdditional information
ContentEncoding

Encoding

None.

ContentType

string

None.

Data

Object

None.

JsonRequestBehavior

JsonRequestBehavior

None.

MaxJsonLength

integer

None.

RecursionLimit

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentEncoding": null,
  "ContentType": "sample string 1",
  "Data": {
    "$id": "2"
  },
  "JsonRequestBehavior": 0,
  "MaxJsonLength": 1,
  "RecursionLimit": 1
}