sendForRevision method

ResponseFuture<IdentifierResponse> sendForRevision(
  1. IdentifierUUIDWithUserComment request, {
  2. CallOptions? options,
})

Sends the record back to the creator for corrections.

Use this if details are incorrect or missing.

Status Transition: -> REVISION

Side Effects:

  • Notifies the record creator that changes are required.

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> sendForRevision(
  $1.IdentifierUUIDWithUserComment request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$sendForRevision, request, options: options);
}