searchCard

Perform various search operations on card records.

Symitar eDocs References: Coming soon.

Operations

searchCardPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/searchCardPagedSelectFields
POST /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": {}
}

searchCardAccessPagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/searchCardAccessPagedSelectFields
POST /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": {}
}

searchCardNamePagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/searchCardNamePagedSelectFields
POST /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": {}
}

searchCardNotePagedSelectFields

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/searchCardNotePagedSelectFields
POST /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?