---
title: "Get bulk revenue recognition details"
method: GET
path: "/revrec/bulk/{bulkRevenueRecognitionId}"
tags: ["Revenue Recognition"]
---

# Get bulk revenue recognition details

`GET /revrec/bulk/{bulkRevenueRecognitionId}`

Returns the details of the specified bulk revenue recognition

## Path parameters

- `bulkRevenueRecognitionId` string, required

## Response `200`

successful operation

- BulkRevenueRecognition
  - `entityId` string
  - `name` string
  - `description` string
  - `targetDate` integer
  - `id` string
  - `bulkRevenueRecognitionId` string
  - `status` 'QUEUED' | 'CREATED' | 'PROCESSING' | 'FAILED' | 'COMPLETED'
  - `phase` 'REVENUE_RECOGNITION_NOT_STARTED' | 'NO_ACCOUNTING_PERIODS_FOUND' | 'REVENUE_RECOGNIZING' | 'REVENUE_RECOGNIZED' | 'ACCOUNTING_PERIOD_CLOSING' | 'JOURNAL_ENTRIES_CREATING' | 'JOURNAL_ENTRIES_CREATED' | 'ACCOUNTING_PERIOD_CLOSED'
  - `failureReason` string
  - `createdOn` integer
  - `updatedOn` integer

---

[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)
