This method will auto-generate an ID and create a new donor. If an ID is specified for the donor, an error will be thrown.
The donor that you would like to be saved.
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will look up a donor by the specified ID and return it back.
curl -i -X GET \ 'https://fundraising.api.756794052567.rhythmsoftware.com/donors/:tenantId/:id?fields=string&consistentRead=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will update an existing donor with the specified ID.
The updated donor that will be saved.
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will patch an existing donor with the specified ID, using the HTTP PATCH specification.
The patch directives conforming to RFC 6902.
[- {
- "op": "add",
- "path": "string",
- "value": "string"
}
]
{- "id": "string",
- "type": "contact",
- "organization_id": "string",
- "contact_id": "string",
- "donor_club_id": "string",
- "date_of_last_gift": "string",
- "total_number_of_gifts": 0,
- "total_amount_of_gifts": 0,
- "pledge_balance": 0,
- "amount_of_largest_gift": 0,
- "donor_club_history": [
- {
- "donor_club_id": "string",
- "start_date": "string",
- "end_date": "string"
}
], - "first_name": "string",
- "last_name": "string",
- "name": "string",
- "email_address": "string",
- "city": "string",
- "state": "string",
- "country": "string",
- "job_title": "string",
- "anonymous": true,
- "notes": "string",
- "custom_field_values": [
- {
- "custom_field_id": "string",
- "string_value": "string",
- "numeric_value": 0,
- "boolean_value": true,
- "file_url_value": "string",
- "list_value": [
- "string"
], - "table_value": [
- { }
]
}
], - "sys_deleted_by_id": "string",
- "sys_version": 0,
- "sys_created_at": "2019-08-24T14:15:22Z",
- "sys_last_modified_at": "2019-08-24T14:15:22Z",
- "sys_created_by_id": "string",
- "sys_last_modified_by_id": "string",
- "sys_external_id": "string",
- "sys_locked": true,
- "sys_bulk_load_pk": "string",
- "sys_bulk_load_at": "string",
- "sys_bulk_load_id": "string",
- "sys_bulk_load_record_no": 0,
- "sys_bulk_load_source_file": "string",
- "sys_last_bulk_data_operation_id": "string",
- "sys_last_bulk_data_operation_sys_version": "string",
- "sys_directive": "string",
- "sys_calculated_field_error": "string",
- "sys_snapshot_base_version": 0,
- "sys_has_files_in_s3": true,
- "sys_configuration_snapshot_id": "string",
- "sys_last_security_context": { },
- "sys_calculated_field_errors": [
- {
- "field": "string",
- "error": "string"
}
]
}
This method will delete a donor with the specified ID.
curl -i -X DELETE \ https://fundraising.api.756794052567.rhythmsoftware.com/donors/:tenantId/:id \ -H 'Authorization: YOUR_API_KEY_HERE'
"string"
Searches for donors using predefined parameters
The donor that you would like to be saved.
{- "ids": [
- "string"
], - "first_name": "string",
- "last_name": "string",
- "email_address": "string",
- "nickname": "string",
- "organization_id": [
- "string"
], - "type": "string",
- "contact_id": [
- "string"
], - "job_title": "string",
- "city": "string",
- "state": "string"
}
{- "Items": [
- {
- "id": "string",
- "name": "string",
- "domain_name": "string",
- "city": "string",
- "state": "string",
- "type": "string",
- "organization": "string",
- "contact_id": "string"
}
], - "LastEvaluatedKey": "string"
}
Goes through and recalculates all donor totals and automatic donor club assignments
curl -i -X POST \ https://fundraising.api.756794052567.rhythmsoftware.com/donors/:tenantId/recalculateDonorTotals \ -H 'Authorization: YOUR_API_KEY_HERE'
TAllows you to perform up to 100 parallel patch/delete operations
The batch request
Array of objects |
{- "operations": [
- {
- "operation": "create",
- "id": "string",
- "patch_directives": [
- {
- "op": "add",
- "path": "string",
- "value": "string"
}
], - "object": { }
}
]
}
{- "success_count": 0,
- "error_count": 0,
- "results": [
- {
- "operation": "create",
- "id": "string",
- "outcome": "success",
- "error_message": "string",
- "object": { }
}
]
}