Method: PlentyClient::Account::Address.create
- Defined in:
- lib/plenty_client/account/address.rb
.create(headers = {}) ⇒ Object
17 18 19 |
# File 'lib/plenty_client/account/address.rb', line 17 def create(headers = {}) post(build_endpoint(ACCOUNT_ADDRESS_BASE_PATH), headers) end |