POST api/Account

Request Information

URI Parameters

None.

Body Parameters

UserRequest
NameDescriptionTypeAdditional information
SystemKey

globally unique identifier

None.

UserLogin

string

None.

UserPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemKey": "4efbe982-ac86-48d6-ae0f-4c2c4a03fb18",
  "UserLogin": "sample string 2",
  "UserPassword": "sample string 3"
}

application/xml, text/xml

Sample:
<UserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tsie_security.Models">
  <SystemKey>4efbe982-ac86-48d6-ae0f-4c2c4a03fb18</SystemKey>
  <UserLogin>sample string 2</UserLogin>
  <UserPassword>sample string 3</UserPassword>
</UserRequest>

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.