Method: Bloomerang::Address.create
- Defined in:
- lib/bloomerang/address.rb
.create(body) ⇒ Object
Create an address bloomerang.co/product/integrations-data-management/api/rest-api/#/Addresses/post_address
Params: body see API for fields
47 48 49 |
# File 'lib/bloomerang/address.rb', line 47 def self.create(body) post("address", {}, body) end |