Accept quote
POST/v1/quotes/:batch_id/quote/:quote_id/accept
Accept an individual rate quote, within a batch. All other rate quotes will automatically be rejected.
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.