Contactos
Crear un contacto
Endpoint que permite crear un contacto en la aplicación
post/contacts
Request body
Example request
{
"summary": "Creación de contactos para versiones genéricas",
"value": {
"name": "Acrecer",
"identification": "963.654.988",
"email": "prueba2@alegra.com",
"phonePrimary": "111 11 11",
"phoneSecondary": "",
"fax": "",
"mobile": "(333) 555-55-55",
"type": [
"client"
],
"address": {
"address": "Avenida Madison",
"city": "New York, USA"
},
"seller": "52",
"term": "2",
"priceList": "1",
"creditLimit": 0,
"internalContacts": [
{
"id": "1",
"name": "Lina",
"lastName": "Montoya",
"email": "prueba4@alegra.com",
"phone": "123 45 67 ext 25",
"mobile": "(333) 333 33 33",
"sendNotifications": "no"
}
]
}
}Response
Se crea el contacto exitosamente
Changes
No recorded changes to this endpoint across all 1 revision of this API.