POST api/HBAutoPrice

Request Information

URI Parameters

None.

Body Parameters

LoginProp
NameDescriptionTypeAdditional information
DeviceId

string

None.

UserName

string

None.

Email

string

None.

Password

string

None.

DeviceType

integer

None.

CaptchaKey

string

None.

NotifyId

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1",
  "UserName": "sample string 2",
  "Email": "sample string 3",
  "Password": "sample string 4",
  "DeviceType": 5,
  "CaptchaKey": "sample string 6",
  "NotifyId": "sample string 7",
  "Token": "sample string 8"
}

application/xml, text/xml

Sample:
<LoginProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models">
  <CaptchaKey>sample string 6</CaptchaKey>
  <DeviceId>sample string 1</DeviceId>
  <DeviceType>5</DeviceType>
  <Email>sample string 3</Email>
  <NotifyId>sample string 7</NotifyId>
  <Password>sample string 4</Password>
  <Token>sample string 8</Token>
  <UserName>sample string 2</UserName>
</LoginProp>

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 'LoginProp'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.