ResellerProfile

In this document:

GraphViz

Schema

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

{
  "name": "ResellerProfile",
  "id": "http://com.odin.platform/inhouse-products/resellerProfile/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/profile/reseller/1.0",
    "http://odin.com/aps/types/oa/vendor-contract/1.0"
  ],
  "relations": {
    "application": {
      "type": "http://com.odin.platform/inhouse-products/application/1.0",
      "required": true
    }
  }
}

The APS type is used to manage a collection of APS resources. To get a list of resources from that collection, use the following API call:

GET  /aps/2/collections/reseller-profiles?<RQL-filter>

Relationship

NAME

TYPE

REQUIRED

DESCRIPTION

application

Application

Yes