Replace Saved Order

PUT

Replace Saved Order

Replace an existing saved order for an account. The existing saved order will be replaced by the new order. Click here for to see our Place Order Samples Guide.

Resource URL

https://api.tdameritrade.com/v1 /accounts/{accountId}/savedorders/{savedOrderId}

Header Parameters

Name Values Description
Authorization

Supply an access token to make an authenticated request. The format is Bearer <access token>.

Body Parameters

Name Values Description
body
(required)

Try it out !!

The updated SavedOrder Object.

accountId Account Number. true

savedOrderId Saved Order Number. true

HTTP Basic

OAuth 2.0

API Key

RESET

Make a request and see the response.

Make a request and see the response.

Make a request and see the response.

Resource Summary

Security

Content Type

application/json

Category

Saved Orders

Response Summary

Resource Error Codes

HTTP Code

Description

400

An error message indicating the validation problem with the request.

401

An error message indicating the caller must pass a valid AuthToken in the HTTP authorization request header.

500

An error message indicating there was an unexpected server error.

403

An error message indicating the caller is forbidden from accessing this page.

404

An error message if the order was not found.

Working...