SectorAnnotationRequest Data Type

Properties
name data type description
resolution Resolution
date object
text string
author Author
observerIds array of number
kpiIds array of number

Example

{
  "resolution" : "MONTH",
  "date" : { },
  "text" : "...",
  "author" : {
    "name" : "...",
    "email" : "..."
  },
  "observerIds" : [ 12345, 12345 ],
  "kpiIds" : [ 12345, 12345 ]
}