POST api/manualesdescarga
Request Information
URI Parameters
None.
Body Parameters
ManualesDescargaRQT| Name | Description | Type | Additional information |
|---|---|---|---|
| CodigoArchivo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodigoArchivo": 1
}
text/xml
Sample:
<ManualesDescargaRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models.Ayuda"> <CodigoArchivo>1</CodigoArchivo> </ManualesDescargaRQT>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ManualesDescargaRPS| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of ManualesDescargaListRPS |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Archivo": "sample string 1"
},
{
"Archivo": "sample string 1"
}
]
}
text/xml
Sample:
<ManualesDescargaRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models.Ayuda">
<Data>
<ManualesDescargaRPS.ManualesDescargaListRPS>
<Archivo>sample string 1</Archivo>
</ManualesDescargaRPS.ManualesDescargaListRPS>
<ManualesDescargaRPS.ManualesDescargaListRPS>
<Archivo>sample string 1</Archivo>
</ManualesDescargaRPS.ManualesDescargaListRPS>
</Data>
</ManualesDescargaRPS>