Card Reader Types

Equipment that reads credit card information.

Http Verb Operation
Get ReferenceData/CardReaderTypes/{id}?maintenanceMode={maintenanceMode} Get the details of a Card Reader Type by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/CardReaderTypes/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a Card Reader Type by id. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/CardReaderTypes?maintenanceMode={maintenanceMode} Get details of all Card Reader Types. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: GetAll, URL: ReferenceData/CardReaderTypes?maintenanceMode={maintenanceMode} Test

Get details of all Card Reader Types. To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetSummaries ReferenceData/CardReaderTypes/Summary Get a summary representation of all Card Reader Types.
GET Method: GetSummaries, URL: ReferenceData/CardReaderTypes/Summary Test

Get a summary representation of all Card Reader Types.

Create ReferenceData/CardReaderTypes Create a new Card Reader Type.
POST Method: Create, URL: ReferenceData/CardReaderTypes Test

Create a new Card Reader Type.

Update ReferenceData/CardReaderTypes/{id} Update an existing Card Reader Type.
PUT Method: Update, URL: ReferenceData/CardReaderTypes/{id} Test

Update an existing Card Reader Type.

Delete ReferenceData/CardReaderTypes/{id} Delete an existing Card Reader Type.
DELETE Method: Delete, URL: ReferenceData/CardReaderTypes/{id} Test

Delete an existing Card Reader Type.