Service assignments Data Type

A collection of service assignments.

Properties
Name Type Description
serviceAssignments array of Service assignment Collection of service assignment.

Example

{
  "serviceAssignments" : [ {
    "service" : {
      "guid" : "f1c4a4e2-a1b6-4b6d-9276-086858eede0e",
      "name" : "mdm",
      "displayName" : "..."
    },
    "status" : "ASSOCIATED"
  }, {
    "service" : {
      "guid" : "...",
      "name" : "...",
      "displayName" : "..."
    },
    "status" : "..."
  } ]
}