<PackageReference Include="Relativity.Processing.SDK" Version="13.29.354" />

Relativity.Processing.V1.Services.IProcessingCustodianManager

IProcessingCustodianManager interface contains interactions required to interact with a Custodian
Task<int> CreateAsync(int workspaceID, ProcessingCustodian custodian)

Creates a custodian. Returns the artifact id of the custodian (on new and update)

Task<ProcessingCustodian> ReadAsync(int workspaceID, int custodianID)

Read a custodian. Returns the custodian belonging to the artifact id passed in

Task<int> UpdateAsync(int workspaceID, int custodianID, ProcessingCustodian custodian)

Updates an existing custodian. Returns the artifact id of the custodian (on new and update)