Skip to main content

Input fields

referralId : Int! required

The ID of the account referral to update.

status : ReferralStatus! required

The new status for the account referral. Status can only move forward: Pending -> Paid or Cancelled.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "referralId": 77638546, "status": "PENDING" }