# Creates An Address For Profile Creates an address for the given profileId. Returns the created address information. Endpoint: POST /compliance/kyc-protect/profiles/{profileId}/details/addresses Version: 1.10.9 Security: bearerToken ## Path parameters: - `profileId` (string, required) id of the profile ## Request fields (application/json): - `type` (string,null, required) The type of the address. Enum: "registered", "trading", "other" - `buildingDetails` (string,null) The building details of the address being created. Must have a maximum length of 250 characters. - `street` (string,null) The street of the address being created. Must have a maximum length of 250 characters. - `city` (string,null) The city of the address being created. Must have a maximum length of 250 characters. - `region` (string,null) The region of the address being created. Must have a maximum length of 250 characters. - `postalCode` (string,null) The postal code of the address being created. Must have a maximum length of 50 characters. - `countryCode` (string,null) Two-letter ISO-3166-2 country code - `description` (string,null, required) The description of the address being created. Must have a maximum length of 250 characters ## Response 201 fields (application/json): - `id` (string) Id of the address - `buildingDetails` (string,null) Building details of the address - `street` (string,null) Street of the address - `city` (string,null) City of the address - `region` (string,null) Region of the address - `postalCode` (string,null) Postalcode of the address - `countryCode` (string,null) Two-letter country code ISO-3166-2 - `type` (string) Type of the address (registered, trading, other) - `description` (string,null) Description of the address - `createdAt` (string) Address created date time - `createdById` (integer) Id of the user who created the Address - `createdBy` (string) Name of the user who created the Address - `modifiedAt` (string,null) Address last updated date time - `modifiedById` (integer,null) Id of the user who last modified the Address - `modifiedBy` (string,null) Name of the user who last modified the Address ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 409 fields (application/json): - `correlationId` (string) The unique identifier. (A UUID specified by RFC4122). - `message` (string) - `details` (string) Provides further information on why the request was rejected