Mes.WebApi.Shared.ModelsV3.MiddlewareAccessPostResponse JSON Schema
- Last UpdatedNov 06, 2025
- 1 minute read
The MiddlewareAccessPostResponse model represents the response returned from a MiddlewareAccess PostByCommand call, for which the command is specified in the URI.
| Name | Description | Data Type |
|---|---|---|
| identity | The ID of the object that was added, assigned by the system. | integer |
| last_edit_at | The date and time when the object record was added. | string |
| mod_id | The current modification ID of the record that was added. 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 new object. | string |