POST api/GoogleDriveConfigurador/ActualizarIdGoogle

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "idAuxVD": "sample string 2",
  "idGoogleDrive": "sample string 3",
  "codigo": 1,
  "tipoDocumento": "sample string 4",
  "esVentaDirecta": true,
  "idEmpresa": 6
}

application/xml, text/xml

Sample:
<ParametroComAdjunto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Servicios.Models">
  <codigo>1</codigo>
  <esVentaDirecta>true</esVentaDirecta>
  <id>sample string 1</id>
  <idAuxVD>sample string 2</idAuxVD>
  <idEmpresa>6</idEmpresa>
  <idGoogleDrive>sample string 3</idGoogleDrive>
  <tipoDocumento>sample string 4</tipoDocumento>
</ParametroComAdjunto>

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>