Equipment that reads credit card information.
Http Verb | Operation | ||
---|---|---|---|
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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/CardReaderTypes/Summary | Test | |
Get a summary representation of all Card Reader Types. |
|||
POST | Method: Create, URL: ReferenceData/CardReaderTypes | Test | |
Create a new Card Reader Type. |
|||
PUT | Method: Update, URL: ReferenceData/CardReaderTypes/{id} | Test | |
Update an existing Card Reader Type. |
|||
DELETE | Method: Delete, URL: ReferenceData/CardReaderTypes/{id} | Test | |
Delete an existing Card Reader Type. |