Customer Activities
In this part of the exercise, store customer activity information. The customer ID will be read from the customer's account, and relevant activity will be stored in the customer's activity entity. The records will be stored through an API.
For this exercise, valid data must be in the customer's entity.
Follow the steps to
Create an entity to store information related to customer activities and name it “UserName_Acc_Activities”.
Create an API to create and store records in that entity.
View customer activity records created through the API stored in the “UserName_Acc_Activities” entity against a customer ID.
Last updated