Namespace: Org.OData.Repeatability.V1
Terms describing repeatable requests
Term | Type | Description |
---|---|---|
Supported | Tag | Repeatable requests are supported for the annotated service, entity set, or action Annotations on entity set or action import level override an annotation on entity container level, and an annotation on action level override an annotation on action import level. |
DeleteWithClientIDSupported | Tag | Deletion of remembered requests by client ID is supported Clients that specify a RepeatabilityClientID header can delete all remembered requests for that client ID by sending aDELETE $RepeatableRequestsWithClientID/{Repeatability-Client-ID} request to the service root. |
DeleteWithRequestIDSupported | Tag | Deletion of remembered requests by request ID is supported Clients can delete a single remembered request by sending a DELETE $RepeatableRequestWithRequestID/{Repeatability-Request-ID} request to the service root. |