interface IPostEntryWithEdocMetadataRequest {
    metadata?: PutFieldValsRequest;
    template?: string;
    volumeName?: string;
}

Implemented by

Properties

template?: string

The name of the template assigned to the entry.

volumeName?: string

The name of the volume to use. Will use the default parent entry volume if not specified. This is ignored in Laserfiche Cloud.