GET api/Vendedores

Recupera todos los Vendedores

Información de la Petición

Información del recurso

Descripción

Collection of View_Vendedores
NombreDescripciónTipoInformación adicional
Codigo

Entero

Nombre

String

Longitud: entre 0 y 50

Direccion

String

Longitud: entre 0 y 50

Poblacion

String

Longitud: entre 0 y 50

Provincia

String

Longitud: entre 0 y 50

CPostal

String

Longitud: entre 0 y 5

Telefono

String

Longitud: entre 0 y 15

Movil

String

Longitud: entre 0 y 15

NIF

String

Longitud: entre 0 y 12

Empresa

String

Longitud: entre 0 y 50

Correo

String

Contacto

String

Longitud: entre 0 y 50

DireccionContacto

String

Longitud: entre 0 y 50

Parent

Entero

ContratoWeb

Entero

Formatos de respuesta

Ejemplo:
[
  {
    "codigo": 1,
    "nombre": "sample string 2",
    "direccion": "sample string 3",
    "poblacion": "sample string 4",
    "provincia": "sample string 5",
    "cPostal": "sample string 6",
    "telefono": "sample string 7",
    "movil": "sample string 8",
    "nif": "sample string 9",
    "empresa": "sample string 10",
    "correo": "sample string 11",
    "contacto": "sample string 12",
    "direccionContacto": "sample string 13",
    "parent": 1,
    "contratoWeb": 1
  },
  {
    "codigo": 1,
    "nombre": "sample string 2",
    "direccion": "sample string 3",
    "poblacion": "sample string 4",
    "provincia": "sample string 5",
    "cPostal": "sample string 6",
    "telefono": "sample string 7",
    "movil": "sample string 8",
    "nif": "sample string 9",
    "empresa": "sample string 10",
    "correo": "sample string 11",
    "contacto": "sample string 12",
    "direccionContacto": "sample string 13",
    "parent": 1,
    "contratoWeb": 1
  }
]