BundleEntryRequest
Request metadata for an entry in a transaction or batch bundle. Describes the HTTP operation the server should perform for this entry.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| BundleEntryRequest | Request metadata for an entry in a transaction or batch bundle. | ||
| method | 1..1 | GET | HEAD | POST | PUT | DELETE | PATCH | The HTTP method for this entry. |
| url | 1..1 | string | The URL for this entry, relative to the server base. |
| ifNoneMatch | 0..1 | string | Only perform the operation if the ETag does not match (for caching). |
| ifModifiedSince | 0..1 | string | Only perform the operation if the resource was modified after this date. |
| ifMatch | 0..1 | string | Only perform the operation if the ETag matches (for concurrency control). |
| ifNoneExist | 0..1 | string | Only 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