Retrieve statement dates based on the given program GUID and range.
Request body containing program GUID and range
Returns the statement dates
Bad request
Unauthorized
Server Error
{- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "range": 1,
- "limit": 1,
- "start_index": 0
}
{- "count": 0,
- "start_index": 0,
- "end_index": 0,
- "has_more": true,
- "data": [
- {
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "statement_cycle_start_date": "2019-08-24T14:15:22Z",
- "statement_cycle_end_date": "2019-08-24T14:15:22Z",
- "statement_frequency": "string"
}
], - "check_statuses": [
- "string"
]
}