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": "9823010b-89d7-40e0-aed1-7f95e1fe74cf",
"RFC": "sample string 2",
"IdFIELVault": "11b5da0d-9990-4469-bc3a-f6a769b7bbbc",
"Id": "0b151964-ede9-48b1-b674-0e461e74cc51"
},
{
"IdUsuarioExterno": "9823010b-89d7-40e0-aed1-7f95e1fe74cf",
"RFC": "sample string 2",
"IdFIELVault": "11b5da0d-9990-4469-bc3a-f6a769b7bbbc",
"Id": "0b151964-ede9-48b1-b674-0e461e74cc51"
}
]
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">0b151964-ede9-48b1-b674-0e461e74cc51</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>11b5da0d-9990-4469-bc3a-f6a769b7bbbc</IdFIELVault>
<IdUsuarioExterno>9823010b-89d7-40e0-aed1-7f95e1fe74cf</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
<ResguardoFIEL>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/PwC.PDC.Comun">0b151964-ede9-48b1-b674-0e461e74cc51</_x003C_Id_x003E_k__BackingField>
<IdFIELVault>11b5da0d-9990-4469-bc3a-f6a769b7bbbc</IdFIELVault>
<IdUsuarioExterno>9823010b-89d7-40e0-aed1-7f95e1fe74cf</IdUsuarioExterno>
<RFC>sample string 2</RFC>
</ResguardoFIEL>
</ArrayOfResguardoFIEL>