Get Tax Parameters

post

/config/sim/v2/sales/getTaxParameters

Gets all the tax parameters

Request

Supported Media Types
Body ()
A request body
Root Schema : TaxParameterGetRequestBodyv2
Type: object
The input Body model that needs to be given.
Show Source
  • Objects included in the response.
    Example: hierUnitId
  • This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except Ext values. If 'detailed' is specified, The response contains all the properties of the object.
    Example: detailed
  • If specified, limits the translated strings returned.
    Example: 1,2,3
  • If using paging, number of results returned in this page.
  • Starting resource record index. Not required if paging parameters are not supported.
  • Sorts the response by the specified field name and sort order.
    Example: objectNum:asc
  • Search criteria to filter results based on field value.
    Example: where equals(objectNum,1)
Back to Top

Response

Supported Media Types

200 Response

A collection of tax parameters entities in an organization.
Body ()
Root Schema : TaxParametersGetResponsev2
Type: object
Show Source
Nested Schema : items
Type: array
Array of Tax Parameter objects of the organization.
Show Source
Nested Schema : TaxParametersResponsev2
Type: object
Model for Tax Parameter object.
Show Source
Nested Schema : internationalOptionsExt
Type: object
An object containing the descriptive international options list associated with the tax parameter
Show Source
  • A boolean flag indicating whether add-on taxes to calculate on sales net inclusive tax are configured. This option bit is supported from Simphony 19.8 and above.
    Example: false
  • A boolean flag indicating to enable Canadian GST.
    Example: false
  • A boolean flag indicating to enable Japanese tax options.
    Example: false
  • A boolean flag indicating to consolidate tax reporting information based on defined Tax Labels configured under Tax Rates.
    Example: false
  • A boolean flag indicating to enable Thailand tax printing
    Example: false
  • A boolean flag indicating Post Inclusive Tax to Net Sales Total.
    Example: false
  • A boolean flag indicating to print the total inclusive tax calculated on the total sales for each tax rate on guest checks when a check has items with inclusive taxes.
    Example: false
  • A boolean flag indicating to print the total inclusive tax calculated on the total sales for each tax rate on guest checks when a check has items with inclusive taxes.
    Example: false
  • A boolean flag indicating to print the amount of Japanese Tax Due, even if summary totals are suppressed for the tender media.
    Example: false
  • A boolean flag indicating to print tax itemizers on guest checks and receipts. This option must be selected for the Philippine tax.
    Example: false
  • A boolean flag indicating to print the applied tax rates for each menu item on guest checks, customer receipts, and in the journal.
    Example: false
  • A boolean flag indicating to truncate digits after decimal; Set to false to round digits after decimal
    Example: false
  • A boolean flag indicating Service Charge Itemizer is Net of Inclusive Tax. This option bit is supoorted from Simphony 19.8 and above.
    Example: false
  • A boolean flag indicating to truncate inclusive tax amounts. Deselect to round inclusive tax amounts.
    Example: false
Nested Schema : optionsExt
Type: object
An object containing the descriptive options list associated with the tax parameter
Show Source
Nested Schema : printVATLineForTaxRatesExt
Type: object
An object containing the descriptive list of the tax rates for which VAT lines are to be printed.
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source

404 Response

404 Requested resource not found
Back to Top