updateCard

Perform various update operations on card records.

Symitar eDocs References: Coming soon.

Operations

updateCardByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardLocatorintegerOptional
AccountNumberstringOptional
Responses
200

Successful operation.

application/json
post
/updateCardByID
200

Successful operation.

updateCardAccessByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardAccessLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateCardAccessByID
200

Successful operation.

updateCardNameByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNameLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateCardNameByID
200

Successful operation.

updateCardNoteByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
CardNoteLocatorintegerOptional
AccountNumberstringOptional
CardLocatorintegerOptional
Responses
200

Successful operation.

application/json
post
/updateCardNoteByID
200

Successful operation.

Last updated

Was this helpful?