Sha256: f0eb445e882c52fa9d28a1fe16cf3bd09d5f3ddb6019effff0d56f3b416c5237
Contents?: true
Size: 878 Bytes
Versions: 6
Compression:
Stored size: 878 Bytes
Contents
# TalonOne::MultipleCustomerProfileIntegrationRequestItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **attributes** | [**Object**](.md) | Arbitrary properties associated with this item. | [optional] **integration_id** | **String** | The identifier of this profile, set by your integration layer. It must be unique within the account. To get the `integrationId` of the profile from a `sessionId`, use the [Update customer session](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2). | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::MultipleCustomerProfileIntegrationRequestItem.new(attributes: {"Language":"english","ShippingCountry":"DE"}, integration_id: R195412) ```
Version data entries
6 entries across 6 versions & 1 rubygems