UpdateAccountReferralStatusInput
Required information for updating the status of an account referral
Input fields
The ID of the account referral to update.
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"
}