createExternalLoan
Perform various create operations on external loan account records.
Operations
Last updated
Was this helpful?
Perform various create operations on external loan account records.
Last updated
Was this helpful?
Was this helpful?
POST /nexum/627/2022.01/account/createExternalLoan HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"ExternalLoanCreatableFields": {},
"AccountNumber": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"ExternalLoanLocator": {}
}POST /nexum/627/2022.01/account/createExternalLoanName HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"ExternalLoanNameCreatableFields": {},
"AccountNumber": {},
"ExternalLoanLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"ExternalLoanNameLocator": {}
}POST /nexum/627/2022.01/account/createExternalLoanNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"ExternalLoanNoteCreatableFields": {},
"AccountNumber": {},
"ExternalLoanLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"ExternalLoanNoteLocator": {}
}POST /nexum/627/2022.01/account/createExternalLoanTracking HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 224
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"ExternalLoanTrackingCreatableFields": {},
"AccountNumber": {},
"ExternalLoanLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"ExternalLoanTrackingLocator": {}
}POST /nexum/627/2022.01/account/createExternalLoanTransfer HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 224
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"ExternalLoanTransferCreatableFields": {},
"AccountNumber": {},
"ExternalLoanLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"ExternalLoanTransferLocator": {}
}