POST api/Signup

Request Information

URI Parameters

None.

Body Parameters

SignUpRequest
NameDescriptionTypeAdditional information
SMBfirstN

string

Required

String length: inclusive between 0 and 30

SMBlastN

string

Required

String length: inclusive between 0 and 30

SMBauthEmail1

string

Required

String length: inclusive between 0 and 30

SMBConfirmauthEmail1

string

Required

SMBauthEmail2

string

Required

String length: inclusive between 0 and 30

SMBauthPW1

string

Required

Data type: Password

String length: inclusive between 6 and 100

SMBConfirmauthPW1

string

Required

Data type: Password

SMBphone

string

Required

Data type: PhoneNumber

Matching regular expression pattern: ^([0-9]{10})$

String length: inclusive between 0 and 15

SMBcompany

string

Required

String length: inclusive between 0 and 50

SMBwebsite

string

String length: inclusive between 0 and 50

SMBbusiness

string

Required

String length: inclusive between 0 and 50

SMBnoCom

integer

Required

Range: inclusive between 0 and 2147483647

SMBnoBrch

integer

Required

Range: inclusive between 0 and 2147483647

SMBnofEmployee

integer

Required

Range: inclusive between 0 and 2147483647

SMBposition

string

String length: inclusive between 0 and 50

SMBdep

string

String length: inclusive between 0 and 50

SMBsoftware

string

Required

String length: inclusive between 0 and 30

SMBbudget

integer

Range: inclusive between 0 and 2147483647

SMBnotes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SMBfirstN": "sample string 1",
  "SMBlastN": "sample string 2",
  "SMBauthEmail1": "sample string 3",
  "SMBConfirmauthEmail1": "sample string 4",
  "SMBauthEmail2": "sample string 5",
  "SMBauthPW1": "sample string 6",
  "SMBConfirmauthPW1": "sample string 7",
  "SMBphone": "sample string 8",
  "SMBcompany": "sample string 9",
  "SMBwebsite": "sample string 10",
  "SMBbusiness": "sample string 11",
  "SMBnoCom": 12,
  "SMBnoBrch": 13,
  "SMBnofEmployee": 14,
  "SMBposition": "sample string 15",
  "SMBdep": "sample string 16",
  "SMBsoftware": "sample string 17",
  "SMBbudget": 18,
  "SMBnotes": "sample string 19"
}

application/xml, text/xml

Sample:
<SignUpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SPRING_WEBAPI.Models">
  <SMBConfirmauthEmail1>sample string 4</SMBConfirmauthEmail1>
  <SMBConfirmauthPW1>sample string 7</SMBConfirmauthPW1>
  <SMBauthEmail1>sample string 3</SMBauthEmail1>
  <SMBauthEmail2>sample string 5</SMBauthEmail2>
  <SMBauthPW1>sample string 6</SMBauthPW1>
  <SMBbudget>18</SMBbudget>
  <SMBbusiness>sample string 11</SMBbusiness>
  <SMBcompany>sample string 9</SMBcompany>
  <SMBdep>sample string 16</SMBdep>
  <SMBfirstN>sample string 1</SMBfirstN>
  <SMBlastN>sample string 2</SMBlastN>
  <SMBnoBrch>13</SMBnoBrch>
  <SMBnoCom>12</SMBnoCom>
  <SMBnofEmployee>14</SMBnofEmployee>
  <SMBnotes>sample string 19</SMBnotes>
  <SMBphone>sample string 8</SMBphone>
  <SMBposition>sample string 15</SMBposition>
  <SMBsoftware>sample string 17</SMBsoftware>
  <SMBwebsite>sample string 10</SMBwebsite>
</SignUpRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.