Skip to content

SyncPersonsRequest

Type: object

Properties

Property Type Required Description Constraints
priority string No Priority of the request. enum: normal, high; default: normal
partitionName string No Name of person partition. default: Default
dedupeFields model: DedupeFields No
persons array Yes List of attribute name-value pairs for the person.

Generated example

{
  "priority": "normal",
  "partitionName": "Default",
  "dedupeFields": {
    "field1": "email",
    "field2": "firstName"
  },
  "persons": [
    {
      "email": "brooklyn.parker@karnv.com",
      "firstName": "Brooklyn",
      "lastName": "Parker",
      "company": "Karnv"
    }
  ]
}

Referenced models

Source

Generated from swagger-data-ingestion.json.