POST sacwebapi/multicalculo/GetAccessToken
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccessTokenName | Description | Type | Additional information |
---|---|---|---|
access_token | string |
None. |
|
expires_in | integer |
None. |
|
token_type | string |
None. |
|
scope | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "access_token": "sample string 1", "expires_in": 2, "token_type": "sample string 3", "scope": "sample string 4" }
application/xml, text/xml
Sample:
<AccessToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SacWebAPI.Models.Integrasac"> <access_token>sample string 1</access_token> <expires_in>2</expires_in> <scope>sample string 4</scope> <token_type>sample string 3</token_type> </AccessToken>