function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ciprian Stoica 12Ciprian Stoica 12 

Matching accounts with custom object records

my use case is as follows: 

We want Gold Silver and Bronze accounts.
For each of them, I have a certain record in a custom object named "Loan Product" each with certain characteristics.
My need is to batch modify the records so that all accounts in that category are linked.

How can I match the different account type with the specific custom product type?
I will also need to access them through the API as in GET "loadproduct" for "account X" as in how you get field values from related objects.
For this, I will create a web service class after I get them matched somehow.

Any advices, please?
MagulanDuraipandianMagulanDuraipandian
Check whether this is useful.

http://www.infallibletechie.com/2017/08/simple-inbound-rest-api-using-apex-in.html