# Create an address **POST /api/v1/account/{account_uuid}/address** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **account_uuid** (string) ### Body: application/json (object) - **name** (string) Name of the address - **address_1** (string) First line of the address - **address_2** (string) Second line of the address - **address_3** (string) Third line of the address - **address_4** (string) Fourth line of the address - **town_city** (string) Town/City - **county** (string) County - **postcode** (string) Postcode - **country** (string) Country - **primary** (boolean) Denotes if primary address. - **moved_in_month** (integer) The month the client moved into this address. - **moved_in_year** (integer) The year the client moved into this address. - **moved_out_month** (integer) The month the client moved out of this address. - **moved_out_year** (integer) The year the client moved out of this address. - **residential_status** (string) The client's residential status when living at the address. - **residential_status_other** (string) The client's residential status if it is not provided in the residential_status options. Must only be provided if residential_status is other. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the address - **address_1** (string) First line of the address - **address_2** (string) Second line of the address - **address_3** (string) Third line of the address - **address_4** (string) Fourth line of the address - **town_city** (string) Town/City - **county** (string) County - **postcode** (string) Postcode - **country** (string) Country - **move_in_date** (string) Address move in date. This field may provide inaccurate data. We recommend using the v2/addresses API which has the moved_in_month and moved_in_year fields instead. - **accounts** (object) Accounts that own this address [Powered by Bump.sh](https://bump.sh)