POST api/v3/token
Request Information
URI Parameters
None.
Body Parameters
CriarTokenTenantInputName | Description | Type | Additional information |
---|---|---|---|
TenantId | globally unique identifier |
None. |
|
UserName | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TenantId": "48f2c530-42df-466b-85d7-e1ecbcecc45a", "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>48f2c530-42df-466b-85d7-e1ecbcecc45a</TenantId> <UserName>sample string 2</UserName> </CriarTokenTenantInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.