It allows you:
to get the tax category list to use with API 'Products'.
Columns that can be used as filters:
Organization
Name
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/tax/category/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2007-08-22 09:30:19",
"CreatedBy": "System",
"Updated": "2012-09-11 16:35:03",
"UpdatedBy": "SuperUser",
"Active": true,
"Name": "TVA 24%",
"Description": "TVA 24%"
}
],
"totalRows": 6
}