Configuration settings for individual workstations and their attached card readers, for use with EMV (chip and signature or chip and pin) functionality.
Http Verb | Operation | ||
---|---|---|---|
GET | Method: Get, URL: ReferenceData/MachineSettings/{id}?maintenanceMode={maintenanceMode} | Test | |
Get the details of a Machine Setting 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/MachineSettings?maintenanceMode={maintenanceMode} | Test | |
Get details of all Machine Settings. 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/MachineSettings/Summary | Test | |
Get a summary representation of all Machine Settings. |
|||
POST | Method: Create, URL: ReferenceData/MachineSettings | Test | |
Create a new Machine Setting. |
|||
PUT | Method: Update, URL: ReferenceData/MachineSettings/{id} | Test | |
Update an existing Machine Setting. |
|||
DELETE | Method: Delete, URL: ReferenceData/MachineSettings/{id} | Test | |
Delete an existing Machine Setting. |