Skip to content

BundleEntryRequest

Request metadata for an entry in a transaction or batch bundle. Describes the HTTP operation the server should perform for this entry.

Structure

NameCard.TypeDescription
RBundleEntryRequestRequest metadata for an entry in a transaction or batch bundle.
method1..1GET | HEAD | POST | PUT | DELETE | PATCHThe HTTP method for this entry.
url1..1stringThe URL for this entry, relative to the server base.
ifNoneMatch0..1stringOnly perform the operation if the ETag does not match (for caching).
ifModifiedSince0..1stringOnly perform the operation if the resource was modified after this date.
ifMatch0..1stringOnly perform the operation if the ETag matches (for concurrency control).
ifNoneExist0..1stringOnly perform the create if no resource already matches the given criteria.

Example

json
{
  "method": "PUT",
  "url": "Policy/pol-2025-1001"
}

JSON Schema

Full JSON Schema: BundleEntryRequest.schema.json