POST api/GoogleDriveConfigurador/ActualizarToken
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objentidad | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"idConfiguracionGoogleDriveToken": 1,
"email": "sample string 2",
"accessToken": "sample string 3",
"expiryDate": "2026-07-01T08:55:42.9579625-05:00",
"refreshToken": "sample string 5",
"IsStale": true,
"idEstado": 6,
"esActivo": 7,
"carpetaPadre": "sample string 8",
"idEmpresa": 9
}
application/xml, text/xml
Sample:
<ConfiguracionGoogleDriveToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades"> <accessToken>sample string 3</accessToken> <carpetaPadre>sample string 8</carpetaPadre> <email>sample string 2</email> <esActivo>7</esActivo> <expiryDate>2026-07-01T08:55:42.9579625-05:00</expiryDate> <idConfiguracionGoogleDriveToken>1</idConfiguracionGoogleDriveToken> <idEmpresa>9</idEmpresa> <idEstado>6</idEstado> <refreshToken>sample string 5</refreshToken> </ConfiguracionGoogleDriveToken>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"codigo": 1,
"mensaje": "sample string 2",
"data": "QEBA",
"resultado": true
}
application/xml, text/xml
Sample:
<ResultadoTransaccion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Poco"> <codigo>1</codigo> <data>QEBA</data> <mensaje>sample string 2</mensaje> <resultado>true</resultado> </ResultadoTransaccion>