deleteExternalLoan
Perform various delete operations on external loan account records.
Operations
Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteExternalLoanPOST /nexum/627/2022.01/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": {}
}Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNameLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteExternalLoanNamePOST /nexum/627/2022.01/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": {}
}Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanNoteLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteExternalLoanNotePOST /nexum/627/2022.01/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": {}
}Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTrackingLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteExternalLoanTrackingPOST /nexum/627/2022.01/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": {}
}Authorizations
Body
AccountNumberstringOptional
ExternalLoanLocatorintegerOptional
ExternalLoanTransferLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/deleteExternalLoanTransferPOST /nexum/627/2022.01/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?