---
title: "Create a revenue recognition event"
method: POST
path: "/revrec/events"
tags: ["Revenue Recognition"]
---

# Create a revenue recognition event

`POST /revrec/events`

Creates a revenue recognition event, only if it is different from the previous event for same subscription and charge.

## Request body

- RecognitionEventCompletion
  - `tenantId` string
  - `entityId` string
  - `subscriptionId` string
  - `chargeId` string
  - `aliasId` string
  - `accountingPeriodId` string
  - `unitOfCompletion` number, required
  - `status` 'ACCEPTED' | 'PROCESSED'
  - `arrivedOn` integer
  - `createdOn` integer
  - `updatedOn` integer
  - `deleted` boolean

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
