action tradematic_post_cloud_accounts_accountid_orders { label: "Place a new order" description: "Place a new order" provider: tradematic method: POST path: "/cloud/accounts/{accountid}/orders" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }