GET api/ArchivosPedimento?pedimento={pedimento}&rfc={rfc}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pedimento | string |
Required |
|
rfc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ArchivoAnexoName | Description | Type | Additional 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>