DatetimeDatetime fields represent a specific date and time. Datetime fields are full timestamps with a precision of one second. Datetimes are always transferred in the GMT/UTC time zone. Syntaxyyyy-MM-ddTHH:mm:ss
Include leading zeros where necessary to comply with the correct number of digits. All sections are required. Date Date fields represent a specific date. Syntax yyyy-MM-dd
TimezoneTimezone fields represent a specific time zone using a time zone code. See Supported Time Zones for a list of Firmwater LMS supported time zones and associated codes. StringString fields contain text and may have length restrictions. Ordinarily, Firmwater LMS will truncate strings that exceed the length restriction; however, if an object instance identifying field exceeds the restriction, an error is returned to the client application (refer to Identifying Fields under Firmwater LMS Objects). BooleanBoolean fields are true/false flags and have either of two values:
SelectListA SelectList is a strongly-typed collection that allows adding and/or removing items. A SelectListOfString, for example, can be used to conveniently add and/or remove user names from a registration. SelectLists are similar to arrays except each item in the list must contain an
|