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": "4a48e5c8-431b-4889-91d7-0bd81fdde77d",
"StartDate": "2026-06-29T19:45:42.9349152+01:00",
"EndDate": "2026-06-29T19:45:42.9349152+01:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "7d499fde-c55c-45f8-812c-cd64797f6734",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
}
]
},
{
"ContactGuid": "7d499fde-c55c-45f8-812c-cd64797f6734",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
}
]
},
{
"ContactGuid": "7d499fde-c55c-45f8-812c-cd64797f6734",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-06-29T19:45:42.9349152+01:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |