# New Influencer Referral Adds a new order/referral to an influencer's affiliate performance. Endpoint: POST /v1/crm/new_influencer_referral Version: 1.4.2 Security: ApiKeyAuth ## Request fields (application/json): - `influencer_handle` (string) Influencer handle. Either deal_id, influencer_handle, or collab_id is required. Example: "therock" - `deal_id` (string) Deal ID or URL. Either deal_id, influencer_handle, or collab_id is required. Example: "ETUNQ6ZTW1" - `collab_id` (string) Collaboration ID. Either deal_id, influencer_handle, or collab_id is required. Example: "V2KYU6F9" - `brand_id` (integer) Brand ID (optional, used to find the correct collaboration if multiple exist). Example: 4819 - `order_id` (string) Order ID. Recommended to include for tracking purposes. Example: "891237123" - `order_revenue` (number) Revenue of the order. Example: 150.5 - `order_platform` (string) Platform of the order. Example: "shopify" - `order_discount_codes_used` (string) Discount codes used. Example: "DISCOUNT50" - `order_notes` (string) Notes about the order. Example: "High-value customer." - `currency` (string) Currency code for the order (e.g., USD, EUR). Defaults to account currency. Example: "USD" ## Response 200 fields ## Response 400 fields ## Response 404 fields