v1

latestOpenAPI 3.0.02026-07-24102143224.1 KB
Performance Obligations

Upsert recognized revenue

post/v3/performance-obligations/{performanceObligationId}/recognized

Path parameters

performanceObligationIdstring required

The ID of the performance obligation

Request body

Example request

{
  "recognizedRevenue": [
    {
      "timeframe": "2024-01",
      "total": 1000
    }
  ]
}