Create a new data_typeAsk AIpost https://client-api.{region}.fieldwire.com/api/v3/projects/{project_id}/data_typesPath Paramsproject_iduuidrequiredID of the project this entity belongs toBody ParamsiduuidID of the entitycreator_user_idint32requiredID of the user who created this entitylast_editor_user_idint32requiredID of the user who most recently edited this entitydefault_bigint_valueint64 | nullDefault big integer value if the kind is bigintdefault_boolean_valueboolean | nullDefault boolean value if the kind is booleantruefalseis_strictbooleanWhether this is strict which means only values from the pre-approved list can be used (denoted by DataTypeValues)truefalsedefault_string_valuestring | nullDefault string value if the kind is string (suitable for short form text)namestringrequiredName of the entityplaceholderstring | nullPlaceholder name to use for this data type to be shown in the UIkindstringenumKind of the entitybigintstringtextbooleandecimaldatedatetimecheckboxShow 8 enum valuesunitstring | nullenumThe unit of the value this type carriestemperaturecurrencyhourslengthareavolumemassnullShow 8 enum valuesdefault_decimal_valuestring | nullDefault decimal value if the kind is decimaldefault_text_valuestring | nullDefault text value if the kind is text (suitable for long form text)device_created_atdate-timeTime when the device created the entitydevice_updated_atdate-timeTime when the device last updated the entityhidden_atdate-time | nullTime when this type was marked as hidden (can be only done if this is marked as strict)fullbooleanSet to true if should use full serializertruefalseHeadersFieldwire-VersiondaterequiredSpecifies the version of the API to talk toResponse 201Successful responseUpdated 7 months ago