Skip to main content

Create Place

Creates a new Place

Request Body

  • name string required

    Possible values: <= 255 characters

    A name for this Place.

  • description string

    A description of this Place.

  • latitude float required

    This Place's latitude.

  • longitude float required

    This Place's longitude.

  • radius_in_meters integer required

    The radius around this Place's coordinates within which we will consider this Place to have been visited.

Responses

OK

Response Headers


    Schema

    • id integer

      Possible values: >= 1

    • created_at date-time

      The date and time at which this record was created.

    • updated_at date-time

      The date and time at which this record was most recently updated.

    • account_id integer

      Possible values: >= 1

    • name string

      A name for this Place.

    • address string

      This Place's address.

    • address_components object
    • description string

      A description of this Place.

    • place_visits_count integer

      The number of times this Place has been visited.

    • radius_in_meters integer

      The radius around this Place's coordinates within which we consider this Place to have been visited.

    • latitude float

      This Place's latitude.

    • longitude float

      This Place's longitude.

    • is_sample boolean

      Whether this Place is part of Sample Data.

    • location string

      The location of this Place.

    Loading...