POST api/Member/CreateWidget

Request Information

URI Parameters

None.

Body Parameters

MemberEntity
NameDescriptionTypeAdditional information
UserId

integer

None.

OrgId

integer

None.

EmailAddress

string

None.

Password

string

None.

CountryCode

string

None.

CountryName

string

None.

StateCode

string

None.

StateName

string

None.

UserGuid

globally unique identifier

None.

FirstName

string

None.

LastName

string

None.

Address1

string

None.

Address2

string

None.

CountryId

integer

None.

City

string

None.

ZipCode

string

None.

PhoneNumber

string

None.

Dob

string

None.

EthnicityId

integer

None.

Gender

string

None.

StateId

integer

None.

CreatedBy

string

None.

UpdatedBy

string

None.

IsFraud

boolean

None.

UserInvitationGuid

globally unique identifier

None.

RefferId

integer

None.

FbPreference

integer

None.

RelevantId

string

None.

RelevantScore

integer

None.

RelevantProfileScore

integer

None.

VerityId

string

None.

VerityScore

integer

None.

FpfScore

string

None.

GeoCorrelationFlag

integer

None.

SubId3

string

None.

Rid

integer

None.

ExtId

string

None.

Count

integer

None.

SpCount

integer

None.

ChallengeId

string

None.

VerityQstCount

integer

None.

GeoIp2Content

string

None.

ExtMemberId

string

None.

DomainUrl

string

None.

SubId2

string

None.

IpAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "OrgId": 2,
  "EmailAddress": "sample string 3",
  "Password": "sample string 4",
  "CountryCode": "sample string 5",
  "CountryName": "sample string 6",
  "StateCode": "sample string 7",
  "StateName": "sample string 8",
  "UserGuid": "14a7424c-3fdf-41a5-a669-c19dd3423d6f",
  "FirstName": "sample string 10",
  "LastName": "sample string 11",
  "Address1": "sample string 12",
  "Address2": "sample string 13",
  "CountryId": 14,
  "City": "sample string 15",
  "ZipCode": "sample string 16",
  "PhoneNumber": "sample string 17",
  "Dob": "sample string 18",
  "EthnicityId": 19,
  "Gender": "sample string 20",
  "StateId": 21,
  "CreatedBy": "sample string 22",
  "UpdatedBy": "sample string 23",
  "IsFraud": true,
  "UserInvitationGuid": "77936b45-00a7-4802-9cab-e6014e3c80e5",
  "RefferId": 26,
  "FbPreference": 27,
  "RelevantId": "sample string 28",
  "RelevantScore": 29,
  "RelevantProfileScore": 30,
  "VerityId": "sample string 31",
  "VerityScore": 32,
  "FpfScore": "sample string 33",
  "GeoCorrelationFlag": 34,
  "SubId3": "sample string 35",
  "Rid": 36,
  "ExtId": "sample string 37",
  "Count": 38,
  "SpCount": 39,
  "ChallengeId": "sample string 40",
  "VerityQstCount": 41,
  "GeoIp2Content": "sample string 42",
  "ExtMemberId": "sample string 43",
  "DomainUrl": "sample string 44",
  "SubId2": "sample string 45",
  "IpAddress": "sample string 46"
}

application/xml, text/xml

Sample:
<MemberEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrecisionSample.Services.Components.Entites">
  <Address1>sample string 12</Address1>
  <Address2>sample string 13</Address2>
  <ChallengeId>sample string 40</ChallengeId>
  <City>sample string 15</City>
  <Count>38</Count>
  <CountryCode>sample string 5</CountryCode>
  <CountryId>14</CountryId>
  <CountryName>sample string 6</CountryName>
  <CreatedBy>sample string 22</CreatedBy>
  <Dob>sample string 18</Dob>
  <DomainUrl>sample string 44</DomainUrl>
  <EmailAddress>sample string 3</EmailAddress>
  <EthnicityId>19</EthnicityId>
  <ExtId>sample string 37</ExtId>
  <ExtMemberId>sample string 43</ExtMemberId>
  <FbPreference>27</FbPreference>
  <FirstName>sample string 10</FirstName>
  <FpfScore>sample string 33</FpfScore>
  <Gender>sample string 20</Gender>
  <GeoCorrelationFlag>34</GeoCorrelationFlag>
  <GeoIp2Content>sample string 42</GeoIp2Content>
  <IpAddress>sample string 46</IpAddress>
  <IsFraud>true</IsFraud>
  <LastName>sample string 11</LastName>
  <OrgId>2</OrgId>
  <Password>sample string 4</Password>
  <PhoneNumber>sample string 17</PhoneNumber>
  <RefferId>26</RefferId>
  <RelevantId>sample string 28</RelevantId>
  <RelevantProfileScore>30</RelevantProfileScore>
  <RelevantScore>29</RelevantScore>
  <Rid>36</Rid>
  <SpCount>39</SpCount>
  <StateCode>sample string 7</StateCode>
  <StateId>21</StateId>
  <StateName>sample string 8</StateName>
  <SubId2>sample string 45</SubId2>
  <SubId3>sample string 35</SubId3>
  <UpdatedBy>sample string 23</UpdatedBy>
  <UserGuid>14a7424c-3fdf-41a5-a669-c19dd3423d6f</UserGuid>
  <UserId>1</UserId>
  <UserInvitationGuid>77936b45-00a7-4802-9cab-e6014e3c80e5</UserInvitationGuid>
  <VerityId>sample string 31</VerityId>
  <VerityQstCount>41</VerityQstCount>
  <VerityScore>32</VerityScore>
  <ZipCode>sample string 16</ZipCode>
</MemberEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MemberEntity'.

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.