Override deal conflict

Override deal conflict

PUT https://ris.rightsline.com/v4/deal/:id/conflicts/:conflictid

This endpoint allows you to override a conflict for a specific deal by ID.

Path Parameters

NameTypeDescription

id*

number

ID of the deal.

conflictid*

guid

ID of the conflict.

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

Request Body

NameTypeDescription

isBlocker*

boolean

Sets the conflicts as a Blocker (true) or as a Non-Blocker (false).

reasonForChange*

string

A note attached to the blocking status change.

Last updated