What does Store ID means while adding Property data item for a prospect using API ?

StoreID is the type of property data item within KYC360 where each item is hard coded as below within the database.

      Text = 1,
      Integer = 2,
      Decimal = 3,
      Date = 4,
      List = 5

You would need to use the values when initiating API calls wherever it is defined in APIX documentation. For example :

Add Onboarding Store : Add Property data item

API endpoint :  /api/v1/client/onboardingstore/add


Update Onboarding Store : Update existing Property data item

API endpoint : /api/v1/client/onboardingstore/update



Delete Onboarding Store : Delete Existing Property data item 

API endpoint : /api/v1/client/onboardingstore/delete