Skip to main content

BulkPreviewRequest

Request body for POST /api/v1/geofences/preview (D-19: items field replaces rows).

items object[]required
  • Array [
  • addressAddress (string)required

    Possible values: non-empty and <= 500 characters

    name object
    anyOf
    string

    Possible values: <= 255 characters

    buffer_meters object
    anyOf
    integer

    Possible values: >= 1 and <= 10000

    tags object
    anyOf
  • Array [
  • string
  • ]
  • ]
  • BulkPreviewRequest
    {
    "items": [
    {
    "address": "string",
    "name": "string",
    "buffer_meters": 0,
    "tags": [
    "string"
    ]
    }
    ]
    }