Sha256: 195bcd704950aef22057721d8d015ae8d92cfcc62c61812e71c70c81d654c09e

Contents?: true

Size: 1.55 KB

Versions: 7

Compression:

Stored size: 1.55 KB

Contents

# WARNING: This code is auto-generated from the BaseCRM API Discovery JSON Schema

module BaseCRM
  class Visit < Model
    # @!attribute [r] created_at
    #   @return [DateTime] Date and time of creation in UTC (ISO8601 format).
    # attr_reader :created_at
    # @!attribute [r] creator_id
    #   @return [Integer] Unique identifier of a user who created a visit.
    # attr_reader :creator_id
    # @!attribute [r] id
    #   @return [Integer] Unique identifier of a visit.
    # attr_reader :id
    # @!attribute [r] outcome_id
    #   @return [Integer] Unique identifier of a visit outcome.
    # attr_reader :outcome_id
    # @!attribute [r] rep_location_verification_status
    #   @return [String] The status of the location verification of the device that created the visit (sales representative).
    # attr_reader :rep_location_verification_status
    # @!attribute [r] resource_address
    #   @return [String] Address of the visit
    # attr_reader :resource_address
    # @!attribute [r] resource_id
    #   @return [Integer] The ID of the resource the visit is attached to. Requires the resource_type query param to be set as well.
    # attr_reader :resource_id
    # @!attribute [r] resource_type
    #   @return [String] The type of the resource the visit is attached to.
    # attr_reader :resource_type
    # @!attribute [r] summary
    #   @return [String] Summary of the visit.
    # attr_reader :summary
    # @!attribute [r] updated_at
    #   @return [DateTime] Date and time of the last update in UTC (ISO8601 format).
    # attr_reader :updated_at

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
basecrm-2.0.0 lib/basecrm/models/visit.rb
basecrm-1.3.10 lib/basecrm/models/visit.rb
basecrm-1.3.9 lib/basecrm/models/visit.rb
basecrm-1.3.8 lib/basecrm/models/visit.rb
basecrm-1.3.7 lib/basecrm/models/visit.rb
basecrm-1.3.6 lib/basecrm/models/visit.rb
basecrm-1.3.5 lib/basecrm/models/visit.rb