searchCard
Perform various search operations on card records.
Operations
Authorizations
Body
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/searchCardSelectFieldsPOST /nexum/627/2022.01/account/searchCardSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 198
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardList": {}
}Authorizations
Body
AccountNumberstringOptional
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchCardPagedSelectFieldsPOST /nexum/627/2022.01/account/searchCardPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 217
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"PagingRequestContext": {},
"SelectableFields": {},
"Query": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"Card": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardAccessSelectFieldsPOST /nexum/627/2022.01/account/searchCardAccessSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 215
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardAccessList": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchCardAccessPagedSelectFieldsPOST /nexum/627/2022.01/account/searchCardAccessPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 234
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"Query": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardAccess": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardNameSelectFieldsPOST /nexum/627/2022.01/account/searchCardNameSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 215
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardNameList": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchCardNamePagedSelectFieldsPOST /nexum/627/2022.01/account/searchCardNamePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 234
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"Query": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardName": [
{}
],
"Token": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/searchCardNoteSelectFieldsPOST /nexum/627/2022.01/account/searchCardNoteSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 215
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardNoteList": {}
}Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchCardNotePagedSelectFieldsPOST /nexum/627/2022.01/account/searchCardNotePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 234
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": {},
"CardLocator": {},
"PagingRequestContext": {},
"SelectableFields": {},
"Query": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CardNote": [
{}
],
"Token": {}
}Last updated
Was this helpful?