POST api/Registration

Request Information

URI Parameters

None.

Body Parameters

UserDetail
NameDescriptionTypeAdditional information
UserId

integer

None.

Name

string

None.

Mobile

string

None.

MobileToken

string

None.

IsMobileVerified

boolean

None.

Gender

string

None.

Email

string

None.

EmailToken

string

None.

IsEmailVerified

boolean

None.

Password

string

None.

IpAdress

string

None.

ConfirmPassword

string

None.

StepDone

string

None.

encPassword

string

None.

saltKey

string

None.

EventTypeId

string

None.

EventId

string

None.

EventRelationId

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedById

integer

None.

CreatedOn

date

None.

ModifiedById

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Name": "sample string 2",
  "Mobile": "sample string 3",
  "MobileToken": "sample string 4",
  "IsMobileVerified": true,
  "Gender": "sample string 6",
  "Email": "sample string 7",
  "EmailToken": "sample string 8",
  "IsEmailVerified": true,
  "Password": "sample string 10",
  "IpAdress": "sample string 11",
  "ConfirmPassword": "sample string 12",
  "StepDone": "sample string 13",
  "encPassword": "sample string 14",
  "saltKey": "sample string 15",
  "EventTypeId": "sample string 16",
  "EventId": "sample string 17",
  "EventRelationId": 18,
  "IsActive": true,
  "IsDeleted": true,
  "CreatedById": 21,
  "CreatedOn": "2026-02-24T20:31:16.0266907+05:30",
  "ModifiedById": 23,
  "ModifiedOn": "2026-02-24T20:31:16.0266907+05:30"
}

application/xml, text/xml

Sample:
<UserDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity">
  <CreatedById>21</CreatedById>
  <CreatedOn>2026-02-24T20:31:16.0266907+05:30</CreatedOn>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <ModifiedById>23</ModifiedById>
  <ModifiedOn>2026-02-24T20:31:16.0266907+05:30</ModifiedOn>
  <ConfirmPassword>sample string 12</ConfirmPassword>
  <Email>sample string 7</Email>
  <EmailToken>sample string 8</EmailToken>
  <EventId>sample string 17</EventId>
  <EventRelationId>18</EventRelationId>
  <EventTypeId>sample string 16</EventTypeId>
  <Gender>sample string 6</Gender>
  <IpAdress>sample string 11</IpAdress>
  <IsEmailVerified>true</IsEmailVerified>
  <IsMobileVerified>true</IsMobileVerified>
  <Mobile>sample string 3</Mobile>
  <MobileToken>sample string 4</MobileToken>
  <Name>sample string 2</Name>
  <Password>sample string 10</Password>
  <StepDone>sample string 13</StepDone>
  <UserId>1</UserId>
  <encPassword>sample string 14</encPassword>
  <saltKey>sample string 15</saltKey>
</UserDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
UserId

string

None.

Method

string

None.

EventId

string

None.

EventTypeId

string

None.

Message

string

None.

ErrorMessage

string

None.

EventRelationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Method": "sample string 2",
  "EventId": "sample string 3",
  "EventTypeId": "sample string 4",
  "Message": "sample string 5",
  "ErrorMessage": "sample string 6",
  "EventRelationId": 7
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity">
  <ErrorMessage>sample string 6</ErrorMessage>
  <EventId>sample string 3</EventId>
  <EventRelationId>7</EventRelationId>
  <EventTypeId>sample string 4</EventTypeId>
  <Message>sample string 5</Message>
  <Method>sample string 2</Method>
  <UserId>sample string 1</UserId>
</Response>