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": "acc8cc43-2e9b-402b-8c80-285e05a20671",
"RFC": "sample string 2",
"IdFIELVault": "bc5e7acf-7f1d-4079-a3d8-59a99b104cdf",
"Id": "5fd86611-f3b2-4e7c-acb3-2eb2ce43015c"
},
{
"IdUsuarioExterno": "acc8cc43-2e9b-402b-8c80-285e05a20671",
"RFC": "sample string 2",
"IdFIELVault": "bc5e7acf-7f1d-4079-a3d8-59a99b104cdf",
"Id": "5fd86611-f3b2-4e7c-acb3-2eb2ce43015c"
}
]
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">5fd86611-f3b2-4e7c-acb3-2eb2ce43015c</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>bc5e7acf-7f1d-4079-a3d8-59a99b104cdf</IdFIELVault>
<IdUsuarioExterno>acc8cc43-2e9b-402b-8c80-285e05a20671</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
<ResguardoFIEL>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Comun">5fd86611-f3b2-4e7c-acb3-2eb2ce43015c</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>bc5e7acf-7f1d-4079-a3d8-59a99b104cdf</IdFIELVault>
<IdUsuarioExterno>acc8cc43-2e9b-402b-8c80-285e05a20671</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
</ArrayOfResguardoFIEL>