Versions Compared

Key

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

...

Name
Description
Type
Required
Location
client_idID of the ClientIntegerRequiredURI
email_address_idID of the Client’s Email AddressIntegerRequiredURI

...

Properties

Name
Description
Type
addressThe Email AddressString
idThe unique ID of this Email AddressInteger
labelA label to help identify the Email Address (We suggest something like home or work)String
updated_atThe timestamp of when this Email Address was last updatedDate (ISO_8601)
urlThe unique URL for this Credit CardString

Examples

Paste in Response Code
RequestResponse
GET /v9/clients/1234109402/email_addresses/98765 145997
Code Block
themeConfluence
language
ruby
Paste in Request Code
Code Block
themeConfluence
languageruby
js
{
    "address": "moe@moestavern.com",
    "id": "145997",
    "label": "Work",
    "updated_at": "2014-02-05T16:01:54Z",
    "url": "/clients/109402/email_addresses/145997"
}