Skip to content

@mbanq/core-sdk-js v0.50.0


@mbanq/core-sdk-js / commands / UpdateClientIdentifier

Function: UpdateClientIdentifier()

UpdateClientIdentifier(params, data): Command<{ data: objectOutputType; 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:135

Parameters

params

clientId

number = ...

identifierId

string = ...

data

objectOutputType

Returns

Command<{ data: objectOutputType; 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.