PCPEnablement

In this document:

GraphViz

Schema

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

{
  "name": "PCPEnablement",
  "id": "http://com.odin.marketing/discountmanager/pcp-enablement/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/resource/1.0"
  ],
  "access": {
    "global": true
  },
  "properties": {
    "enabled": {
      "type": "boolean",
      "default": "true"
    }
  }
}

Properties

NAME

TYPE

ATTRIBUTES

DEFAULT

DESCRIPTION

enabled

Boolean

Not Required

true

Examples

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