POST api/Registration?db={db}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
db

string

Required

Body Parameters

WebRegistration
NameDescriptionTypeAdditional information
Message

string

None.

Response

string

None.

httpContext

HttpContext

None.

UserType

string

None.

UserId

string

None.

FullName

string

None.

MobileNo

string

None.

IECPAN

string

None.

CompanyName

string

None.

Password

string

None.

OldPassword

string

None.

EmailId

string

None.

Capthca

string

None.

sessionId

string

None.

WebRegistrationList

Collection of WebRegistration

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CommonResponse
NameDescriptionTypeAdditional information
Message

string

None.

Response

string

None.

TransactionNo

string

None.

UserType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Response": "sample string 2",
  "TransactionNo": "sample string 3",
  "UserType": "sample string 4"
}

application/xml, text/xml

Sample:
<CommonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIFileAndData.Models">
  <Message>sample string 1</Message>
  <Response>sample string 2</Response>
  <TransactionNo>sample string 3</TransactionNo>
  <UserType>sample string 4</UserType>
</CommonResponse>