Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 878 Bytes

MultipleCustomerProfileIntegrationRequestItem.md

File metadata and controls

19 lines (12 loc) · 878 Bytes

TalonOne::MultipleCustomerProfileIntegrationRequestItem

Properties

Name Type Description Notes
attributes Object 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.

Code Sample

require 'TalonOne'

instance = TalonOne::MultipleCustomerProfileIntegrationRequestItem.new(attributes: {"Language":"english","ShippingCountry":"DE"},
                                 integration_id: R195412)