AmericaSCORESBayArea / salesforce-data-api

This project is based on Mulesoft Dataweave and Salesforce to provide secure, reliable, API access for all the Scores apps and projects. It is hosted on Anypoint and acts as the transactional hub, in concert with the authentication API
3 stars 1 forks source link

Fixes for Waiver (get, post) and new endpoint for WaiverHistory #291

Open AleksandrMolchagin opened 3 weeks ago

AleksandrMolchagin commented 3 weeks ago

Fixes for Waiver (get, post) and new endpoint for WaiverHistory

1) get /waiver by region update


2) post /waiver/{waiverId} - Add Signed_Paper_Form_Received__c


3) New endpoint: get waiverHistory to retrieve Waiver History based on contactId

Example of how to execute: {{base_url}}/waiverHistory?contactId=003UQ00000GXyAfYAL

image