PUT api/Documentos?filename={filename}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filename

string

Required

Body Parameters

Documento
NameDescriptionTypeAdditional information
FIIDDOCUMENTO

integer

None.

FSDOCUMENTO

string

None.

IDBL

integer

None.

NUMEROBL

string

None.

FIIDUSUARIO_MODIFICACION

integer

None.

FIIDTIPOACCION_LIBERACION_REVALIDACION

integer

None.

BLBLOQUEADO

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FIIDDOCUMENTO": 1,
  "FSDOCUMENTO": "sample string 2",
  "IDBL": 3,
  "NUMEROBL": "sample string 4",
  "FIIDUSUARIO_MODIFICACION": 5,
  "FIIDTIPOACCION_LIBERACION_REVALIDACION": 6,
  "BLBLOQUEADO": true
}

application/xml, text/xml

Sample:
<Documento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExtranetWS.Models">
  <BLBLOQUEADO>true</BLBLOQUEADO>
  <FIIDDOCUMENTO>1</FIIDDOCUMENTO>
  <FIIDTIPOACCION_LIBERACION_REVALIDACION>6</FIIDTIPOACCION_LIBERACION_REVALIDACION>
  <FIIDUSUARIO_MODIFICACION>5</FIIDUSUARIO_MODIFICACION>
  <FSDOCUMENTO>sample string 2</FSDOCUMENTO>
  <IDBL>3</IDBL>
  <NUMEROBL>sample string 4</NUMEROBL>
</Documento>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.