POST Authorization/GetAuthorizeToken

Request Information

URI Parameters

None.

Body Parameters

AccessTokenRequest
NameDescriptionTypeAdditional information
grant_type

string

None.

username

string

None.

password

string

None.

scope

string

None.

Request Formats

application/json, text/json

Sample:
{
  "grant_type": "sample string 1",
  "username": "sample string 2",
  "password": "sample string 3",
  "scope": "sample string 4"
}

application/xml, text/xml

Sample:
<AccessTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDeck.Estimating.Identity.Api.Model">
  <grant_type>sample string 1</grant_type>
  <password>sample string 3</password>
  <scope>sample string 4</scope>
  <username>sample string 2</username>
</AccessTokenRequest>

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.