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": "7784a4ea-d43b-4a68-a11a-a01341fde8a7",
"StartDate": "2026-08-14T11:17:35.5100949+01:00",
"EndDate": "2026-08-14T11:17:35.5100949+01:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "b924da13-f1b4-438e-96d2-83e24dd0c5fd",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
}
]
},
{
"ContactGuid": "b924da13-f1b4-438e-96d2-83e24dd0c5fd",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
}
]
},
{
"ContactGuid": "b924da13-f1b4-438e-96d2-83e24dd0c5fd",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-08-14T11:17:35.5100949+01:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |