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": "2626d4f6-dcc1-4672-ab30-1c551855a7e4",
"StartDate": "2025-12-19T19:43:49.8250955+00:00",
"EndDate": "2025-12-19T19:43:49.8250955+00:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "15121895-6c59-43a5-b85f-f7e8df99dbda",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
}
]
},
{
"ContactGuid": "15121895-6c59-43a5-b85f-f7e8df99dbda",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
}
]
},
{
"ContactGuid": "15121895-6c59-43a5-b85f-f7e8df99dbda",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2025-12-19T19:43:49.8250955+00:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |