Attributes

JSON Request

{
  "RequestType":"AdHocAttributes",
  "Version":"1.0",
  "AdHocAttributes":
  [
    {
      "Version":"1.0",
      "Tag":"<Tag>",
      "Value":"<Value>",
      "Person":
      {
        "Type":("CoRole"|"Dept"|"Org"|"Organization"),
        "Id":"<ID>"
      }
    }
  ]
}

JSON Response

{
  "ResponseType":"AdHocAttributes",
  "Version":"1.0",
  "AdHocAttributes":
  [
    {
      "Version":"1.0",
      "Id":"<ID>",
      "Tag":"<Tag>",
      "Value":"<Value>",
      "Person":
      {
        "Type":("CoRole"|"Dept"|"Org"|"Organization"),
        "Id":"<ID>"
      },
      "Created":"<CreateTime>",
      "Modified":"<ModTime>"
    },
    {...}
  ]
}
  • No labels