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": "67186524-57f3-4d06-afc7-d5a3019636d3",
"StartDate": "2026-09-16T03:11:05.7117201+01:00",
"EndDate": "2026-09-16T03:11:05.7117201+01:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "7139c346-a78b-4df3-833c-fe98f1830ba4",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
}
]
},
{
"ContactGuid": "7139c346-a78b-4df3-833c-fe98f1830ba4",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
}
]
},
{
"ContactGuid": "7139c346-a78b-4df3-833c-fe98f1830ba4",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-09-16T03:11:05.7117201+01:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |