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
Amit Kr SinghAmit Kr Singh 

how to get third party system data in my salesforce org using Rest api

Hi All,

I want to get data from other application to my salesforce org. In my salesforce org have created one object called "Issuer__c" and there i have created 4 filed as per JSON.
I am having third-party Jason and API also so. please tell me integration process using rest api.

[  
   {  
      "issuername":"abc",
      "issuerBankdirName":"def",
      "processorName":"ghi",
      "subProcessorName":"jkl"
   },
   {  
      "issuername":"amit",
      "issuerBankdirName":"am",
      "processorName":"ba",
      "subProcessorName":"ka"
   },  

 {  
      "issuername":"Roshan",
      "issuerBankdirName":"ban",
      "processorName":"bih",
      "subProcessorName":"pat"
   }
]


Please help me how to integrate the third party system to get data. 
please provide me the code for this.

Thanks,