POST api/update-systemsettingitem
Request Information
URI Parameters
None.
Body Parameters
SystemSettingItemParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ReprintReceiptPassword | string |
None. |
|
| ConvenienceFeeType | byte |
None. |
|
| UseLoyalty | boolean |
None. |
|
| NetOneUsdToPoints | decimal number |
None. |
|
| DiscountOneUsdFromPoints | decimal number |
None. |
|
| SignInSelectServices | boolean |
None. |
|
| DuplicateAppointment | boolean |
None. |
|
| ManagerPassword | string |
None. |
|
| GiftcardSalePassword | string |
None. |
|
| TurnAmount | decimal number |
None. |
|
| TurnTimes | integer |
None. |
|
| TipSuggestion1 | decimal number |
None. |
|
| TipSuggestion2 | decimal number |
None. |
|
| TipSuggestion3 | decimal number |
None. |
|
| CashPrompt | boolean |
None. |
|
| CheckPrompt | boolean |
None. |
|
| GiftcardPrompt | boolean |
None. |
|
| ConvenienceFee | decimal number |
None. |
|
| Merchant | string |
None. |
|
| ChargeCardTipProcessing | boolean |
None. |
|
| CounterTip | boolean |
None. |
|
| ProductTax | decimal number |
None. |
|
| ServiceTax | decimal number |
None. |
|
| OwnerTipCut | decimal number |
None. |
|
| TechnicianListOrder | integer |
None. |
|
| CheckAccepted | boolean |
None. |
|
| ServiceDiscount | integer |
None. |
|
| ServiceDeductible | integer |
None. |
|
| ServiceDeductibleOldNew | boolean |
None. |
|
| ProductDiscount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReprintReceiptPassword": "sample string 1",
"ConvenienceFeeType": 64,
"UseLoyalty": true,
"NetOneUsdToPoints": 4.1,
"DiscountOneUsdFromPoints": 5.1,
"SignInSelectServices": true,
"DuplicateAppointment": true,
"ManagerPassword": "sample string 8",
"GiftcardSalePassword": "sample string 9",
"TurnAmount": 10.1,
"TurnTimes": 11,
"TipSuggestion1": 12.1,
"TipSuggestion2": 13.1,
"TipSuggestion3": 14.1,
"CashPrompt": true,
"CheckPrompt": true,
"GiftcardPrompt": true,
"ConvenienceFee": 18.1,
"Merchant": "sample string 19",
"ChargeCardTipProcessing": true,
"CounterTip": true,
"ProductTax": 22.1,
"ServiceTax": 23.1,
"OwnerTipCut": 24.1,
"TechnicianListOrder": 25,
"CheckAccepted": true,
"ServiceDiscount": 27,
"ServiceDeductible": 28,
"ServiceDeductibleOldNew": true,
"ProductDiscount": 30
}
multipart/form-data
Sample:
{"ReprintReceiptPassword":"sample string 1","ConvenienceFeeType":64,"UseLoyalty":true,"NetOneUsdToPoints":4.1,"DiscountOneUsdFromPoints":5.1,"SignInSelectServices":true,"DuplicateAppointment":true,"ManagerPassword":"sample string 8","GiftcardSalePassword":"sample string 9","TurnAmount":10.1,"TurnTimes":11,"TipSuggestion1":12.1,"TipSuggestion2":13.1,"TipSuggestion3":14.1,"CashPrompt":true,"CheckPrompt":true,"GiftcardPrompt":true,"ConvenienceFee":18.1,"Merchant":"sample string 19","ChargeCardTipProcessing":true,"CounterTip":true,"ProductTax":22.1,"ServiceTax":23.1,"OwnerTipCut":24.1,"TechnicianListOrder":25,"CheckAccepted":true,"ServiceDiscount":27,"ServiceDeductible":28,"ServiceDeductibleOldNew":true,"ProductDiscount":30}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}