Tax calculation
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : Needed to create, update, and delete tax configurations.
- : Needed to retrieve tax configurations.
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Body
commandUuidstringOptional
Calculation command's unique identifier.
Note: This field is optional. If not specified, the commandUuid will be generated by the server.
Responses
200
The request was successful. The calculated value is returned.
application/json
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
403
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
application/json
500
Internal Service Error occurred.
application/json
put
/tax/{tenant}/taxes/calculation-commandsLast updated
Was this helpful?

