Find all external course payments for the supplied location and the supplied date range
| From Body | Type | Description |
|---|---|---|
| EndDate | DateTime | The end date of the time period to search for. |
| LocationGuid | Guid | The location guid to search for. |
| StartDate | DateTime | The start date of the time period to search for. |
{
"LocationGuid": "12f9f9e1-7a52-4a30-822a-68eca91c897b",
"StartDate": "2025-12-04T19:49:01.8888998+00:00",
"EndDate": "2025-12-04T19:49:01.8888998+00:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "391da3ee-19e0-43ff-b1ce-08ce5548abd7",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
}
]
},
{
"ContactGuid": "391da3ee-19e0-43ff-b1ce-08ce5548abd7",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
}
]
},
{
"ContactGuid": "391da3ee-19e0-43ff-b1ce-08ce5548abd7",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-04T19:49:01.8888998+00:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |