updateCard

Perform various update operations on card records.

Symitar eDocs References: Coming soon.

Operations

updateCardByID

post
Authorizations
Body
CardLocatorintegerOptional
AccountNumberstringOptional
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "CardLocator": {},
  "CardUpdatableFields": {},
  "CardAccessUpdateRequest": [
    {}
  ],
  "CardNameUpdateRequest": [
    {}
  ],
  "CardNoteUpdateRequest": [
    {}
  ],
  "AccountNumber": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateCardAccessByID

post
Authorizations
Body
CardAccessLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "UpdateStatus": {}
}

updateCardNameByID

post
Authorizations
Body
CardNameLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "UpdateStatus": {}
}

updateCardNoteByID

post
Authorizations
Body
CardNoteLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

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

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

Successful operation.

{
  "UpdateStatus": {}
}

Last updated

Was this helpful?