Switch contact template

Switches the contact record to a new template

Switch contact template

POST https://ris.rightsline.com/v4/contact/:id/switch-template

This endpoint allows you to change the template of an contact.

Path Parameters

Headers

Request Body

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

Check the new template before switching

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

This endpoint allows you to check what will happen to a record before switching the template.

Path Parameters

Headers

Request Body

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

Last updated