Method: Hubspot::Crm::Contacts::BasicApi#create
- Defined in:
- lib/hubspot/codegen/crm/contacts/api/basic_api.rb
#create(simple_public_object_input, opts = {}) ⇒ SimplePublicObject
Create Create a contact with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard contacts is provided.
93 94 95 96 |
# File 'lib/hubspot/codegen/crm/contacts/api/basic_api.rb', line 93 def create(simple_public_object_input, opts = {}) data, _status_code, _headers = create_with_http_info(simple_public_object_input, opts) data end |