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": "979298bc-3e93-404e-baf7-f93591324856",
"StartDate": "2026-05-15T13:26:45.8950437+01:00",
"EndDate": "2026-05-15T13:26:45.8950437+01:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "06cc0c62-a0b2-46f1-8002-6b1289ab298d",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
}
]
},
{
"ContactGuid": "06cc0c62-a0b2-46f1-8002-6b1289ab298d",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
}
]
},
{
"ContactGuid": "06cc0c62-a0b2-46f1-8002-6b1289ab298d",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-05-15T13:26:45.9105835+01:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |