# TalonOne::MultipleCustomerProfileIntegrationRequestItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] **integration_id** | **String** | The custom identifier for this profile, must be unique within the account. To get the `integrationId` of the profile from a `sessionId`, use the [Update customer session](/integration-api/#operation/updateCustomerSessionV2). | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MultipleCustomerProfileIntegrationRequestItem.new(attributes: {"Language":"english","ShippingCountry":"DE"}, integration_id: R195412) ```