Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 780 Bytes

IntegrationRequest.md

File metadata and controls

19 lines (12 loc) · 780 Bytes

TalonOne::IntegrationRequest

Properties

Name Type Description Notes
customer_session NewCustomerSessionV2
response_content Array<String> Extends the response with the chosen data entities. Use this property to get as much data as you need in one Update customer session request instead of sending extra requests to other endpoints. Note: To retrieve loyalty card details, your request must include a loyalty card ID. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::IntegrationRequest.new(customer_session: null,
                                 response_content: [customerSession, customerProfile])