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
Name | Type | Description |
---|---|---|
id* | number | ID of the deal. |
conflictid* | guid | ID of the conflict. |
Headers
Name | Type | Description |
---|---|---|
x-api-key* | string | Your company's API key. |
Authentication* | string | Authentication token. |
Request Body
Name | Type | Description |
---|---|---|
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