SerenAI

Pay Per Call Agentic Commerce

ApplyReferralRequest

Request to apply a referral code

Properties

PropertyTypeRequiredDescription
referral_code string Yes
View JSON Schema
{
  "type": "object",
  "description": "Request to apply a referral code",
  "required": [
    "referral_code"
  ],
  "properties": {
    "referral_code": {
      "type": "string"
    }
  }
}