POST api/Account/signup/Basicinfo

Request Information

URI Parameters

None.

Body Parameters

Signupbindingmodel
NameDescriptionTypeAdditional information
id

string

Required

code

string

Required

Password

string

Required

Data type: Password

String length: inclusive between 6 and 100

ConfirmPassword

string

Data type: Password

V_USER_NAME

string

None.

V_PRIMARY_SECURITY_QUESTION

string

None.

V_PRIMARY_SECURITY_ANSWER

string

None.

V_SECONDARY_SECURITY_QUESTION

string

None.

V_SECONDARY_SECURITY_ANSWER

string

None.

V_TIME_ZONE

string

None.

V_PROJECT_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "code": "sample string 2",
  "Password": "sample string 3",
  "ConfirmPassword": "sample string 4",
  "V_USER_NAME": "sample string 5",
  "V_PRIMARY_SECURITY_QUESTION": "sample string 6",
  "V_PRIMARY_SECURITY_ANSWER": "sample string 7",
  "V_SECONDARY_SECURITY_QUESTION": "sample string 8",
  "V_SECONDARY_SECURITY_ANSWER": "sample string 9",
  "V_TIME_ZONE": "sample string 10",
  "V_PROJECT_ID": "sample string 11"
}

application/xml, text/xml

Sample:
<Signupbindingmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OauthApi.Models">
  <ConfirmPassword>sample string 4</ConfirmPassword>
  <Password>sample string 3</Password>
  <V_PRIMARY_SECURITY_ANSWER>sample string 7</V_PRIMARY_SECURITY_ANSWER>
  <V_PRIMARY_SECURITY_QUESTION>sample string 6</V_PRIMARY_SECURITY_QUESTION>
  <V_PROJECT_ID>sample string 11</V_PROJECT_ID>
  <V_SECONDARY_SECURITY_ANSWER>sample string 9</V_SECONDARY_SECURITY_ANSWER>
  <V_SECONDARY_SECURITY_QUESTION>sample string 8</V_SECONDARY_SECURITY_QUESTION>
  <V_TIME_ZONE>sample string 10</V_TIME_ZONE>
  <V_USER_NAME>sample string 5</V_USER_NAME>
  <code>sample string 2</code>
  <id>sample string 1</id>
</Signupbindingmodel>

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.