Designation Details Input

Input representation of the designations that are associated with the request.

JSON example

1{
2  "designations": {
3    "id": "0gd0030f0303xx4",
4    "amount": 150.25,
5    "percent": 10
6  }
7}

Properties

Name Type Description Required or Optional Available Version
amount Double Transaction amount that's allocated to the designation, which is for gifts only. Optional 60.0
id String ID of the gift designation. This ID can also be passed as an externalID. Optional 60.0
percent Double Percentage of the transaction or commitment amount that's allocated to the designation. Optional 60.0

Example externalID format:

1{
2  "externalId": {
3    "fieldName": "<EXTERNAL_ID_FIELD_NAME>",
4    "fieldValue": "<EXTERNAL_ID_FIELD_VALUE>"
5  }
6}