IFieldManager.CreateDecimalFieldAsync Method

Relativity Services API
Adds a Decimal field to Relativity.

Namespace:  Relativity.Services.Interfaces.Field
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<int> CreateDecimalFieldAsync(
	int workspaceID,
	DecimalFieldRequest fieldRequest
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the Decimal field should be created. Use -1 to indicate the admin workspace.
fieldRequest
Type: Relativity.Services.Interfaces.Field.Models.DecimalFieldRequest
The data about the Decimal field being created.

Return Value

Type: Task<Int32>
See Also

Reference