Accept quote (v2)
POST/v2/quotes/:batch_id/quote/:quote_id/accept
Accept an individual rate quote, within a batch. All other rate quotes will automatically be rejected.
v2 Changes: This endpoint returns an enhanced Trade object with improved date semantics:
submitted_datetime: When the trade was submitted (replaces v1trade_date)trade_date: The actual trade execution datevalue_date: The settlement date for the trade
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Quote successfully accepted.
Authentication token is required for this action that was not provided, expired or invalid.
Not authorized for the requested action.
The requested endpoint or entity does not exist.
Action could not be completed because of conflict.
Internal server error.