# Prepare trades to resend Set previously downloaded trades with within the specified date range as eligible for download. You must then call the Get trades endpoint to download the trades. The attribute on previously downloaded trades is always set to . Endpoint: POST /v2/trades/stp/resend Version: 1.0.1 Security: SSO_TOKEN ## Request fields (application/json): - `startDate` (string, required) Beginning of trades to reset for STP eligibility, inclusive, in the format . Example: "2022-04-21 13:00:00,000 +0000" - `endDate` (string, required) End of trades to reset for STP eligibility, inclusive, in the format . Example: "2022-04-22 13:00:00,000 +0000"