Discount Groups

POST discount-groups

Create new discount group for client tags

post/discount-groups

Request body

namestring
clientinteger

client uid

discount_on_childreninteger

allowed values 0 => use discount same discount for each tag 1 => use discount on each tag separately

discountnumber

discount percentage

Example request

{
  "discount": 50.5,
  "discount_group_tags": [
    {
      "discount": 50.5
    }
  ]
}

Response

OK

uidinteger
crdateinteger
tstampinteger
crdate_formattedstring
tstamp_formattedstring
namestring
discountnumber
discount_on_childreninteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.