Skip to main content

Create or update Contacts

Creates or updates contacts

Request Body required
  • list_items object[] required

    List of entities used for bulk creating, updating contacts

Responses

OK


Schema
  • result object[]

    List of Link id results

  • link_id uuid

    Unique entity set by the server to bind some parameters with each other. By default return null value

  • success boolean

    describes state of operation

  • extended_info string

    Possible values: [created, updated, deleted, entity_not_found]

    Entity state information result

Loading...