Application Packaging Standard

Last updated 18-Mar-2019

TaxCategory

Tax category is a group of taxes of particular service.

Schema

The considered APS type (download) extends the Resource APS type(s) and looks as follows:

{
  "name": "TaxCategory",
  "id": "http://www.odin.com/billing/TaxCategory/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/resource/1.0"
  ],
  "relations": {
    "vendor": {
      "type": "http://parallels.com/aps/types/pa/account",
      "required": true
    }
  },
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}

Properties

NAME TYPE ATTRIBUTES DEFAULT DESCRIPTION
description String Not Required   Tax category description
name String Not Required   Tax category name

Relationship

NAME TYPE REQUIRED DESCRIPTION
vendor PAAccount Yes Vendor - owner of this tax category

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: