Update Tax Parameters

post

/config/sim/v1/sales/updatetaxparameters

Updates the tax parameters. If tax parameters is not found , it creates a new tax parameters.

Request

Supported Media Types
Header Parameters
Body ()
Tax Parameter object of the organization
Root Schema : TaxParametersCURequestBody
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 9 representing the enablement or disablement of the options associated with the tax parameter
    Example: 000000000
  • 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 Parameters object of the organization
Body ()
Root Schema : TaxParameterResponse
Type: object
Model for the tax Parameter response
Show Source

400 Response

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