Skip to main content

Create or update Contacts

Creates or updates contacts

Request Body required
  • list_items object[] required

    Possible values: >= 1, <= 10000

    List of contacts

Responses

OK


Schema
  • result object[]

    List of entity state responses. Used when deleting announcement, creating, updating, deleting contacts.

  • link_id uuid

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

  • success boolean

    Operation result status

  • extended_info string

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

    Entity state information result

Loading...