Liking cljdoc? Tell your friends :D

hubspot.deal


create!clj

(create! params)
(create! {:keys [properties associations]} opts)

Create a new deal.

Create a new deal.
sourceraw docstring

fetchclj

(fetch id)
(fetch id params)
(fetch id params opts)

Fetch a deal by vid.

Fetch a deal by vid.
sourceraw docstring

fetch-by-contactclj

(fetch-by-contact contact-id)
(fetch-by-contact contact-id opts)

Fetch a deal by its associated contact.

Fetch a deal by its associated contact.
sourceraw docstring

update!clj

(update! id params)
(update! id {:keys [properties associations]} opts)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close