|
ORE Studio 0.0.4
|
Request to save a change reason category (create or update). More...
#include <change_management_protocol.hpp>

Public Member Functions | |
| std::vector< std::byte > | serialize () const |
Static Public Member Functions | |
| static std::expected< save_change_reason_category_request, ores::utility::serialization::error_code > | deserialize (std::span< const std::byte > data) |
Public Attributes | |
| domain::change_reason_category | category |
Request to save a change reason category (create or update).
Due to bitemporal storage, both create and update operations result in writing a new record. Database triggers handle temporal versioning automatically. The code field is the natural key.