About Firmwater LMS ObjectsIdentifying FieldsEvery Firmwater LMS object has one or more identifying fields. These fields are used to uniquely identify object records. To manipulate a Firmwater LMS object, a client application must set the value of all identifying fields. The identifying field values of a particular object cannot be changed through the web service interface (some identifying values, user name for example, can be changed through the user interface). Required FieldsMost Firmwater LMS objects contain required fields. Fields defined as required must be set when creating new objects. These fields are not required to be set when updating objects since only identifying fields and the fields to be updated are required. Identifying fields are always required. Read-Only FieldsRead-only fields cannot be modified by client applications. Firmwater LMS ignores read-only fields that have been set in a client application's request and will proceed with request processing. Common FieldsMany Firmwater LMS objects contain common fields. For brevity, a description of those fields is given below and referred to throughout this documentation. IdA read-only string field that uniquely identifies the object. When updating objects if the Id is specified all other Identifying Fields are not neccessary. CreatedDatetimeA read-only Datetime field representing the date and time the associated object was created at. UpdatedDatetimeA read-only Datetime field representing the date and time the associated object was last updated at. |