...
TYPE |
---|
...
Introduction
The Address is the Client’s physical address, and is used on invoices, and displayed on the Client’s page.
Endpoints
Resource | Description |
---|---|
RESOURCE |
...
The following pages are incomplete.
DESCRIPTION | ||
---|---|---|
GET | /addresses | Returns a list of addresses. |
GET | /:object_type/:object_id/addresses | Returns a list of addresses by a given object. |
GET | /addresses/count | Returns the number of addresses found in system. |
GET | /addresses/:id | Returns an address identified with address_id |
PUT | /addresses/:id | Update Updates and return returns an addresses identified by id. |
POST | /addresses | Creates a new address and returns it. |
POST | /:object_type/:object_id/addresses | Creates a new address against a given object and returns it. |