updateCard
Perform various update operations on card records.
Operations
Authorizations
Body
CardLocatorintegerOptional
AccountNumberstringOptional
Responses
200
Successful operation.
application/json
post
/updateCardByIDPOST /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": {}
}Authorizations
Body
CardAccessLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardAccessByIDPOST /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": {}
}Authorizations
Body
CardNameLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardNameByIDPOST /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": {}
}Authorizations
Body
CardNoteLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardNoteByIDPOST /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?