POST api/v3/token

Request Information

URI Parameters

None.

Body Parameters

CriarTokenTenantInput
NameDescriptionTypeAdditional information
TenantId

globally unique identifier

None.

UserName

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": "d5400c56-3458-46b1-a824-d518bc16090d",
  "UserName": "sample string 2",
  "Password": "sample string 3"
}

application/xml, text/xml

Sample:
<CriarTokenTenantInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Common.Input.v3">
  <Password>sample string 3</Password>
  <TenantId>d5400c56-3458-46b1-a824-d518bc16090d</TenantId>
  <UserName>sample string 2</UserName>
</CriarTokenTenantInput>

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.