OANDA · Example Payload

Setorderclientextensions

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Setorderclientextensions is an example object payload from OANDA, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathparametersresponses

Example Payload

setOrderClientExtensions.json Raw ↑
{
  "operationId": "setOrderClientExtensions",
  "summary": "Set Order Extensions",
  "method": "PUT",
  "path": "/accounts/{accountID}/orders/{orderSpecifier}/clientExtensions",
  "parameters": {},
  "responses": {
    "200": {
      "description": "The Order's Client Extensions were successfully modified",
      "schema_ref": ""
    },
    "400": {
      "description": "The Order Client Extensions specification was invalid",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "404": {
      "description": "The Account or Order specified does not exist.",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    }
  }
}