Sha256: c8319ed8b9c71972784414432effd3f622a53383ec1cb93de9d2b7b179d30485
Contents?: true
Size: 622 Bytes
Versions: 21
Compression:
Stored size: 622 Bytes
Contents
class CityGrid class API class Accounts class Account < Accounts include CityGrid::API::Mutable include CityGrid::API::Searchable # Adds new customer account to existing user # http://docs.prod.cs/display/citygridv2/Internal+-+Account#Internal-Account-AddNewCustomerAccounttoExistingUser define_action :import_to_cg, :post, "customer/mutate", :auth_token => true, :format => false # http://docs-dev.prod.cs/display/citygridv2/Internal+-+Account+Type define_action :account_type, :get, "get/type", :auth_token => true end end end end
Version data entries
21 entries across 21 versions & 1 rubygems