TaxClasses
Get a tax class with the given tax class id.
Path parameters
taxClassIdstringRequiredExample:
(Required)
<integer>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
/V1/taxClasses/{taxClassId}Delete a tax class with the given tax class id.
Path parameters
taxClassIdstringRequiredExample:
(Required)
<integer>Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
/V1/taxClasses/{taxClassId}Create a Tax Class
Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"taxClass":{"class_name":"<string>","class_type":"<string>","class_id":"<integer>","extension_attributes":"<object>"}}Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/taxClassesCreate a Tax Class
Path parameters
classIdstringRequiredExample:
(Required)
<string>Header parameters
Content-TypestringOptionalExample:
application/jsonBody
objectOptionalExample:
{"taxClass":{"class_name":"<string>","class_type":"<string>","class_id":"<integer>","extension_attributes":"<object>"}}Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
/V1/taxClasses/{classId}