Skip to content

BundleEntryResponse

Response metadata for an entry in a transaction-response or batch-response bundle. Contains the outcome of the operation that was performed.

Structure

NameCard.TypeDescription
RBundleEntryResponseResponse metadata for an entry in a transaction-response or batch-response bundle.
status1..1stringThe HTTP status code and phrase returned by the server.
location0..1stringThe location header returned by the server (for created/updated resources).
etag0..1stringThe ETag for the resource, as returned by the server
lastModified0..1stringWhen 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