LexOffice.create_contact

You're seeing just the function create_contact, go back to LexOffice module for more information.
Link to this function

create_contact(contact, client \\ Connection.new())

View Source

Specs

Create a new contact.

Parameters

  • contact (LexOffice.Model.CreateContact): Contact data
  • connection (LexOffice.Connection): [optional] Connection to server

Returns

  • {:ok, %LexOffice.Model.ContactResponse{}} on success
  • {:error, info} on failure