Machine Settings

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 ReferenceData/MachineSettings/{id}?maintenanceMode={maintenanceMode} 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: 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).

GetAll ReferenceData/MachineSettings?maintenanceMode={maintenanceMode} 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: 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).

GetSummaries ReferenceData/MachineSettings/Summary Get a summary representation of all Machine Settings.
GET Method: GetSummaries, URL: ReferenceData/MachineSettings/Summary Test

Get a summary representation of all Machine Settings.

Create ReferenceData/MachineSettings Create a new Machine Setting.
POST Method: Create, URL: ReferenceData/MachineSettings Test

Create a new Machine Setting.

Update ReferenceData/MachineSettings/{id} Update an existing Machine Setting.
PUT Method: Update, URL: ReferenceData/MachineSettings/{id} Test

Update an existing Machine Setting.

Delete ReferenceData/MachineSettings/{id} Delete an existing Machine Setting.
DELETE Method: Delete, URL: ReferenceData/MachineSettings/{id} Test

Delete an existing Machine Setting.