Interface implemented by OData requests needing identifier to reference an entity for a batch request like create, delete, getByKey, update or bound actions/functions.

interface BatchReference {
    id: string;
}

Properties

Properties

id: string

Batch reference identifier.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.