CC Issued By Field

14 views
Skip to first unread message

Michael Gumtow

unread,
Oct 9, 2019, 10:28:47 AM10/9/19
to TramsAPI Beta
Hi Dan,

We are looking at building some functionality through the API to read and write to the "issued by" field of the CC table.  The only documentation I can find on this field is via the profile call which would return the field in the "passenger card" information.  Can the CC table be queried and written to directly with the API? 

Thanks!

Dan Palley

unread,
Oct 9, 2019, 6:32:46 PM10/9/19
to TramsAPI Beta
Hi Mike,

The IssuedBy field is part of the CARD table under the profile and passenger sections.  You can read it and update it via the profile record.

card":{
"
CCNo":{"type": "largeInt", "flags":["insertOnly", "PKField", "autoAssign" ]…},
"
profile_LinkNo":{"type": "largeInt", "flags":["required", "insertOnly", "FKField" ], "linkField": "profile.profileNo"…},
"
passenger_LinkNo":{"type": "largeInt"},
"
CCNumber":{"type": "string", "size": 35},
"
nameOnAcct":{"type": "string", "size": 40},
"
expDate":{"type": "dateTime"},
"
cardType_LinkNo":{"type": "integer"},
"
cardTypeDesc":{"type": "string", "size": 20},
"issuedBy":{"type": "string", "size": 25},
"
cardCode":{"type": "string", "size": 8},
"
cardDescription":{"type": "string", "size": 25},
"
FFMiles":{"type": "integer"},
"
FFMilesDate":{"type": "dateTime"},
"
cardLimit":{"type": "double"},
"
cardDetails":{"type": "string", "size": 512},
"
securityCode":{"type": "string", "size": 10},
"
mergeToPNR":{"type": "integer"},
"
sortNo":{"type": "integer"},
"
CCDataMasked":{"type": "string", "size": 1, "flags":["insertOnly" ], "checkValues":["N",…},
"
SPUniqueID":{"type": "string", "size": 30, "flags":["readOnly" ]},
"
travelerName":{"type": "string", "size": 150, "flags":["calculated" ]},
"
syncModDateTime":{"type": "dateTime", "flags":["readOnly" ]}
}


Reply all
Reply to author
Forward
0 new messages