Params

Param name
Description
owner_id
Required

The ID for the record that owns this record.

  • Must be an 8-bit integer ID or a 128-bit UUID reference to an object on Trackdrive. Example ID: 289302820, Example UUID: 924c37d5-e70f-42ad-84c2-e85eb0c1bc21

owner_type
Required

The type of record that owns this record.

  • Must be String

owner_relation
Required

The relation.

  • Must be String

open_times
Optional

Define the days and hours that are open. EX:

{:day=>0, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>1, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>2, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>3, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>4, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>5, :time_from=>“00:00”, :time_to=>“23:59”}, {:day=>6, :time_from=>“00:00”, :time_to=>“23:59”}
  • Must be an array of any type

sortable_order
Optional Blank Value Allowed

The order in which records will be sorted. Values are sorted in ascending order; smaller values are listed first.

  • Must be a decimal number.