deleteExternalLoan

Perform various delete operations on external loan account records.

Symitar eDocs References: Coming soon.

Operations

deleteExternalLoan

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "nxAttributes": {}
}

deleteExternalLoanName

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNameLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "nxAttributes": {}
}

deleteExternalLoanNote

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNoteLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "nxAttributes": {}
}

deleteExternalLoanTracking

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTrackingLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "nxAttributes": {}
}

deleteExternalLoanTransfer

post
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTransferLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?