---
title: "Upsert recognized revenue"
method: POST
path: "/v3/performance-obligations/{performanceObligationId}/recognized"
tags: ["Performance Obligations"]
---

# Upsert recognized revenue

`POST /v3/performance-obligations/{performanceObligationId}/recognized`

## Path parameters

- `performanceObligationId` string, required

## Request body

- UpsertRecognizedRevenueDto
  - `recognizedRevenue` RecognizedRevenueEntryDto[], required — Array of recognized revenue entries
    - `timeframe` string, required — The timeframe for the revenue (YYYY-MM format)
    - `total` number, required — The total revenue amount

## Other responses

- `400` — Bad request body, e.g. invalid timeframe
- `404` — Performance obligation not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
