Detalle del cliente

Detalle del cliente

Petición para obtener toda la información de una cliente específico..


Cabeceras
Authorization string
Token de experto (Obligatorio).

Parámetros de consulta (path parameter)
client_id string
client_id del cliente a buscar (Obligatorio).

Respuesta

Object

id number

expert_data object

id number

name string

email string

experts array of numbers

public boolean

status number

platform_data object

nif string

business_name string

email string

phone null

reference null

notes null

province array of numbers

address string

postal_code string

location string

legal_representative_name string

legal_representative_nif string

legal_representation_type string

contacts string

cnaes array of numbers

provinces_to_work array of numbers

applicant_types array of numbers

action_items array of numbers

employees_quantity number

constitution_date string

last_year_billing number

investment_budget number

project_description string

curl
--request GET \
--url 'https://api.fandit.es/api/v2/clients/' \

Respuesta

Haga clic en "Probar" para lanzar una petición y ver su respuesta aquí.