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