ApplyReferralRequest
Request to apply a referral code
Properties
| Property | Type | Required | Description |
|---|---|---|---|
referral_code |
string | Yes |
View JSON Schema
{
"type": "object",
"description": "Request to apply a referral code",
"required": [
"referral_code"
],
"properties": {
"referral_code": {
"type": "string"
}
}
}