ActiveOutletsResponse Model

Represents a response from the ActiveOutlets endpoint in ROS

Required
providerID : number (int)

The provider ID that this ActiveOrganisation is for

Required
activeOrganisation : ActiveOrganisation

Information about the organisation and all outlets tied to it within a ROS instance

Example
{
  "providerID": 321,
  "activeOrganisation": {}
}