Skip to content

Create On Hold Orders

Request

Creates new on hold orders. To create on hold order, id or id's of the existing Orders must be provided

Security
api-key
Bodyapplication/jsonrequired

List of order id's that need to be placed on hold

Array of strings
POST
/public-api/1.0/electricity/on-hold-orders
curl -i -X POST \
  https://acc-trading.etpa.nl/public-api/1.0/electricity/on-hold-orders \
  -H 'Content-Type: application/json' \
  -H 'api_key: YOUR_API_KEY_HERE' \
  -d '[
    "string"
  ]'

Responses

OK

Bodyapplication/json
Array of strings
Response
[ "string" ]