POST api/update-receiptsetting

Request Information

URI Parameters

None.

Body Parameters

Tablet_ReceiptSettingParam
NameDescriptionTypeAdditional information
CustomerCopy

boolean

None.

MerchantCopy

boolean

None.

ServerCopy

boolean

None.

PayrollTransactionDetails

boolean

None.

IncludeFootnote

boolean

None.

Footnote1

string

None.

Footnote2

string

None.

Footnote3

string

None.

ChargeCardReceiptPrintingOption

boolean

None.

OpenCashDrawer

byte

None.

CustomerCopyConfirm

boolean

None.

ComId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerCopy": true,
  "MerchantCopy": true,
  "ServerCopy": true,
  "PayrollTransactionDetails": true,
  "IncludeFootnote": true,
  "Footnote1": "sample string 6",
  "Footnote2": "sample string 7",
  "Footnote3": "sample string 8",
  "ChargeCardReceiptPrintingOption": true,
  "OpenCashDrawer": 64,
  "CustomerCopyConfirm": true,
  "ComId": "sample string 12"
}

multipart/form-data

Sample:
{"CustomerCopy":true,"MerchantCopy":true,"ServerCopy":true,"PayrollTransactionDetails":true,"IncludeFootnote":true,"Footnote1":"sample string 6","Footnote2":"sample string 7","Footnote3":"sample string 8","ChargeCardReceiptPrintingOption":true,"OpenCashDrawer":64,"CustomerCopyConfirm":true,"ComId":"sample string 12"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:
{}