default_record_value_configuration
Upsert a default record value configuration for an asset
post/app/v1/default_record_value_configurations
Request body
Example request
{
"measurement_type": "volume",
"measurement_unit": "bbl",
"configuration": {
"filter": {
"form_category.name": "test"
},
"window": "1month",
"timezone": "America/Los_Angeles"
}
}Response
A successful operation
Example response
{
"measurement_type": "volume",
"measurement_unit": "bbl",
"configuration": {
"filter": {
"form_category.name": "test"
},
"window": "1month",
"timezone": "America/Los_Angeles"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.