@mbanq/core-sdk-js / commands / UploadClientIdentifierDocument
Function: UploadClientIdentifierDocument()
UploadClientIdentifierDocument(
params,data):Command<{data: {description?:string;file:Buffer<ArrayBufferLike> |Blob|File;name:string;type?:string; };params: {clientId:number;identifierId:string; }; },objectOutputType<{changes:ZodRecord<ZodString,ZodAny>;clientId:ZodNumber;id:ZodNumber;isScheduledTransfer:ZodBoolean;isSkipNotification:ZodBoolean;officeId:ZodNumber;resourceId:ZodNumber; },ZodAny,"strip">>
Defined in: src/commands/rest/clientIdentifier.ts:166
Parameters
params
clientId
number = ...
identifierId
string = ...
data
description?
string = ...
file
Buffer<ArrayBufferLike> | Blob | File = ...
name
string = ...
type?
string = ...
Returns
Command<{ data: { description?: string; file: Buffer<ArrayBufferLike> | Blob | File; name: string; type?: string; }; params: { clientId: number; identifierId: string; }; }, objectOutputType<{ changes: ZodRecord<ZodString, ZodAny>; clientId: ZodNumber; id: ZodNumber; isScheduledTransfer: ZodBoolean; isSkipNotification: ZodBoolean; officeId: ZodNumber; resourceId: ZodNumber; }, ZodAny, "strip">>