Mes.WebApi.Shared.ModelsV3.MiddlewareAccessPutResponse JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
The MiddlewareAccessPutResponse model represents the response returned from a MiddlewareAccess PutByCommand call for which the command is specified in the URI.
| Name | Description | Data Type |
|---|---|---|
| last_edit_at | The date and time when the object record was last updated. | string |
| mod_id | The current modification ID of the record that was updated. This ID is binary number that increments each time the record's table row is modified. Optionally used for optimistic concurrency control when performing updates or deletes. | string |
| raw_xml | The raw XML that represents the values for the other columns of the updated object. | string |