# POST /customer-addresses.json **POST /customer-addresses.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **addressLineOne** (string | null) Address line one - **addressLineTwo** (string | null) Address line two - **city** (string | null) City - **country** (string | null) Country - **customerId** (integer(int32)) Customer - **name** (string | null) Name - **state** (string | null) State - **zip** (string | null) Zip ## Responses ### 200 Successful response #### Body: application/json (object) - **addressLineOne** (string | null) Address line one - **addressLineTwo** (string | null) Address line two - **city** (string | null) City - **country** (string | null) Country - **createdAt** (string(date-time)) Created at - **customerId** (integer(int32)) Customer - **id** (integer(int32)) Id - **name** (string | null) Name - **state** (string | null) State - **updatedAt** (string(date-time)) Updated at - **zip** (string | null) Zip [Powered by Bump.sh](https://bump.sh)