Write to custom fields

Hi, I'm working with an integration to transform data to write to Raiser's Edge. Is there an endpoint available that would enable us to post values to custom fields?

We came across this in constituent and this in gift, but since neither have constituent ID, they are set up to change the fields themselves - not the values on an individual constituent / gift.

Are there PATCH GIFT and PATCH CONSTITUENT endpoints that support custom fields as part of the response body?

Let me know if you need more info!

Comments

  • I am also having similar issue. Look for updating “lookup_id” field using C# console app. Does somebody have some example to start? 1) How to get “Authorization” and refresh token later. 2) convert dataset to JSON format. 3) Pass to Patch Gift and Patch Constituent. 4) Run the console nightly basis.