GET puntuaciones/getListaPuntuacionesVendedor?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PuntuacionesVendedorLista| Name | Description | Type | Additional information |
|---|---|---|---|
| Lista | Collection of SP_LIST_PUNTUACIONESVENDEDOR_Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Lista": [
{
"$id": "2",
"PuntuacionID": 1,
"VendedorID": 1,
"Puntuacion": 1,
"Comentario": "sample string 2",
"UsuarioIDComento": 1,
"FechaPuntuacion": "2025-12-11T17:35:25.4827623-08:00",
"UsuarioComento": "sample string 3"
},
{
"$ref": "2"
}
]
}
text/html
Sample:
{
"$id": "1",
"Lista": [
{
"$id": "2",
"PuntuacionID": 1,
"VendedorID": 1,
"Puntuacion": 1,
"Comentario": "sample string 2",
"UsuarioIDComento": 1,
"FechaPuntuacion": "2025-12-11T17:35:25.4827623-08:00",
"UsuarioComento": "sample string 3"
},
{
"$ref": "2"
}
]
}