Skip to content

SyncCustomObjectsRequest

Type: object

Properties

Property Type Required Description Constraints
priority string No Priority of the request. enum: normal, high; default: normal
dedupeBy string No Attributes to deduplicate on. enum: dedupeFields, marketoGUID; default: dedupeFields
customObjects array Yes List of attribute name-value pairs for the object.

Generated example

{
  "priority": "normal",
  "dedupeBy": "dedupeFields",
  "customObjects": [
    {
      "email": "brooklyn.parker@karnv.com",
      "vin": "20UYA31581L000000",
      "make": "BMW",
      "model": "3-Series 330i",
      "year": 2003
    }
  ]
}

Referenced models

Source

Generated from swagger-data-ingestion.json.