Skip to content

@mbanq/core-sdk-js v0.50.0


@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">>

Released under the MIT License.