GET api/Google/{id}?CustomerCode={CustomerCode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| CustomerCode | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"access_token": "sample string 1",
"token_type": "sample string 2",
"expires_in": "sample string 3",
"refresh_token": "sample string 4"
}
application/xml, text/xml
Sample:
<GoogleController.Token xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SM.CentralService.Controllers.google"> <access_token>sample string 1</access_token> <expires_in>sample string 3</expires_in> <refresh_token>sample string 4</refresh_token> <token_type>sample string 2</token_type> </GoogleController.Token>