Update a Recurring Gift

PUT {{baseUrl}}/api/RecurringGift/:recurringGiftId

Similar to other update methods in the API, excluding a property will remove it's value from the object. If you're only updating a single property, the entire model is still required.

Request Body

{"startDate"=>"<dateTime>", "frequency"=>"Weekly|Bimonthly|Monthly|Quarterly|Semiannually|Annually|Biennially", "amount"=>"<double>", "nextExpectedPaymentDate"=>"<dateTime>", "anticipatedEndDate"=>"<dateTime>", "thankYouDate"=>"<dateTime>", "segmentId"=>"<integer>", "automatedPayments"=>"<boolean>", "trackPayments"=>"<boolean>", "isPrivate"=>"<boolean>", "designations"=>[{"projectId"=>"<integer>", "amountDesignated"=>"<double>"}, {"projectId"=>"<integer>", "amountDesignated"=>"<double>"}], "customFields"=>[{"name"=>"<string>", "value"=>"<string>", "displayName"=>"<string>"}, {"name"=>"<string>", "value"=>"<string>", "displayName"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;transactionSource&quot;:&quot;\u003cstring\u003e&quot;,&quot;transactionId&quot;:&quot;\u003cstring\u003e&quot;,&quot;contactId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;startDate&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;amount&quot;:&quot;\u003cdouble\u003e&quot;,&quot;frequency&quot;:&quot;\u003cstring\u003e&quot;,&quot;anticipatedEndDate&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;cancelDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedDateTimeUtc&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedByUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;segmentId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;segment&quot;:&quot;\u003cstring\u003e&quot;,&quot;segmentUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;automatedPayments&quot;:&quot;\u003cboolean\u003e&quot;,&quot;trackPayments&quot;:&quot;\u003cboolean\u003e&quot;,&quot;isPrivate&quot;:&quot;\u003cboolean\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;nextExpectedPaymentDate&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;designations&quot;:[{&quot;projectId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;project&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;amountDesignated&quot;:&quot;\u003cdouble\u003e&quot;,&quot;projectCode&quot;:&quot;\u003cstring\u003e&quot;},{&quot;projectId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;project&quot;:&quot;\u003cstring\u003e&quot;,&quot;projectUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;amountDesignated&quot;:&quot;\u003cdouble\u003e&quot;,&quot;projectCode&quot;:&quot;\u003cstring\u003e&quot;}],&quot;customFields&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;}]}