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 | 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). |
|||
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). |
|||
GET | Method: GetSummaries, URL: ReferenceData/ReceiptSettings/Summary | Test | |
Get a summary representation of all Receipt Settings. |
|||
POST | Method: Create, URL: ReferenceData/ReceiptSettings | Test | |
Create a new Receipt Setting. |
|||
PUT | Method: Update, URL: ReferenceData/ReceiptSettings/{id} | Test | |
Update an existing Receipt Setting. |
|||
DELETE | Method: Delete, URL: ReferenceData/ReceiptSettings/{id} | Test | |
Delete an existing Receipt Setting. |