# POST /vendor-addresses.json **POST /vendor-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 - **name** (string | null) Name - **state** (string | null) State - **vendorId** (integer(int32)) Vendor - **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 - **id** (integer(int32)) Id - **name** (string | null) Name - **state** (string | null) State - **updatedAt** (string(date-time)) Updated at - **vendorId** (integer(int32)) Vendor - **zip** (string | null) Zip [Powered by Bump.sh](https://bump.sh)