interface TapfiliateNodeParameters {
additionalFields?:
| {
addressUi?: {
addressValues: {
address?: string;
address_two?: string;
city?: string;
country?: string;
postal_code?: string;
state?: string;
};
};
companyName?: string;
}
| { approved?: boolean; coupon?: string };
affiliateId?: string;
email?: string;
filters?:
| {
affiliate_group_id?: string;
click_id?: string;
email?: string;
parentId?: string;
referral_code?: string;
source_id?: string;
}
| {
affiliate_group_id?: string;
email?: string;
parentId?: string;
source_id?: string;
};
firstname?: string;
key?: string;
lastname?: string;
limit?: number;
metadataUi?: {
metadataValues: { key?: string; value?: string }[];
};
operation?: | "create"
| "get"
| "getAll"
| "update"
| "add"
| "remove"
| "delete"
| "approve"
| "disapprove";
programId?: string;
resource?: | "affiliate"
| "affiliateMetadata"
| "programAffiliate";
returnAll?: boolean;
value?: string;
}
Properties§
Source§readonly additional Fields?:
| {
addressUi?: {
addressValues: {
address?: string;
address_two?: string;
city?: string;
country?: string;
postal_code?: string;
state?: string;
};
};
companyName?: string;
}
| { approved?: boolean; coupon?: string }
readonly additional Fields?:
| {
addressUi?: {
addressValues: {
address?: string;
address_two?: string;
city?: string;
country?: string;
postal_code?: string;
state?: string;
};
};
companyName?: string;
}
| { approved?: boolean; coupon?: string }
Source§readonly filters?:
| {
affiliate_group_id?: string;
click_id?: string;
email?: string;
parentId?: string;
referral_code?: string;
source_id?: string;
}
| {
affiliate_group_id?: string;
email?: string;
parentId?: string;
source_id?: string;
}
readonly filters?:
| {
affiliate_group_id?: string;
click_id?: string;
email?: string;
parentId?: string;
referral_code?: string;
source_id?: string;
}
| {
affiliate_group_id?: string;
email?: string;
parentId?: string;
source_id?: string;
}
Default: {}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 100 Type options: {"minValue":1,"maxValue":1000}
Source§readonly metadata Ui?: { metadataValues: { key?: string; value?: string }[] }
readonly metadata Ui?: { metadataValues: { key?: string; value?: string }[] }
Meta data Default: {} Type options: {"multipleValues":true}
Source§readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "add"
| "remove"
| "delete"
| "approve"
| "disapprove"
readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "add"
| "remove"
| "delete"
| "approve"
| "disapprove"
Default: "create"
Source§readonly program Id?: string
readonly program Id?: string
The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getPrograms"}
Default: {}