Handle multiple HTTP Methods in the same Salesforce REST Apex class

576 views Jun 13, 2024

Use * in the urlMapping so that we can make use of different paths to handle multiple HTTP Methods in the same Salesforce REST Apex class. Blog Post: https://www.infallibletechie.com/2024/06/how-to-handle-multiple-http-methods-in-the-same-salesforce-rest-apex-class.html

#Internet Software