Create a new data_type_valueAsk AIpost https://client-api.{region}.fieldwire.com/api/v3/projects/{project_id}/data_type_valuesPath 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 entitydata_type_iduuidrequiredID of the DataType this value denotesbigint_valueint64 | nullBig integer value if this belongs to a bigint DataTypeboolean_valueboolean | nullBoolean value if this belongs to a boolean DataTypetruefalsestring_valuestring | nullString value if this belongs to a string DataType (suitable for short form text)date_valuedate | nullDate value if this belongs to a date DataTypecheckbox_valuestring | nullenumCheckbox value if this belongs to a checkbox DataTypeemptyyesnonot_applicablenullAllowed:emptyyesnonot_applicablenulldecimal_valuestring | nullDecimal value if this belongs to a decimal DataTypetext_valuestring | nullText value if this belongs to a bigint DataType (suitable for long form text)datetime_valuedate-time | nullDate & time value if this belongs to a datetime DataTypedevice_created_atdate-timeTime when the device created the entitydevice_updated_atdate-timeTime when the device last updated the entityhidden_atdate-time | nullTime when this value was marked as hidden (can be only done if this belongs to a strict DataType)HeadersFieldwire-VersiondaterequiredSpecifies the version of the API to talk toResponse 201Successful responseUpdated 7 months ago