GET api/ResguardoFiel/ObtenerResguardosFIEL?idUsuarioExterno={idUsuarioExterno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idUsuarioExterno | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ResguardoFIEL| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUsuarioExterno | globally unique identifier |
None. |
|
| RFC | string |
None. |
|
| IdFIELVault | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdUsuarioExterno": "bd9fe774-ab72-48b5-9dd8-01c42e4cca10",
"RFC": "sample string 2",
"IdFIELVault": "a81ab72e-18b4-443e-80e0-bb6e1dc10f10",
"Id": "61f31208-6c20-4ac1-83df-032e8bca7a1c"
},
{
"IdUsuarioExterno": "bd9fe774-ab72-48b5-9dd8-01c42e4cca10",
"RFC": "sample string 2",
"IdFIELVault": "a81ab72e-18b4-443e-80e0-bb6e1dc10f10",
"Id": "61f31208-6c20-4ac1-83df-032e8bca7a1c"
}
]
application/xml, text/xml
Sample:
<ArrayOfResguardoFIEL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Solicitudes.Dominio.Agregados">
<ResguardoFIEL>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Comun">61f31208-6c20-4ac1-83df-032e8bca7a1c</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>a81ab72e-18b4-443e-80e0-bb6e1dc10f10</IdFIELVault>
<IdUsuarioExterno>bd9fe774-ab72-48b5-9dd8-01c42e4cca10</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
<ResguardoFIEL>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Comun">61f31208-6c20-4ac1-83df-032e8bca7a1c</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>a81ab72e-18b4-443e-80e0-bb6e1dc10f10</IdFIELVault>
<IdUsuarioExterno>bd9fe774-ab72-48b5-9dd8-01c42e4cca10</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
</ArrayOfResguardoFIEL>