Get Tax Parameters

post

/config/sim/v1/sales/gettaxparameters

Gets all the tax parameters

Request

Supported Media Types
Body ()
A request body
Root Schema : TaxParameterGetRequestBody
Type: object
The input Body model that needs to be given.
Show Source
  • Objects included in response
  • 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 translated strings returned
  • 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.
  • Search criteria to filter results based on field value
Back to Top

Response

Supported Media Types

200 Response

A collection of tax parameters entities in an organization.
Body ()
Root Schema : TaxParametersGetResponse
Type: object
Model for Tax Parameter object.
Show Source
Nested Schema : TranslatedString_HierUnitName
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
    "en-US":"Enterprise",
    "de-DE":"Unternehmen",
    "es-MX":"Empresa"
}
Nested Schema : internationalOptionsExt
Type: object
An object containing the descriptive international options list associated with the tax parameter
Show Source
  • 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 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 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: array
An object containing the descriptive list of the tax rates for which VAT lines are to be printed.
Show Source
Nested Schema : items
Type: object
Show Source
  • Object number of the tax rate for which VAT Line is to be printed.
    Example: 1

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