Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TYPE

...

Introduction

The Address is the Client’s physical address, and is used on invoices, and displayed on the Client’s page.

Endpoints

GET
ResourceDescription
RESOURCE

...

The following pages are incomplete.

DESCRIPTION
GET/addressesReturns a list of addresses.
GET/:object_type/:object_id/addressesReturns a list of addresses by a given object.
GET/addresses/countReturns the number of addresses found in system.
GET/addresses/:idReturns an address identified with address_id
PUT/addresses/:idUpdate Updates and return returns an addresses identified by id.
POST/addressesCreates a new address and returns it.
POST/:object_type/:object_id/addressesCreates a new address against a given object and returns it.