RegCc

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getRegCc

post

Retrieve registered CC

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
RegCcBranchintegerRequired
Responses
200

Successful operation.

application/json
post
/getRegCc
200

Successful operation.

getRegCcSelectFields

post

Returns the registered CC with select fields

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
RegCcBranchintegerOptional
Responses
200

Successful operation.

application/json
post
/getRegCcSelectFields
200

Successful operation.

getRegCcPagedList

post

Returns paged list of registered CC

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

Successful operation.

application/json
post
/getRegCcPagedList
200

Successful operation.

getRegCcListSelectFields

post

Returns the list of registered CC with select fields

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

Successful operation.

application/json
post
/getRegCcListSelectFields
200

Successful operation.

searchRegCcSelectFields

post

Retrieve a list of select fields for regular credit cards

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

Successful operation.

application/json
post
/searchRegCcSelectFields
200

Successful operation.

getRegCcPagedListSelectFields

post

Returns paged list of registered CC with select fields

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

Successful operation.

application/json
post
/getRegCcPagedListSelectFields
200

Successful operation.

searchRegCcPagedSelectFields

post

Retrieve a paged list of select fields for regular credit cards

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

Successful operation.

application/json
post
/searchRegCcPagedSelectFields
200

Successful operation.

updateRegCcByID

post

Update registered credit cards by ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
RegCcBranchintegerOptional
Responses
200

Successful operation.

application/json
post
/updateRegCcByID
200

Successful operation.

Last updated

Was this helpful?