Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_CONTROLLERTAG
NameService Fees
DescriptionService Fees Settings by Credential
TypeGET
URL/v9/settings/service_fees

Long Description

Settings by Credential / Brokerage from Ticket Evolution Settings App

...

Paste in Request Code
RequestResponse
/v9/settings/service_fee 
Code Block
themeConfluence
languageruby
Code Block
themeConfluence
languageruby
{
  "settings":[
    {
      "type":"PercentageServiceFee",
      "amount":"0.0",
      "range_minimum":"0.0",
      "label":"Service Fee",
      "updated_at":"2012-02-16T23:00:44Z",
      "id":"2873"
    },
    {
      "type":"PercentageServiceFee",
      "amount":"20.0",
      "range_minimum":"100.0",
      "label":"Over $100",
      "updated_at":"2012-08-28T21:42:24Z",
      "id":"3022"
    },
    {
      "type":"FlatServiceFee",
      "amount":"30.0",
      "range_minimum":"500.0",
      "label":"Over $500",
      "updated_at":"2012-08-28T21:42:41Z",
      "id":"3023"
    }
  ]
}