Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 940 Bytes

IntegrationRequest.md

File metadata and controls

11 lines (8 loc) · 940 Bytes

TalonOne.Model.IntegrationRequest

The body of a V2 integration API request (customer session update). Next to the customer session details, this contains an optional listing of extra properties that should be returned in the response.

Properties

Name Type Description Notes
CustomerSession NewCustomerSessionV2
ResponseContent List<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]

[Back to Model list] [Back to API list] [Back to README]