ActiveOrganisation Model

Represents an organisation with an active configuration for a given ROS provider

Required
kapow : string (GUID)

The unique identifier for the organisation

Required MaxLength(16)
organisationCode : string

The unique string code representation of this organisation that must be supplied to AuthServer
when requesting tokens for this organisation

Nullable
outletIDs : string (GUID) []

The set of outlet ids that have active configurations

Example
{
  "kapow": "3f49efe7-ea42-4f21-8718-7e6ce9a33512",
  "organisationCode": "string value",
  "outletIDs": ["3f49efe7-ea42-4f21-8718-7e6ce9a33512"]
}