POST api/descargarArchivo

Request Information

URI Parameters

None.

Body Parameters

DescargarArcRQT
NameDescriptionTypeAdditional information
FilePath

string

None.

FileName

string

None.

DocumentType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FilePath": "sample string 1",
  "FileName": "sample string 2",
  "DocumentType": "sample string 3"
}

text/xml

Sample:
<DescargarArcRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models">
  <DocumentType>sample string 3</DocumentType>
  <FileName>sample string 2</FileName>
  <FilePath>sample string 1</FilePath>
</DescargarArcRQT>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DescargarArcRQT'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.