Crear cliente

Crear cliente

Petición crear un nuevo cliente.


Cabeceras
Authorization string
Token de experto (Obligatorio).

Parámetros de consulta (body)
nif string
NIF/CIF del cliente (Obligatorio).
business_name string
Nombre o razón social del cliente.
email string
Correo electrónico del cliente.
phone string
Teléfono del cliente.

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 POST \
--url 'https://api.fandit.es/api/v2/clients/' \

Respuesta

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