Crear un Cliente
Métodos necesarios para crear un cliente nuevo
POST https://api.asoft.es/api/client
Request Body
Name
Type
Description
name*
String
Nombre del cliente
fiscal_id*
String
DNI / NIF / CIF
phone
Teléfono del cliente
address
String
Dirección
String
Correo electrónico del cliente
{
"client": {
"name": "test",
"email": "",
"phone": "",
"address": "",
"user_id": 1,
"updated_at": "2024-01-03T20:48:11.000000Z",
"created_at": "2024-01-03T20:48:11.000000Z",
"id": 1
},
"success": true
}Última actualización