---
title: "POST /marketDataSubscription/update"
method: POST
path: "/marketDataSubscription/update"
tags: ["Users"]
---

# POST /marketDataSubscription/update

`POST /marketDataSubscription/update`

Updates an existing entity of MarketDataSubscription

## Request body

- MarketDataSubscription
  - `id` integer
  - `userId` integer, required — id of User
  - `timestamp` string, date-time, required
  - `planPrice` number, double, required
  - `cashBalanceLogId` integer — id of CashBalanceLog
  - `accountId` integer — id of Account
  - `marketDataSubscriptionPlanId` integer, required — id of MarketDataSubscriptionPlan
  - `year` integer, required
  - `month` integer, required
  - `renewalAccountId` integer — id of Account

## Response `200`

See definition

- MarketDataSubscription
  - `id` integer
  - `userId` integer, required — id of User
  - `timestamp` string, date-time, required
  - `planPrice` number, double, required
  - `cashBalanceLogId` integer — id of CashBalanceLog
  - `accountId` integer — id of Account
  - `marketDataSubscriptionPlanId` integer, required — id of MarketDataSubscriptionPlan
  - `year` integer, required
  - `month` integer, required
  - `renewalAccountId` integer — id of Account

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
