BundleEntryResponse
Response metadata for an entry in a transaction-response or batch-response bundle. Contains the outcome of the operation that was performed.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| BundleEntryResponse | Response metadata for an entry in a transaction-response or batch-response bundle. | ||
| status | 1..1 | string | The HTTP status code and phrase returned by the server. |
| location | 0..1 | string | The location header returned by the server (for created/updated resources). |
| etag | 0..1 | string | The ETag for the resource, as returned by the server |
| lastModified | 0..1 | string | When the resource was last modified on the server. |
Example
json
{
"status": "201 Created",
"location": "Policy/pol-2025-1001/_history/1",
"etag": "W/\"1\"",
"lastModified": "2025-07-01T10:30:00Z"
}JSON Schema
Full JSON Schema: BundleEntryResponse.schema.json