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
salesforce sfdxsalesforce sfdx 

Hi how to create a api and share to third party clients form salesforce

Hi Team,
Object:Account
CustomFields in account:Birthdate , SerialNo(unique one).
UseCase:
I have a requirement to Create and share a api from Salesforce to the client that,
When the user enters the accountname, birthdate and serialNo, if the data is there then we need to send  response that "Record Found" else  "Record not found in response".
Any links or documents to go through it.
        As iam new to Integration, can any one plase help me out for this requirement.

Thanks
Sfdx 
 
Santosh Reddy MaddhuriSantosh Reddy Maddhuri

Hi Salesforce sfdx,

 

Use this documentation to get some insight into rest resoures 

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_rest_code_sample_basic.htm.

 

Mark it as best answer if you find it useful and other can benefit from it.