POST
/
api
/
v1
/
referral_users
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "referral": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "hash": "<string>",
    "id": 123,
    "user": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "firstName": "<string>",
      "lastName": "<string>",
      "logo": "<string>"
    },
    "dateCreated": "2023-11-07T05:31:56Z",
    "status": "AWAITING_REFERRAL"
  },
  "user": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "firstName": "<string>",
    "lastName": "<string>",
    "logo": "<string>"
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "referralReason": "<string>",
  "answer1": "<string>",
  "answer2": "<string>",
  "answer3": "<string>"
}

Body

The new ReferralUser resource

referral
string<iri-reference>
Example:

"https://example.com/"

user
string<iri-reference>
Example:

"https://example.com/"

referralReason
string | null
answer1
string
answer2
string
answer3
string

Response

ReferralUser resource created

@context
@id
string
@type
string
id
integer
referral
object
user
object
dateCreated
string<date-time>
referralReason
string | null
answer1
string
answer2
string
answer3
string