GET referidos/getListaReferidos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReferidosLista| Name | Description | Type | Additional information |
|---|---|---|---|
| Lista | Collection of SP_LIST_REFERIDOS_Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Lista": [
{
"$id": "2",
"ReferidoID": 1,
"ReferenteID": 1,
"UserID": 1,
"NombreReferente": "sample string 2",
"CodigoReferido": "sample string 3",
"PublicacionID": 1,
"PublicadorID": 1,
"NombrePublicador": "sample string 4",
"ValorPublicacion": 1.1,
"ValorDescuentoAplicadoPublicacion": 1.1,
"PorcentajeDescuentoAplicadoPublicacion": 1.1,
"ValorComisionReferente": 1.1,
"FechaUsoCodigoReferente": "2025-12-11T17:35:30.482798-08:00",
"FechaSolicitudPagoComision": "2025-12-11T17:35:30.482798-08:00",
"Activo": "sample string 5",
"FechaPagoaReferente": "2025-12-11T17:35:30.482798-08:00"
},
{
"$ref": "2"
}
]
}
text/html
Sample:
{
"$id": "1",
"Lista": [
{
"$id": "2",
"ReferidoID": 1,
"ReferenteID": 1,
"UserID": 1,
"NombreReferente": "sample string 2",
"CodigoReferido": "sample string 3",
"PublicacionID": 1,
"PublicadorID": 1,
"NombrePublicador": "sample string 4",
"ValorPublicacion": 1.1,
"ValorDescuentoAplicadoPublicacion": 1.1,
"PorcentajeDescuentoAplicadoPublicacion": 1.1,
"ValorComisionReferente": 1.1,
"FechaUsoCodigoReferente": "2025-12-11T17:35:30.482798-08:00",
"FechaSolicitudPagoComision": "2025-12-11T17:35:30.482798-08:00",
"Activo": "sample string 5",
"FechaPagoaReferente": "2025-12-11T17:35:30.482798-08:00"
},
{
"$ref": "2"
}
]
}