OnlineCard

Perform various operations for Symitar parameters.

circle-info

Symitar eDocs References: Coming soon.

Operations

getOnlineCard

post

Retrieve online card information

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineCardCardTypeintegerRequired
Responses
chevron-right
200

Successful operation.

application/json
post
/getOnlineCard
200

Successful operation.

getOnlineCardSelectFields

post

Retrieve online card select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineCardCardTypeintegerOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/getOnlineCardSelectFields
200

Successful operation.

getOnlineCardPagedList

post

Retrieve paged list of online cards

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Successful operation.

application/json
post
/getOnlineCardPagedList
200

Successful operation.

getOnlineCardListSelectFields

post

Retrieve online card list select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Successful operation.

application/json
post
/getOnlineCardListSelectFields
200

Successful operation.

searchOnlineCardSelectFields

post

Retrieve a list of select fields for searching by online card information.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Successful operation.

application/json
post
/searchOnlineCardSelectFields
200

Successful operation.

getOnlineCardPagedListSelectFields

post

Retrieve paged list select fields of online cards

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200

Successful operation.

application/json
post
/getOnlineCardPagedListSelectFields
200

Successful operation.

searchOnlineCardPagedSelectFields

post

Retrieve a list of paged select fields for searching by online card information.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
QuerystringOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/searchOnlineCardPagedSelectFields
200

Successful operation.

updateOnlineCardByID

post

Update online cards by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
OnlineCardCardTypeintegerOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/updateOnlineCardByID
200

Successful operation.

Last updated

Was this helpful?