POST api/Stats24Users/register

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FirstName": "sample string 1",
  "LastName": "sample string 2",
  "Email": "sample string 3",
  "Password": "sample string 4",
  "ConfirmPassword": "sample string 5",
  "AccountType": 1,
  "PhoneNo": "sample string 6",
  "OldPassword": "sample string 7",
  "NewPassword": "sample string 8",
  "LeadID": "sample string 9",
  "OppertunityID": "sample string 10"
}

application/xml, text/xml

Sample:
<Stats24User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapiauth.Models">
  <AccountType>1</AccountType>
  <ConfirmPassword>sample string 5</ConfirmPassword>
  <Email>sample string 3</Email>
  <FirstName>sample string 1</FirstName>
  <LastName>sample string 2</LastName>
  <LeadID>sample string 9</LeadID>
  <NewPassword>sample string 8</NewPassword>
  <OldPassword>sample string 7</OldPassword>
  <OppertunityID>sample string 10</OppertunityID>
  <Password>sample string 4</Password>
  <PhoneNo>sample string 6</PhoneNo>
</Stats24User>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.