GET api/ArchivosPedimento/{pedimento}/{rfc}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pedimento

string

Required

rfc

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ArchivoAnexo
NameDescriptionTypeAdditional information
Nombre

string

None.

Ruta

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Nombre": "sample string 1",
    "Ruta": "sample string 2"
  },
  {
    "Nombre": "sample string 1",
    "Ruta": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfArchivosPedimentoController.ArchivoAnexo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RITSApis.Controllers">
  <ArchivosPedimentoController.ArchivoAnexo>
    <Nombre>sample string 1</Nombre>
    <Ruta>sample string 2</Ruta>
  </ArchivosPedimentoController.ArchivoAnexo>
  <ArchivosPedimentoController.ArchivoAnexo>
    <Nombre>sample string 1</Nombre>
    <Ruta>sample string 2</Ruta>
  </ArchivosPedimentoController.ArchivoAnexo>
</ArrayOfArchivosPedimentoController.ArchivoAnexo>