.. AUTO-GENERATED FILE. DO NOT EDIT. /store-printer-profiles-post-one ================================ Summary ------- - **Source repository:** ``jef-systems/jef-store-backend`` - **Source SHA:** ``db30c43afdd1f6d3c445eb63c29f917771b95c97`` - **Source run id:** ``29187149032`` - **Lambda function:** ``jef-store-post-008`` - **HTTP method:** ``POST`` - **API path:** ``/store-printer-profiles-post-one`` - **Cloudflare path:** ``/store/async-post/store-printer-profiles-post-one`` - **Endpoint URL:** ``https://api.jefoffice.com/store/async-post/store-printer-profiles-post-one`` - **Cloudflare base URL:** ``https://api.jefoffice.com/store/async-post`` - **Cloudflare parent path:** ``/store`` - **Cloudflare scope:** ``async-post`` - **Cloudflare scope path:** ``/store/async-post`` - **Cloudflare mode:** ``one-worker-for-lambda-async-post`` - **Cloudflare Worker:** ``jef-store-lambda-async-post`` - **Cloudflare Worker route:** ``api.jefoffice.com/store/async-post/\*`` - **Payload mode:** ``json-body`` Description ----------- .. list-table:: :widths: 30 70 * - ``Function`` - jef-store-post-008 Logical ID: jef-store:jef-store-printer-profiles:post-one Order Number: 008 * - ``Module`` - jef-store * - ``Action`` - post-one * - ``Method`` - POST * - ``Invocation Mode`` - ASYNC * - ``Resource Path`` - /store-printer-profiles-post-one Endpoint Name: jef-store-printer-profiles-post-one * - ``Table`` - jef-store-printer-profiles * - ``Primary Key`` - printer\_profile\_id API Gateway Response -------------------- .. list-table:: :widths: 30 70 * - ``status\_code`` - 202 * - ``message`` - Request accepted for asynchronous processing. Payload Example --------------- .. list-table:: :widths: 30 70 * - ``printer\_profile\_id`` - 13d05e3a-5e6a-4951-92c2-42cab4826ee0 * - ``entity\_number`` - 53bd307a-190c-4c04-8c22-83ac0536a6e7 * - ``employee\_number`` - 3f5e8e8f-5265-49c0-86cb-47250b7e8cc2 * - ``device\_id`` - f5237419-9501-4611-b08e-572c0710b297 * - ``device\_name`` - Sample Name * - ``service\_uuid`` - value-001 * - ``characteristic\_uuid`` - value-001 * - ``write\_mode`` - value-001 * - ``environment`` - value-001 * - ``is\_default`` - True * - ``last\_connected\_at`` - 2026-07-12T09:14:12Z * - ``is\_active`` - True * - ``is\_deleted`` - True * - ``deleted\_at`` - 2026-07-12T09:14:12Z * - ``created`` - 2026-07-12T09:14:12Z * - ``updated`` - 2026-07-12T09:14:12Z * - ``idempotency\_key`` - value-001 * - ``schema\_version`` - 1 * - ``version`` - 1 Payload Schema -------------- .. code-block:: json { "type": "object", "additionalProperties": "False", "payload_mode": "flat", "allow_children_wrapper": "False", "children_wrapper_field": "", "allow_batch": "False", "table": "jef-store-printer-profiles", "primary_key": "printer_profile_id", "required[0]": "entity_number", "required[1]": "employee_number", "required[2]": "device_id", "required[3]": "device_name", "required[4]": "service_uuid", "required[5]": "characteristic_uuid", "required[6]": "write_mode", "required[7]": "environment", "required[8]": "is_default", "required[9]": "last_connected_at", "required[10]": "is_deleted", "required[11]": "deleted_at", "required[12]": "idempotency_key", "required[13]": "schema_version", "required[14]": "version", "properties.printer_profile_id.field": "printer_profile_id", "properties.printer_profile_id.type": "S", "properties.printer_profile_id.required": "False", "properties.printer_profile_id.source_required": "True", "properties.printer_profile_id.server_generated": "True", "properties.printer_profile_id.autogenerated": "False", "properties.printer_profile_id.frontend_autocomputed": "False", "properties.printer_profile_id.format": "uuidv4", "properties.printer_profile_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "properties.entity_number.field": "entity_number", "properties.entity_number.type": "S", "properties.entity_number.required": "True", "properties.entity_number.source_required": "True", "properties.entity_number.server_generated": "True", "properties.entity_number.autogenerated": "False", "properties.entity_number.frontend_autocomputed": "False", "properties.entity_number.format": "uuidv4", "properties.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "properties.employee_number.field": "employee_number", "properties.employee_number.type": "S", "properties.employee_number.required": "True", "properties.employee_number.source_required": "True", "properties.employee_number.server_generated": "True", "properties.employee_number.autogenerated": "False", "properties.employee_number.frontend_autocomputed": "False", "properties.employee_number.format": "uuidv4", "properties.employee_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "properties.device_id.field": "device_id", "properties.device_id.type": "S", "properties.device_id.required": "True", "properties.device_id.source_required": "True", "properties.device_id.server_generated": "False", "properties.device_id.autogenerated": "False", "properties.device_id.frontend_autocomputed": "False", "properties.device_id.regex": "^[A-Za-z0-9 ._-]{1,100}$", "properties.device_name.field": "device_name", "properties.device_name.type": "S", "properties.device_name.required": "True", "properties.device_name.source_required": "True", "properties.device_name.server_generated": "False", "properties.device_name.autogenerated": "False", "properties.device_name.frontend_autocomputed": "False", "properties.device_name.regex": "^[A-Za-z0-9 ._-]{1,100}$", "properties.service_uuid.field": "service_uuid", "properties.service_uuid.type": "S", "properties.service_uuid.required": "True", "properties.service_uuid.source_required": "True", "properties.service_uuid.server_generated": "False", "properties.service_uuid.autogenerated": "False", "properties.service_uuid.frontend_autocomputed": "False", "properties.service_uuid.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "properties.characteristic_uuid.field": "characteristic_uuid", "properties.characteristic_uuid.type": "S", "properties.characteristic_uuid.required": "True", "properties.characteristic_uuid.source_required": "True", "properties.characteristic_uuid.server_generated": "False", "properties.characteristic_uuid.autogenerated": "False", "properties.characteristic_uuid.frontend_autocomputed": "False", "properties.characteristic_uuid.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "properties.write_mode.field": "write_mode", "properties.write_mode.type": "S", "properties.write_mode.required": "True", "properties.write_mode.source_required": "True", "properties.write_mode.server_generated": "False", "properties.write_mode.autogenerated": "False", "properties.write_mode.frontend_autocomputed": "False", "properties.write_mode.regex": "^[A-Za-z0-9_-]{1,64}$", "properties.environment.field": "environment", "properties.environment.type": "S", "properties.environment.required": "True", "properties.environment.source_required": "True", "properties.environment.server_generated": "False", "properties.environment.autogenerated": "False", "properties.environment.frontend_autocomputed": "False", "properties.environment.regex": "^[A-Za-z0-9 ._-]{1,100}$", "properties.is_default.field": "is_default", "properties.is_default.type": "BOOL", "properties.is_default.required": "True", "properties.is_default.source_required": "True", "properties.is_default.server_generated": "False", "properties.is_default.autogenerated": "False", "properties.is_default.frontend_autocomputed": "False", "properties.is_default.regex": "^(true|false)$", "properties.last_connected_at.field": "last_connected_at", "properties.last_connected_at.type": "S", "properties.last_connected_at.required": "True", "properties.last_connected_at.source_required": "True", "properties.last_connected_at.server_generated": "True", "properties.last_connected_at.autogenerated": "False", "properties.last_connected_at.frontend_autocomputed": "False", "properties.last_connected_at.format": "iso8601", "properties.last_connected_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "properties.is_active.field": "is_active", "properties.is_active.type": "BOOL", "properties.is_active.required": "False", "properties.is_active.source_required": "True", "properties.is_active.server_generated": "True", "properties.is_active.autogenerated": "False", "properties.is_active.frontend_autocomputed": "False", "properties.is_active.regex": "^(true|false)$", "properties.is_deleted.field": "is_deleted", "properties.is_deleted.type": "BOOL", "properties.is_deleted.required": "True", "properties.is_deleted.source_required": "True", "properties.is_deleted.server_generated": "True", "properties.is_deleted.autogenerated": "False", "properties.is_deleted.frontend_autocomputed": "False", "properties.is_deleted.regex": "^(true|false)$", "properties.deleted_at.field": "deleted_at", "properties.deleted_at.type": "S", "properties.deleted_at.required": "True", "properties.deleted_at.source_required": "True", "properties.deleted_at.server_generated": "True", "properties.deleted_at.autogenerated": "False", "properties.deleted_at.frontend_autocomputed": "False", "properties.deleted_at.format": "iso8601", "properties.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "properties.created.field": "created", "properties.created.type": "S", "properties.created.required": "False", "properties.created.source_required": "True", "properties.created.server_generated": "True", "properties.created.autogenerated": "False", "properties.created.frontend_autocomputed": "False", "properties.created.format": "iso8601", "properties.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "properties.updated.field": "updated", "properties.updated.type": "S", "properties.updated.required": "False", "properties.updated.source_required": "True", "properties.updated.server_generated": "True", "properties.updated.autogenerated": "False", "properties.updated.frontend_autocomputed": "False", "properties.updated.format": "iso8601", "properties.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "properties.idempotency_key.field": "idempotency_key", "properties.idempotency_key.type": "S", "properties.idempotency_key.required": "True", "properties.idempotency_key.source_required": "True", "properties.idempotency_key.server_generated": "True", "properties.idempotency_key.autogenerated": "False", "properties.idempotency_key.frontend_autocomputed": "False", "properties.idempotency_key.regex": "^.{1,300}$", "properties.schema_version.field": "schema_version", "properties.schema_version.type": "N", "properties.schema_version.required": "True", "properties.schema_version.source_required": "True", "properties.schema_version.server_generated": "False", "properties.schema_version.autogenerated": "False", "properties.schema_version.frontend_autocomputed": "False", "properties.schema_version.regex": "^\\d+$", "properties.version.field": "version", "properties.version.type": "N", "properties.version.required": "True", "properties.version.source_required": "True", "properties.version.server_generated": "False", "properties.version.autogenerated": "False", "properties.version.frontend_autocomputed": "False", "properties.version.regex": "^\\d+$", "children": "[]", "root.type": "object", "root.attributes.printer_profile_id.field": "printer_profile_id", "root.attributes.printer_profile_id.type": "S", "root.attributes.printer_profile_id.required": "False", "root.attributes.printer_profile_id.source_required": "True", "root.attributes.printer_profile_id.server_generated": "True", "root.attributes.printer_profile_id.autogenerated": "False", "root.attributes.printer_profile_id.frontend_autocomputed": "False", "root.attributes.printer_profile_id.format": "uuidv4", "root.attributes.printer_profile_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.entity_number.field": "entity_number", "root.attributes.entity_number.type": "S", "root.attributes.entity_number.required": "True", "root.attributes.entity_number.source_required": "True", "root.attributes.entity_number.server_generated": "True", "root.attributes.entity_number.autogenerated": "False", "root.attributes.entity_number.frontend_autocomputed": "False", "root.attributes.entity_number.format": "uuidv4", "root.attributes.entity_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.employee_number.field": "employee_number", "root.attributes.employee_number.type": "S", "root.attributes.employee_number.required": "True", "root.attributes.employee_number.source_required": "True", "root.attributes.employee_number.server_generated": "True", "root.attributes.employee_number.autogenerated": "False", "root.attributes.employee_number.frontend_autocomputed": "False", "root.attributes.employee_number.format": "uuidv4", "root.attributes.employee_number.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.device_id.field": "device_id", "root.attributes.device_id.type": "S", "root.attributes.device_id.required": "True", "root.attributes.device_id.source_required": "True", "root.attributes.device_id.server_generated": "False", "root.attributes.device_id.autogenerated": "False", "root.attributes.device_id.frontend_autocomputed": "False", "root.attributes.device_id.regex": "^[A-Za-z0-9 ._-]{1,100}$", "root.attributes.device_name.field": "device_name", "root.attributes.device_name.type": "S", "root.attributes.device_name.required": "True", "root.attributes.device_name.source_required": "True", "root.attributes.device_name.server_generated": "False", "root.attributes.device_name.autogenerated": "False", "root.attributes.device_name.frontend_autocomputed": "False", "root.attributes.device_name.regex": "^[A-Za-z0-9 ._-]{1,100}$", "root.attributes.service_uuid.field": "service_uuid", "root.attributes.service_uuid.type": "S", "root.attributes.service_uuid.required": "True", "root.attributes.service_uuid.source_required": "True", "root.attributes.service_uuid.server_generated": "False", "root.attributes.service_uuid.autogenerated": "False", "root.attributes.service_uuid.frontend_autocomputed": "False", "root.attributes.service_uuid.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.characteristic_uuid.field": "characteristic_uuid", "root.attributes.characteristic_uuid.type": "S", "root.attributes.characteristic_uuid.required": "True", "root.attributes.characteristic_uuid.source_required": "True", "root.attributes.characteristic_uuid.server_generated": "False", "root.attributes.characteristic_uuid.autogenerated": "False", "root.attributes.characteristic_uuid.frontend_autocomputed": "False", "root.attributes.characteristic_uuid.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.write_mode.field": "write_mode", "root.attributes.write_mode.type": "S", "root.attributes.write_mode.required": "True", "root.attributes.write_mode.source_required": "True", "root.attributes.write_mode.server_generated": "False", "root.attributes.write_mode.autogenerated": "False", "root.attributes.write_mode.frontend_autocomputed": "False", "root.attributes.write_mode.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.environment.field": "environment", "root.attributes.environment.type": "S", "root.attributes.environment.required": "True", "root.attributes.environment.source_required": "True", "root.attributes.environment.server_generated": "False", "root.attributes.environment.autogenerated": "False", "root.attributes.environment.frontend_autocomputed": "False", "root.attributes.environment.regex": "^[A-Za-z0-9 ._-]{1,100}$", "root.attributes.is_default.field": "is_default", "root.attributes.is_default.type": "BOOL", "root.attributes.is_default.required": "True", "root.attributes.is_default.source_required": "True", "root.attributes.is_default.server_generated": "False", "root.attributes.is_default.autogenerated": "False", "root.attributes.is_default.frontend_autocomputed": "False", "root.attributes.is_default.regex": "^(true|false)$", "root.attributes.last_connected_at.field": "last_connected_at", "root.attributes.last_connected_at.type": "S", "root.attributes.last_connected_at.required": "True", "root.attributes.last_connected_at.source_required": "True", "root.attributes.last_connected_at.server_generated": "True", "root.attributes.last_connected_at.autogenerated": "False", "root.attributes.last_connected_at.frontend_autocomputed": "False", "root.attributes.last_connected_at.format": "iso8601", "root.attributes.last_connected_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.is_active.field": "is_active", "root.attributes.is_active.type": "BOOL", "root.attributes.is_active.required": "False", "root.attributes.is_active.source_required": "True", "root.attributes.is_active.server_generated": "True", "root.attributes.is_active.autogenerated": "False", "root.attributes.is_active.frontend_autocomputed": "False", "root.attributes.is_active.regex": "^(true|false)$", "root.attributes.is_deleted.field": "is_deleted", "root.attributes.is_deleted.type": "BOOL", "root.attributes.is_deleted.required": "True", "root.attributes.is_deleted.source_required": "True", "root.attributes.is_deleted.server_generated": "True", "root.attributes.is_deleted.autogenerated": "False", "root.attributes.is_deleted.frontend_autocomputed": "False", "root.attributes.is_deleted.regex": "^(true|false)$", "root.attributes.deleted_at.field": "deleted_at", "root.attributes.deleted_at.type": "S", "root.attributes.deleted_at.required": "True", "root.attributes.deleted_at.source_required": "True", "root.attributes.deleted_at.server_generated": "True", "root.attributes.deleted_at.autogenerated": "False", "root.attributes.deleted_at.frontend_autocomputed": "False", "root.attributes.deleted_at.format": "iso8601", "root.attributes.deleted_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.created.field": "created", "root.attributes.created.type": "S", "root.attributes.created.required": "False", "root.attributes.created.source_required": "True", "root.attributes.created.server_generated": "True", "root.attributes.created.autogenerated": "False", "root.attributes.created.frontend_autocomputed": "False", "root.attributes.created.format": "iso8601", "root.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.updated.field": "updated", "root.attributes.updated.type": "S", "root.attributes.updated.required": "False", "root.attributes.updated.source_required": "True", "root.attributes.updated.server_generated": "True", "root.attributes.updated.autogenerated": "False", "root.attributes.updated.frontend_autocomputed": "False", "root.attributes.updated.format": "iso8601", "root.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.idempotency_key.field": "idempotency_key", "root.attributes.idempotency_key.type": "S", "root.attributes.idempotency_key.required": "True", "root.attributes.idempotency_key.source_required": "True", "root.attributes.idempotency_key.server_generated": "True", "root.attributes.idempotency_key.autogenerated": "False", "root.attributes.idempotency_key.frontend_autocomputed": "False", "root.attributes.idempotency_key.regex": "^.{1,300}$", "root.attributes.schema_version.field": "schema_version", "root.attributes.schema_version.type": "N", "root.attributes.schema_version.required": "True", "root.attributes.schema_version.source_required": "True", "root.attributes.schema_version.server_generated": "False", "root.attributes.schema_version.autogenerated": "False", "root.attributes.schema_version.frontend_autocomputed": "False", "root.attributes.schema_version.regex": "^\\d+$", "root.attributes.version.field": "version", "root.attributes.version.type": "N", "root.attributes.version.required": "True", "root.attributes.version.source_required": "True", "root.attributes.version.server_generated": "False", "root.attributes.version.autogenerated": "False", "root.attributes.version.frontend_autocomputed": "False", "root.attributes.version.regex": "^\\d+$" } Response Schema --------------- .. code-block:: json { "type": "object", "properties.ok.type": "boolean", "properties.accepted.type": "boolean", "properties.is_committed.type": "boolean", "properties.request_id.type": "string", "properties.message.type": "string", "properties.table.type": "string", "properties.operation.type": "string", "properties.primary_key.type": "string", "properties.primary_key_value.type": "string", "properties.item_write_count.type": "number", "properties.child_write_count.type": "number" } Request Payload --------------- .. code-block:: json { "printer_profile_id": "13d05e3a-5e6a-4951-92c2-42cab4826ee0", "entity_number": "53bd307a-190c-4c04-8c22-83ac0536a6e7", "employee_number": "3f5e8e8f-5265-49c0-86cb-47250b7e8cc2", "device_id": "f5237419-9501-4611-b08e-572c0710b297", "device_name": "Sample Name", "service_uuid": "value-001", "characteristic_uuid": "value-001", "write_mode": "value-001", "environment": "value-001", "is_default": "True", "last_connected_at": "2026-07-12T09:14:12Z", "is_active": "True", "is_deleted": "True", "deleted_at": "2026-07-12T09:14:12Z", "created": "2026-07-12T09:14:12Z", "updated": "2026-07-12T09:14:12Z", "idempotency_key": "value-001", "schema_version": "1", "version": "1" } Response -------- .. code-block:: json { "type": "object", "properties.ok.type": "boolean", "properties.accepted.type": "boolean", "properties.is_committed.type": "boolean", "properties.request_id.type": "string", "properties.message.type": "string", "properties.table.type": "string", "properties.operation.type": "string", "properties.primary_key.type": "string", "properties.primary_key_value.type": "string", "properties.item_write_count.type": "number", "properties.child_write_count.type": "number" } CMD curl -------- .. code-block:: bat curl -X POST "https://api.jefoffice.com/store/async-post/store-printer-profiles-post-one" -H "Content-Type: application/json" --data-raw "{\"printer_profile_id\": \"13d05e3a-5e6a-4951-92c2-42cab4826ee0\", \"entity_number\": \"53bd307a-190c-4c04-8c22-83ac0536a6e7\", \"employee_number\": \"3f5e8e8f-5265-49c0-86cb-47250b7e8cc2\", \"device_id\": \"f5237419-9501-4611-b08e-572c0710b297\", \"device_name\": \"Sample Name\", \"service_uuid\": \"value-001\", \"characteristic_uuid\": \"value-001\", \"write_mode\": \"value-001\", \"environment\": \"value-001\", \"is_default\": true, \"last_connected_at\": \"2026-07-12T09:14:12Z\", \"is_active\": true, \"is_deleted\": true, \"deleted_at\": \"2026-07-12T09:14:12Z\", \"created\": \"2026-07-12T09:14:12Z\", \"updated\": \"2026-07-12T09:14:12Z\", \"idempotency_key\": \"value-001\", \"schema_version\": 1, \"version\": 1}" PowerShell curl --------------- .. code-block:: powershell curl.exe -X POST "https://api.jefoffice.com/store/async-post/store-printer-profiles-post-one" -H "Content-Type: application/json" --data-raw '{"printer_profile_id": "13d05e3a-5e6a-4951-92c2-42cab4826ee0", "entity_number": "53bd307a-190c-4c04-8c22-83ac0536a6e7", "employee_number": "3f5e8e8f-5265-49c0-86cb-47250b7e8cc2", "device_id": "f5237419-9501-4611-b08e-572c0710b297", "device_name": "Sample Name", "service_uuid": "value-001", "characteristic_uuid": "value-001", "write_mode": "value-001", "environment": "value-001", "is_default": true, "last_connected_at": "2026-07-12T09:14:12Z", "is_active": true, "is_deleted": true, "deleted_at": "2026-07-12T09:14:12Z", "created": "2026-07-12T09:14:12Z", "updated": "2026-07-12T09:14:12Z", "idempotency_key": "value-001", "schema_version": 1, "version": 1}'