<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5001.0.38" />

Relativity.Testing.Framework.Api.Services.IProductionPlaceholderService

Represents the production placeholder API service.
ProductionPlaceholder Create(int workspaceId, ProductionPlaceholder entity)

Creates the specified production placeholder.

void Delete(int workspaceId, int entityId)

Delete the production placeholder by the specified artifact ID.

bool Exists(int workspaceId, int entityId)

Determines whether the production placeholder with the specified case artifact ID exists.

ProductionPlaceholder Get(int workspaceId, int entityId)

Gets the production placeholder by the specified ID.

DefaultFieldValue<NamedArtifact> GetDefaultFieldValues(int workspaceId)

Retrieve default field values for a placeholder.

void Update(int workspaceId, ProductionPlaceholder entity)

Updates the specified production placeholder.