Registration
object
Properties
Key | Type | Description |
---|---|---|
country_code | string | County Code (Upper Case) e.g US. 2 alpha-character ISO 3166 |
date | string | The date the Org was registered |
number | string | The official registration number issued by the Company Registrar |
state_code | string | State Abbreviation Code (Upper Case) e.g AL for Alabama. 2 alpha-character |
address | Address |
Example
{ "date": "1928-09-20", "country_code": "GB", "number": "00233462", "address": { "domain": "pmyn68c5.a.uk.to.co", "line1": "171 Victoria Street", "line2": "London", "zip": "SW1E 5NN", "country_code": "GB" } }