Methods

  • post - Create a registered email address filing resource
  • get - Get registered email address filing resource
  • put - Replace a registered email address filing resource

Resource

{
    "created_at": "date-time",
    "data": {
        "accept_appropriate_email_address_statement": "boolean",
        "etag": "string",
        "kind": "string",
        "registered_email_address": "string"
    },
    "links": {
        "self": "uri",
        "validation_status": "uri"
    },
    "updated_at": "date-time"
}

Properties

Name Type Description Additional
created_at date-time

The date and time the resource was created

data object
data.accept_appropriate_email_address_statement boolean

True indicates the new email address is an appropriate email address as outlined in section 88A(2) of the Companies Act 2006

data.etag string

The ETag of the resource.

data.kind string

The type of resource.

Possible values are:

  • registered-email-address
data.registered_email_address string

Official registered email address for a company

links object
links.self uri

URL to this resource.

Read only.
links.validation_status uri

The URL of the validation status for the resource.

Optional
updated_at date-time

The date and time the resource was updated

Optional