deleteCard

Perform various delete operations on card records.

Symitar eDocs References: Coming soon.

Operations

deleteCard

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCard
POST /nexum/627/2022.01/account/deleteCard HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 175

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "CardLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteCardAccess

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardAccessLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardAccess
POST /nexum/627/2022.01/account/deleteCardAccess 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": {},
  "CardLocator": {},
  "CardAccessLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteCardName

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardNameLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardName
POST /nexum/627/2022.01/account/deleteCardName HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 196

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "CardLocator": {},
  "CardNameLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteCardNote

post
Authorizations
Body
AccountNumberstringOptional
CardLocatorintegerOptional
CardNoteLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/deleteCardNote
POST /nexum/627/2022.01/account/deleteCardNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 196

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": {},
  "CardLocator": {},
  "CardNoteLocator": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?