uploadDebitNoteItems method

ResponseFuture<IdentifiersList> uploadDebitNoteItems(
  1. IdentifierUUIDWithFile request, {
  2. CallOptions? options,
})

Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.

Implementation

$grpc.ResponseFuture<$1.IdentifiersList> uploadDebitNoteItems(
  $1.IdentifierUUIDWithFile request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$uploadDebitNoteItems, request, options: options);
}