POST api/v3/token
Request Information
URI Parameters
None.
Body Parameters
CriarTokenTenantInput| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": "41626736-f0bd-4af1-8ead-668687b34a51",
"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>41626736-f0bd-4af1-8ead-668687b34a51</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.