searchCard
Perform various search operations on card records.
Operations
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/searchCardPagedSelectFieldsPOST /nexum/627/persistent/account/searchCardPagedSelectFields 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"
}
},
"AccountNumber": {},
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Card": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardAccessPagedSelectFieldsPOST /nexum/627/persistent/account/searchCardAccessPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardAccess": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardNamePagedSelectFieldsPOST /nexum/627/persistent/account/searchCardNamePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardName": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardNotePagedSelectFieldsPOST /nexum/627/persistent/account/searchCardNotePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardNote": [
{}
],
"Token": {}
}Last updated
Was this helpful?