POST register/save

Request Information

URI Parameters

None.

Body Parameters

SaveRegister
NameDescriptionTypeAdditional information
FullName

string

Required

String length: inclusive between 0 and 50

EmailId

string

Required

Password

string

Required

Matching regular expression pattern: ^(?=.*[0-9])([a-zA-Z0-9!#$%()*+,-./:;<=>?@[\]^_`{|}~]+){6}$

String length: inclusive between 0 and 15

Company

string

String length: inclusive between 0 and 30

WorkPhone

string

String length: inclusive between 0 and 15

CellPhone

string

String length: inclusive between 0 and 15

UserTitle

string

String length: inclusive between 0 and 25

Linkedin

string

Matching regular expression pattern: (http|https)://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?

String length: inclusive between 0 and 200

CheckTerms

boolean

None.

ErrorMsg

string

None.

EmailNote

string

String length: inclusive between 0 and 250

isTrue

For internal use

boolean

None.

iAgree

boolean

None.

SelectedRole

string

None.

Timezoneid

string

None.

OfferCode

string

String length: inclusive between 0 and 45

PaymentFreq

string

None.

Pricing

decimal number

None.

CommunityID

Need to pass this id, when registering for the specific community

string

None.

ContentID

Need to pass this id, when registering for the specific content (Video, Conference, and Streaming)

string

None.

CommunityList

List of community selected by the end users form the registration list

string

None.

UserField1

First user field value, selected by the end user

string

None.

UserField2

Second user field value, selected by the end user

string

None.

UserField3

Third user field value, selected by the end user

string

None.

UserField4

Fourth user field value, selected by the end user

string

None.

UserField5

Fifth user field value, selected by the end user

string

None.

UserField6

Sixth user field value, selected by the end user

string

None.

UserField7

Seventh user field value, selected by the end user

string

None.

UserField8

Eight user field value, selected by the end user

string

None.

UserField9

Ninth user field value, selected by the end user

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FullName": "sample string 1",
  "EmailId": "sample string 2",
  "Password": "sample string 3",
  "Company": "sample string 4",
  "WorkPhone": "sample string 5",
  "CellPhone": "sample string 6",
  "UserTitle": "sample string 7",
  "Linkedin": "sample string 8",
  "CheckTerms": true,
  "ErrorMsg": "sample string 10",
  "EmailNote": "sample string 11",
  "isTrue": true,
  "iAgree": true,
  "SelectedRole": "sample string 13",
  "Timezoneid": "sample string 14",
  "OfferCode": "sample string 15",
  "PaymentFreq": "sample string 16",
  "Pricing": 17.0,
  "CommunityID": "sample string 18",
  "ContentID": "sample string 19",
  "CommunityList": "sample string 20",
  "UserField1": "sample string 21",
  "UserField2": "sample string 22",
  "UserField3": "sample string 23",
  "UserField4": "sample string 24",
  "UserField5": "sample string 25",
  "UserField6": "sample string 26",
  "UserField7": "sample string 27",
  "UserField8": "sample string 28",
  "UserField9": "sample string 29"
}

application/xml, text/xml

Sample:
<SaveRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.nichevid.com.Models">
  <CellPhone>sample string 6</CellPhone>
  <CheckTerms>true</CheckTerms>
  <CommunityID>sample string 18</CommunityID>
  <CommunityList>sample string 20</CommunityList>
  <Company>sample string 4</Company>
  <ContentID>sample string 19</ContentID>
  <EmailId>sample string 2</EmailId>
  <EmailNote>sample string 11</EmailNote>
  <ErrorMsg>sample string 10</ErrorMsg>
  <FullName>sample string 1</FullName>
  <Linkedin>sample string 8</Linkedin>
  <OfferCode>sample string 15</OfferCode>
  <Password>sample string 3</Password>
  <PaymentFreq>sample string 16</PaymentFreq>
  <Pricing>17</Pricing>
  <SelectedRole>sample string 13</SelectedRole>
  <Timezoneid>sample string 14</Timezoneid>
  <UserField1>sample string 21</UserField1>
  <UserField2>sample string 22</UserField2>
  <UserField3>sample string 23</UserField3>
  <UserField4>sample string 24</UserField4>
  <UserField5>sample string 25</UserField5>
  <UserField6>sample string 26</UserField6>
  <UserField7>sample string 27</UserField7>
  <UserField8>sample string 28</UserField8>
  <UserField9>sample string 29</UserField9>
  <UserTitle>sample string 7</UserTitle>
  <WorkPhone>sample string 5</WorkPhone>
  <iAgree>true</iAgree>
</SaveRegister>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.