POST api/descargarArchivo
Request Information
URI Parameters
None.
Body Parameters
DescargarArcRQT| Name | Description | Type | Additional 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:
    
        
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |