createCard
Perform various create operations on card records.
Operations
Last updated
Was this helpful?
Perform various create operations on card records.
Last updated
Was this helpful?
Was this helpful?
POST /nexum/627/2022.01/account/createCard HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 183
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"CardCreatableFields": {},
"AccountNumber": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"CardLocator": {}
}POST /nexum/627/2022.01/account/createCardAccess HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"CardAccessCreatableFields": {},
"AccountNumber": {},
"CardLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"CardAccessLocator": {}
}POST /nexum/627/2022.01/account/createCardName HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"CardNameCreatableFields": {},
"AccountNumber": {},
"CardLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"CardNameLocator": {}
}POST /nexum/627/2022.01/account/createCardNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"CardNoteCreatableFields": {},
"AccountNumber": {},
"CardLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}{
"CardNoteLocator": {}
}