Update Tax Breakpoints
post
/config/sim/v2/sales/updateTaxBreakpoints
Updates the tax breakpoint for a given tax.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string(string)
Detail that Identifies that who made the change
Tax Break Point object of the organization
Root Schema : TaxBreakpointsCURequestBody
Type:
object
Model for Tax Breakpoint object
Show Source
-
breakpoint:
integer
Tax BreakpointExample:
2
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
2
-
index(required):
integer
Tax breakpoint indexExample:
2
-
objectNum(required):
integer
Object Number of the Tax rateExample:
1
-
repeatEnd:
integer
The field (1-32) when the incrementing pattern ends. Applicable only if type = 1Example:
2
-
repeatStart:
integer
The field (1-32) when the incrementing pattern begins. Applicable only if type = 1Example:
2
Response
Supported Media Types
- application/json
200 Response
Tax Breakpoint object of the organization
Root Schema : TaxBrkPointResponse
Type:
object
Model for the tax break point response
Show Source
-
hierUnitId(required):
integer
Unique hierarchy unit valueExample:
1
-
index(required):
integer
index of the breakpointExample:
1
-
objectNum(required):
integer
Object number of the tax classExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html