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": "75a6f56d-390f-491c-a7d4-6b9505aa57ee",
"RFC": "sample string 2",
"IdFIELVault": "33969295-68e8-404a-9830-8334f6aaaf7c",
"Id": "12af3ecf-96dc-461d-bf30-41fc3277b931"
},
{
"IdUsuarioExterno": "75a6f56d-390f-491c-a7d4-6b9505aa57ee",
"RFC": "sample string 2",
"IdFIELVault": "33969295-68e8-404a-9830-8334f6aaaf7c",
"Id": "12af3ecf-96dc-461d-bf30-41fc3277b931"
}
]
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">12af3ecf-96dc-461d-bf30-41fc3277b931</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>33969295-68e8-404a-9830-8334f6aaaf7c</IdFIELVault>
<IdUsuarioExterno>75a6f56d-390f-491c-a7d4-6b9505aa57ee</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
<ResguardoFIEL>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Comun">12af3ecf-96dc-461d-bf30-41fc3277b931</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>33969295-68e8-404a-9830-8334f6aaaf7c</IdFIELVault>
<IdUsuarioExterno>75a6f56d-390f-491c-a7d4-6b9505aa57ee</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
</ArrayOfResguardoFIEL>