PATCH v3/basket/donations/{donationId}
Update the details of a specific donation in the current basket
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
donationId | string |
Required |
Body Parameters
DonationPatchName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
FundId | string |
None. |
|
RecognitionName | string |
None. |
|
IsAnonymous | boolean |
None. |
|
TributeTypeId | string |
None. |
|
TributeName | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json
Sample:
{ "amount": 1.0, "fundId": "sample string 3", "recognitionName": "sample string 5", "isAnonymous": true, "tributeTypeId": "sample string 8", "tributeName": "sample string 10" }
text/xml
Sample:
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
DonationName | Description | Type | Additional information |
---|---|---|---|
Amount | decimal number |
None. |
|
Fund | Fund |
None. |
|
RecognitionName | string |
None. |
|
IsAnonymous | boolean |
None. |
|
TributeTypeId | string |
None. |
|
TributeName | string |
None. |
|
Id | string |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.