Topic 4
Additional Customer Fields Create - Triggered when an additional customer field is created.
Return Type
AdditionalCustomerFieldsResultView {
customerId: string;
id?: string;
createdBy?: string;
updatedBy?: string;
schemeId?: string;
name?: string;
key?: string;
value?: string;
updatedDate?: Date;
createdDate?: Date;
internal?: boolean;
}
Updated almost 2 years ago
What’s Next