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": "3fe50173-5874-4269-93e3-857e01a74c87",
"StartDate": "2026-03-19T15:03:12.9336768+00:00",
"EndDate": "2026-03-19T15:03:12.9336768+00:00"
}
ExternalCoursePaymentResponse
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [ExternalCoursePaymentsPerContact] | A collection of course payments per contact. | ||||||||||||||||||||||
|
|||||||||||||||||||||||
{
"CoursePayments": [
{
"ContactGuid": "88b9e8fd-246d-4f92-aa38-72403fd9a9e9",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
}
]
},
{
"ContactGuid": "88b9e8fd-246d-4f92-aa38-72403fd9a9e9",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
}
]
},
{
"ContactGuid": "88b9e8fd-246d-4f92-aa38-72403fd9a9e9",
"CoursePayments": [
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
},
{
"Amount": 1.0,
"DatePaid": "2026-03-19T15:03:12.9336768+00:00"
}
]
}
]
}
| Bundle(s) |
|---|
| Cap2 |