updateCard
Perform various update operations on card records.
Operations
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardAccessLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardAccessByID200
Successful operation.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNameLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardNameByID200
Successful operation.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNoteLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200
Successful operation.
application/json
post
/updateCardNoteByID200
Successful operation.
Last updated
Was this helpful?