Driver-Individual Migration Script

Overview

The Driver-Individual Migration Scripts is responsible for fetching all existing drivers in the system and subsequently generating creates corresponding individuals in the system.

Build

The data migration has been implemented in Vendor Service with latest stable build -

vendor:develop-fc828adcbe-31

API Spec

Link

MDMS Roleaction Mapping

File Path -

actions-test.json
 {
      "id": 376,
      "name": "Migrate Driver Data to Individual",
      "url": "/vendor/v1/_migrate",
      "displayName": "Migrate Driver Data to Individual",
      "orderNumber": 0,
      "enabled": false,
      "serviceCode": "vendor",
      "code": "null",
      "path": ""
    }

File Path -

roleactions.json
{
      "rolecode": "FSM_ADMIN",
      "actionid": 376,
      "actioncode": "",
      "tenantId": "pg"
    }

Please use FSM_ADMIN credentials for accessing this API.

Last updated

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.