Customer accounts

In this part of the exercise, store customer information.

Follow the steps to:

  • Create an Entity to store information related to customer accounts “UserName_Acc_customers”.

  • Create an API to create and store records in that entity “UserName_Acc_AddCustomer”.

  • View customer records created through the API stored in the “UserName_Acc_customers” entity.

Last updated