Method: Locations#get_location_template_support_data

Defined in:
lib/user/ecommerce/locations.rb

#get_location_template_support_data(id) ⇒ Object

Get location template support data.

Get support data used in a location template.

Parameters

id

(Integer) – Location template id.

Example

@data = @mints_user.get_location_template_support_data(1)


92
93
94
# File 'lib/user/ecommerce/locations.rb', line 92

def get_location_template_support_data(id)
    return @client.raw("get", "/ecommerce/location-templates/#{id}/support-data")
end