GET api/DONATION_Notification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DONATION_Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationId | globally unique identifier |
None. |
|
| Donor_ID | integer |
None. |
|
| string |
None. |
||
| TotalAmount | decimal number |
None. |
|
| Transaction_ID | string |
None. |
|
| Ref_Number | string |
None. |
|
| EnteredDate | date |
None. |
|
| Issue_date | date |
None. |
|
| reminder1 | boolean |
None. |
|
| reminder1Date | date |
None. |
|
| reminder2 | boolean |
None. |
|
| reminder2Date | date |
None. |
|
| ContactedDonor | boolean |
None. |
|
| ContactedDonorDate | date |
None. |
|
| CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NotificationId": "e737dfd9-3e68-4534-a152-ea63ac1f5b77",
"Donor_ID": 2,
"email": "sample string 3",
"TotalAmount": 1.0,
"Transaction_ID": "sample string 4",
"Ref_Number": "sample string 5",
"EnteredDate": "2026-06-30T23:16:10.2790771-07:00",
"Issue_date": "2026-06-30T23:16:10.2790771-07:00",
"reminder1": true,
"reminder1Date": "2026-06-30T23:16:10.2790771-07:00",
"reminder2": true,
"reminder2Date": "2026-06-30T23:16:10.2790771-07:00",
"ContactedDonor": true,
"ContactedDonorDate": "2026-06-30T23:16:10.2790771-07:00",
"CreatedDate": "2026-06-30T23:16:10.2790771-07:00"
},
{
"NotificationId": "e737dfd9-3e68-4534-a152-ea63ac1f5b77",
"Donor_ID": 2,
"email": "sample string 3",
"TotalAmount": 1.0,
"Transaction_ID": "sample string 4",
"Ref_Number": "sample string 5",
"EnteredDate": "2026-06-30T23:16:10.2790771-07:00",
"Issue_date": "2026-06-30T23:16:10.2790771-07:00",
"reminder1": true,
"reminder1Date": "2026-06-30T23:16:10.2790771-07:00",
"reminder2": true,
"reminder2Date": "2026-06-30T23:16:10.2790771-07:00",
"ContactedDonor": true,
"ContactedDonorDate": "2026-06-30T23:16:10.2790771-07:00",
"CreatedDate": "2026-06-30T23:16:10.2790771-07:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfDONATION_Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/hhrd_usa_hhrdApi">
<DONATION_Notification>
<ContactedDonor>true</ContactedDonor>
<ContactedDonorDate>2026-06-30T23:16:10.2790771-07:00</ContactedDonorDate>
<CreatedDate>2026-06-30T23:16:10.2790771-07:00</CreatedDate>
<Donor_ID>2</Donor_ID>
<EnteredDate>2026-06-30T23:16:10.2790771-07:00</EnteredDate>
<Issue_date>2026-06-30T23:16:10.2790771-07:00</Issue_date>
<NotificationId>e737dfd9-3e68-4534-a152-ea63ac1f5b77</NotificationId>
<Ref_Number>sample string 5</Ref_Number>
<TotalAmount>1</TotalAmount>
<Transaction_ID>sample string 4</Transaction_ID>
<email>sample string 3</email>
<reminder1>true</reminder1>
<reminder1Date>2026-06-30T23:16:10.2790771-07:00</reminder1Date>
<reminder2>true</reminder2>
<reminder2Date>2026-06-30T23:16:10.2790771-07:00</reminder2Date>
</DONATION_Notification>
<DONATION_Notification>
<ContactedDonor>true</ContactedDonor>
<ContactedDonorDate>2026-06-30T23:16:10.2790771-07:00</ContactedDonorDate>
<CreatedDate>2026-06-30T23:16:10.2790771-07:00</CreatedDate>
<Donor_ID>2</Donor_ID>
<EnteredDate>2026-06-30T23:16:10.2790771-07:00</EnteredDate>
<Issue_date>2026-06-30T23:16:10.2790771-07:00</Issue_date>
<NotificationId>e737dfd9-3e68-4534-a152-ea63ac1f5b77</NotificationId>
<Ref_Number>sample string 5</Ref_Number>
<TotalAmount>1</TotalAmount>
<Transaction_ID>sample string 4</Transaction_ID>
<email>sample string 3</email>
<reminder1>true</reminder1>
<reminder1Date>2026-06-30T23:16:10.2790771-07:00</reminder1Date>
<reminder2>true</reminder2>
<reminder2Date>2026-06-30T23:16:10.2790771-07:00</reminder2Date>
</DONATION_Notification>
</ArrayOfDONATION_Notification>