Versions Compared

Key

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

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueId of the Chain Room Type Group
codestringtrueCode of the Chain Room Type Group
namestringtrueName of the Chain Room Type Group
activebooleantrueStatus of the Chain Room Type Group



JSON representation

Code Block
languagepowershell
themeDJango
{
  "id" : 1,
  "code" : "STD",
  "name" : "Standard",
  "active" : true
}