Receipt Settings

Configuration entries for the TRBO tablet application for printed receipts and emailed receipts and tickets. The configuration settings allow you to define header and footer text, email subject lines, and email from addresses.

Http Verb Operation
Get ReferenceData/ReceiptSettings/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a Receipt Setting by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources 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/ReceiptSettings/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a Receipt Setting by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources 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/ReceiptSettings?filter={filter}&maintenanceMode={maintenanceMode} Get all Receipt Settings. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources 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/ReceiptSettings?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all Receipt Settings. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get the resources 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/ReceiptSettings/Summary Get a summary representation of all Receipt Settings.
GET Method: GetSummaries, URL: ReferenceData/ReceiptSettings/Summary Test

Get a summary representation of all Receipt Settings.

Create ReferenceData/ReceiptSettings Create a new Receipt Setting.
POST Method: Create, URL: ReferenceData/ReceiptSettings Test

Create a new Receipt Setting.

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

Update an existing Receipt Setting.

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

Delete an existing Receipt Setting.