# Bulk write 'Pricegroup' Endpoint: POST /measurements/sensors/pricegroup/list/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `name` (string, required) - `custom_id` (string,null) - `auto_accept` (boolean) - `description` (string,null) - `sensor_specification` (object,null) - `sensor_specification.id` (string) - `target_price_change_day_of_month` (integer,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: target_price_change_interval_days - `periods_offset` (integer) - `organization` (object,null) - `target_price_change_interval_days` (integer,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: target_price_change_day_of_month ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `custom_id` (string,null) - `tags` (any) - `auto_accept` (boolean) - `description` (string,null) - `price_items` (any) - `created_at` (string) - `customer_columns` (any) - `sensor_specification` (object,null) - `sensor_specification.id` (string) - `target_price_change_day_of_month` (integer,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: target_price_change_interval_days - `periods_offset` (integer) - `organization` (object,null) - `target_price_change_interval_days` (integer,null) Additional Validation Information: This value can't bet set, when any of the following fields are set: target_price_change_day_of_month ## Response 401 fields ## Response 403 fields ## Response 429 fields