Pledge
Last updated
Was this helpful?
Last updated
Was this helpful?
POST /nexum/627/2022.01/account/getPledge HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 180
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PledgeLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Pledge": {
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
}
POST /nexum/627/2022.01/account/getPledgeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 493
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PledgeLocator": 1,
"SelectableFields": {
"IncludeAllPledgeFields": true,
"PledgeFields": {
"AccountNumber": true,
"Amount": true,
"CollateralCode": true,
"CollateralDescription": true,
"CollateralNumber": true,
"EffectiveDate": true,
"ExpirationDate": true,
"Id": true,
"Locator": true,
"Percent": true,
"Priority": true,
"RecordChangeDate": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Pledge": {
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
}
POST /nexum/627/2022.01/account/getPledgePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 256
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Pledge": [
{
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
],
"Token": "text"
}
POST /nexum/627/2022.01/account/getPledgeListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 475
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"SelectableFields": {
"IncludeAllPledgeFields": true,
"PledgeFields": {
"AccountNumber": true,
"Amount": true,
"CollateralCode": true,
"CollateralDescription": true,
"CollateralNumber": true,
"EffectiveDate": true,
"ExpirationDate": true,
"Id": true,
"Locator": true,
"Percent": true,
"Priority": true,
"RecordChangeDate": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PledgeList": {
"hasReachedMaximumListSize": true,
"Pledge": [
{
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
]
}
}
POST /nexum/627/2022.01/account/searchPledgeSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 507
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"SelectableFields": {
"IncludeAllPledgeFields": true,
"PledgeFields": {
"AccountNumber": true,
"Amount": true,
"CollateralCode": true,
"CollateralDescription": true,
"CollateralNumber": true,
"EffectiveDate": true,
"ExpirationDate": true,
"Id": true,
"Locator": true,
"Percent": true,
"Priority": true,
"RecordChangeDate": true,
"Type": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PledgeList": {
"hasReachedMaximumListSize": true,
"Pledge": [
{
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
]
}
}
POST /nexum/627/2022.01/account/getPledgePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 569
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPledgeFields": true,
"PledgeFields": {
"AccountNumber": true,
"Amount": true,
"CollateralCode": true,
"CollateralDescription": true,
"CollateralNumber": true,
"EffectiveDate": true,
"ExpirationDate": true,
"Id": true,
"Locator": true,
"Percent": true,
"Priority": true,
"RecordChangeDate": true,
"Type": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Pledge": [
{
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
],
"Token": "text"
}
POST /nexum/627/2022.01/account/searchPledgePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 584
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllPledgeFields": true,
"PledgeFields": {
"AccountNumber": true,
"Amount": true,
"CollateralCode": true,
"CollateralDescription": true,
"CollateralNumber": true,
"EffectiveDate": true,
"ExpirationDate": true,
"Id": true,
"Locator": true,
"Percent": true,
"Priority": true,
"RecordChangeDate": true,
"Type": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"Pledge": [
{
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralDescription": "text",
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Locator": 1,
"Percent": 1,
"Priority": 1,
"RecordChangeDate": "2025-05-21",
"Type": 1
}
],
"Token": "text"
}
POST /nexum/627/2022.01/account/updatePledgeByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 390
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"PledgeLocator": 1,
"PledgeUpdatableFields": {
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Percent": 1,
"Priority": 1,
"Type": 1
},
"AccountNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}
POST /nexum/627/2022.01/account/createPledge HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 372
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"PledgeCreatableFields": {
"AccountNumber": "text",
"Amount": 1,
"CollateralCode": 1,
"CollateralNumber": "text",
"EffectiveDate": "2025-05-21",
"ExpirationDate": "2025-05-21",
"Id": "text",
"Percent": 1,
"Priority": 1,
"Type": 1
},
"AccountNumber": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"PledgeLocator": 1
}
POST /nexum/627/2022.01/account/deletePledge HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 180
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"PledgeLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}