> For the complete documentation index, see [llms.txt](https://apis.rightrev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-more-actions/manual-release-defer/perform-manual-release-defer.md).

# Perform Manual Release/Defer

## Manual Events

> This API is used to manually RELEASE or DEFER revenue on transaction lines.<br>

```json
{"openapi":"3.1.0","info":{"title":"RightRev API(s)","version":"1.0.0"},"servers":[{"description":"RightRev APP Server","url":"https://{realm}.{env}.rightrev.cloud/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}},{"description":"RightRev Auth Server","url":"https://authn.{env}.rightrev.cloud/auth/realms/{realm}/protocol/openid-connect/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}}],"security":[],"paths":{"/apis/manualevents/v1/manualevents":{"post":{"description":"This API is used to manually RELEASE or DEFER revenue on transaction lines.\n","responses":{"200":{"description":"Release/Defer Revenue","content":{"application/json":{"schema":{"type":"object","properties":{"file_id":{"type":"string","description":"A system generated alpha-numeric number."}},"required":["file_id"]}}}}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"RC-2":{"type":"array","items":{"type":"object","properties":{"event_name":{"type":"string","description":"The name of Manual Event and method used. For e.g. - MANUAL_EVENTS_AMOUNT/PERCENTAGE "},"action_for":{"type":"string","description":"This field describes action of release or defer for Revenue"},"action":{"type":"string","description":"Action of **defer** or **release**"},"amount":{"type":"string","description":"If user release/defer using amount then specify the amount. For e.g. $100"},"order_financial_ids":{"type":"array","items":{"type":"string"},"description":"This is the unique identifier for order transaction lines."},"start_date":{"type":"string","description":"The revenue start date from which user want to start release/defer revenue."},"end_date":{"type":"string","description":"The revenue end date on which user want to end release/defer revenue."},"gl_account":{"type":"string","description":"General Ledger Account Codes"},"user_comments":{"type":"string","description":"Any comments user want at the time of performing this action."},"percentage":{"type":"string","description":"If user release/defer using percentage then specify the percentage. For e.g. 15%"},"remaining_balance":{"type":"boolean","description":"If user release/defer remaining balance of revenue then select this method."}},"required":["action","action_for","amount","end_date","event_name","gl_account","order_financial_ids","start_date","user_comments"]},"description":" Revenue Contract ID on which this manual release/defer action is performed "}},"required":["Revenue contract ID"]}}},"required":true},"tags":["Manual Events"],"summary":"Manual Events","operationId":"manual_events_apis_manualevents_v1_manualevents_post"}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.rightrev.com/rightrev-rest-api/revenue-desk-360/revenue-contract-more-actions/manual-release-defer/perform-manual-release-defer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
