updateExternalLoan

Perform various update operations on external loan account records.

Symitar eDocs References: Coming soon.

Operations

updateExternalLoanByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalLoanByID
POST /nexum/627/persistent/account/updateExternalLoanByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ExternalLoanLocator": {},
  "ExternalLoanFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateExternalLoanNameByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNameLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalLoanNameByID
POST /nexum/627/persistent/account/updateExternalLoanNameByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 240

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ExternalLoanLocator": {},
  "ExternalLoanNameLocator": {},
  "ExternalLoanNameFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateExternalLoanNoteByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNoteLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalLoanNoteByID
POST /nexum/627/persistent/account/updateExternalLoanNoteByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 240

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ExternalLoanLocator": {},
  "ExternalLoanNoteLocator": {},
  "ExternalLoanNoteFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateExternalLoanTrackingByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTrackingLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalLoanTrackingByID
POST /nexum/627/persistent/account/updateExternalLoanTrackingByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 248

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ExternalLoanLocator": {},
  "ExternalLoanTrackingLocator": {},
  "ExternalLoanTrackingFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateExternalLoanTransferByID

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTransferLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateExternalLoanTransferByID
POST /nexum/627/persistent/account/updateExternalLoanTransferByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 248

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "ExternalLoanLocator": {},
  "ExternalLoanTransferLocator": {},
  "ExternalLoanTransferFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

Last updated

Was this helpful?