PmtAppMethod

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getPmtAppMethod

post

Retrieve payment application method

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

Successful operation.

application/json
post
/getPmtAppMethod
200

Successful operation.

getPmtAppMethodSelectFields

post

Returns the payment application methods with select fields

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

Successful operation.

application/json
post
/getPmtAppMethodSelectFields
200

Successful operation.

getPmtAppMethodPagedList

post

Returns paged list of the payment application methods

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

Successful operation.

application/json
post
/getPmtAppMethodPagedList
200

Successful operation.

getPmtAppMethodListSelectFields

post

Returns the list of the payment application methods with select fields

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

Successful operation.

application/json
post
/getPmtAppMethodListSelectFields
200

Successful operation.

searchPmtAppMethodSelectFields

post

Retrieve a list of select fields for payment application methods

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

Successful operation.

application/json
post
/searchPmtAppMethodSelectFields
200

Successful operation.

getPmtAppMethodPagedListSelectFields

post

Returns paged list of the payment application methods with select fields

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

Successful operation.

application/json
post
/getPmtAppMethodPagedListSelectFields
200

Successful operation.

searchPmtAppMethodPagedSelectFields

post

Retrieve a paged list of select fields for payment application methods

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

Successful operation.

application/json
post
/searchPmtAppMethodPagedSelectFields
200

Successful operation.

updatePmtAppMethodByID

post

Update payment application methods by ID

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

Successful operation.

application/json
post
/updatePmtAppMethodByID
200

Successful operation.

Last updated

Was this helpful?