---
title: "Update Conversion Notes"
method: PUT
path: "/networks/reporting/conversions/{conversionId}/notes"
tags: ["Reporting"]
---

# Update Conversion Notes

`PUT /networks/reporting/conversions/{conversionId}/notes`

## Path parameters

- `conversionId` string, required

## Request body

- object
  - `notes` string, required — Free-form notes attached to the conversion. Visible to network users in the Everflow UI and returned on subsequent reads of the conversion record. Pass an empty string to clear existing notes.

## Response `200`

The updated conversion record.

- object — The full conversion record after the update — same shape as the [Get Conversion By ID](/api-reference/get-networksreportingconversionsbyid) response. The `notes` field reflects the value that was just set.
  - `conversion_id` string — Unique conversion identifier.
  - `notes` string — The updated notes value.
  - `conversion_unix_timestamp` integer — Unix timestamp of the conversion (UTC seconds).
  - `status` string — Conversion status (e.g. `approved`, `pending`, `rejected`).
  - `is_event` boolean — Whether this record is a post-conversion event.
  - `payout` number — Partner payout amount.
  - `revenue` number — Revenue amount.
  - `sale_amount` number — Sale amount (if applicable).
  - `transaction_id` string — Associated click transaction ID.
  - `relationship` object — Related objects (offer, advertiser, affiliate, account_manager, campaign, etc.).

---

[API](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.dev/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
