Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All player note entities are structured as follows:

entity:

  • Device PlayerInfo : The unique identifier for the player noteread-only: A structure which references a specific player instance

  • Notes string : The name of the player note read-write: An arbitrary text not more than 1kB in size, which represents the player notes

  • CreationDate DateTime read-onlyA timestamp indicating when the current player note was created on BSN.cloudadded on a player. See DateTime for more information about this data type.

  • LastModifiedDate DateTime read-only: A timestamp indicating when the player note was last modified on BSN.cloud. See DateTime for more information about this data type.

...