For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check contract scope template switch

POST https://ris.rightsline.com/v4/contract-scope/:id/switch-template-check

Preview what will change before committing to a template switch.

Path Parameters

Name

Type

Description

id*

integer

The unique ID of the contract scope.

Headers

Name

Type

Description

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

Response

{
  "relationshipsNotMigrated": { "parties": [], "associations": {} },
  "characteristicsNotMigrated": [],
  "characteristicsRequiredOnNewTemplate": []
}

Last updated

Was this helpful?