Update Tax Parameters

post

/config/sim/v2/sales/updateTaxParameters

Updates the tax parameters.

Request

Supported Media Types
Header Parameters
Body ()
Tax Parameter object of the organization
Root Schema : schema
Type: object
Model for Tax Parameter object.
Show Source
  • Unique reference of the hierarchy unit
    Example: 2
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the options associated with the currency parameter
    Example: 00000000000000000000000000000000
  • A string value of 0s & 1s of length 10 representing the enablement or disablement of the options associated with the tax parameter
    Example: 0000000000
  • A string value of 0s & 1s of length 64 representing the enablement / disablement of printing the VAT lines for the tax rates.
    Example: 0000000001011110000000000000000000000000000000000000000000000000
Back to Top

Response

Supported Media Types

200 Response

Tax Parameter Updated.
Body ()
Root Schema : schema
Type: object
Model for the tax Parameter response
Show Source
Back to Top