POST Place Order
POST https://api.liquidcharts.com/dxsca-web/accounts/{account code}/orders// Request
Single Order Request or Order Group Request
Authorization header should be included in case of basic authentication// Path Parameters
accountCode - unique code assigned to an account (URL-encoded, https://en.wikipedia.org/wiki/Percent-encoding). See account code// Errors
Common errors
API is not permitted for the user or account with the given id doesn't exist or account with the given id is not accessible for the user
Status code: 404 Not Found
Error code: 2
Description: Entity not found at server
Order request or order group is not well-formed or is semantically incorrect (e.g. limit order doesn't have price or order group includes both OCO and Contingent fields)
Status code: 400 Bad Request
Error code: 33
Description: Incorrect request (<details about an error>)
Order didn't pass pre-issue checks
Status code: 409 Conflict
Error code: <various>
Description: <various>
Order with such a client order id already exists in the system
Status code: 409 Conflict
Error code: 100
Description: Order with this id already exists (<client order id>)
Client order id is invalid (see client ids)
Status code: 400 Bad Request
Error code: 101
Description: Client-originated identifier is not validLast updated