Updates a AppliedTaxOrder object

Updates a AppliedTaxOrder object specified by ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

ID of AppliedTaxOrder to update

Body Params

AppliedTaxOrder object that needs to be updated

string

Set of dining option IDs represented as a list which in turn represented as a string (IDs are defined in the EnumDiningOption object)

integer
enum
Defaults to 2

Fiscal Tax Rate options:

  • 0 - GST (Quebec specific)
  • 1 - QST (Quebec specific)
  • 2 - Skip fiscal print
  • 3 - Swedish VAT-1
  • 4 - Swedish VAT-2
  • 5 - Swedish VAT-3
  • 6 - Swedish VAT-4
Allowed:
boolean

Flag value specifying status of this order tax, 'true' if tax is prevailing

integer

Resource identifier of Tax object on Revel backend. If 0 or -1 – it means that there is no tax object connected.

integer

A quantity of items below which the taxing begins

string

Amount of items cost below which the taxing begins (discount included)

integer

A quantity of items above which the taxing begins

string

Amount of items cost above which the taxing begins (discount included)

string

Name of the tax

boolean

Flag value specifying whether the tax applied on full price of the order item or not, 'true' if applied on full price

uri
required

URI of the Order API object to which tax is applied

integer
enum
Defaults to 0

Tax rounding options:

  • 0 - Math
  • 1 - Ceiling
Allowed:
string
required

Rate of the tax applied for this order item

uri

URI of the TaxTable API object related to this tax

integer
enum
Defaults to 0

Tax type:

  • 0 - Percentage
  • 1 - Flat
Allowed:
uuid

UUID of this resource

Responses
200

Successful operation

204

Successful operation

400

Invalid ID supplied

404

AppliedTaxOrder not found

405

Validation exception

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!