Cloud APIs
...
Main API version 2020/10
Data Types (2020/10)
Custom Data Types (2020/10)
4min
the data types below, which are consistent across all apis, are used in the bsn cloud main api as are the entities in the child pages beneath this page datetime defines a moment in time using a sortable utc pattern value format, based on rfc3339 https //datatracker ietf org/doc/html/rfc3339 an example would be 2022 02 18t16 57 00 123z dayofweek represents the day of the week from sunday to saturday the days are specified as a string list (for example, "monday, wednesday, friday") nullable\<int> data types that are prefixed with "nullable" (for example, nullable\<int>) accept null value most data types are not nullable in this api framework, so this data type allows you to accept null for a non nullable type by default, nullable types are strings, objects, and arrays timespan represents a period of time possible values are 00 00 23 59 (hours and minutes) 00 00 00 23 59 59 (hours, minutes, and seconds this is the default format) 00 00 00 000 23 59 59 999 (hours, minutes, seconds, and milliseconds) 1 00 00 00 99999 23 59 59 (date, hours, minutes, seconds) 1 00 00 00 000 99999 23 59 59 999 (date, hours, minutes, seconds, and milliseconds) uri a representation of a resource available on the internet or intranet this data type is nullable