This endpoint is responsible for getting collateral registartion details based on collateral Id and application number

------------------------
CFPM End Point Details:
------------------------

GET:
http://ip:port//registration/registration-services/web/v1/registration/latest/{collateralId}?applicationNumber={appNo}



Header:
Content-Type: application/json
userId: OBREMO
appId: DCRGSN
externalSystem: OFLO
branchCode: 000
authToken: token
entityId: DEFAULTENTITY

Response:
{
   "errors":"",
   "data":{
      "links":[
         
      ],
      "recordId":"d73ee814-50da-444a-a4d7-559be9d4c025",
      "collateralId":"COL10001",
      "versionNo":8,
      "recordStat":"H",
      "createdBy":null,
      "createdDate":1597982400000,
      "updatedBy":"PRAKASHB",
      "updatedDate":null,
      "parentId":"900021",
      "replicationFlag":null,
      "applicationNumber":"APP21572070",
      "collateralRegistrationList":[
         {
            "parentId":"d73ee814-50da-444a-a4d7-559be9d4c025",
            "id":"5d07e6af-b6b4-43b9-a55b-59ddbf7616af",
            "agencyId":"fdv",
            "documentId":"docid23434",
            "registrationRequestDate":1597982400000,
            "confirmationDate":1614616161000,
            "documentDescription":null,
            "isConfirmationReceived":false,
            "registrationDate":1597982400000,
            "registrationReferenceNumber":"REF9080123",
            "registrationStatus":"SUBMITTED",
            "isDocumentAdded":false,
            "softDeleteFlag":null,
            "deleteStat":null
         }
      ]
   }
}

------------------------
OBRH END Point Details:
------------------------

POST:
http://localhost:port/cmc-obrh-services/route/dispatch

Header:
Content-Type: application/json
userId: CHANDAN
appId: CMNCORE
branchCode: 000
entityId: DEFAULTENTITY
SERVICE-CONSUMER: RPM_ORIGINATION
SERVICE-CONSUMER-SERVICE: Get_Perfection_Details

Request Body:

{
   "collateralCode":"COL21971993",
   "applicationNumber":"APP21971597"
}


