POST api/Referral/referfriends

Request Information

URI Parameters

None.

Body Parameters

ReferfriendsRequest
NameDescriptionTypeAdditional information
Referrals

Collection of RefCompReferrals

None.

RefUserId

globally unique identifier

None.

Brand

string

None.

IsLiveMode

boolean

None.

IsAdmin

boolean

None.

Referrer

ReferralCampaign

None.

Request Formats

application/json, text/json

Sample:
{
  "Referrals": [
    {
      "Name": "sample string 1",
      "Number": "sample string 2"
    },
    {
      "Name": "sample string 1",
      "Number": "sample string 2"
    }
  ],
  "RefUserId": "e6395914-d592-4ef9-a49a-75b1218bd04b",
  "Brand": "sample string 2",
  "IsLiveMode": true,
  "IsAdmin": true,
  "Referrer": {
    "Email": "sample string 1",
    "Name": "sample string 2",
    "Password": "sample string 3",
    "ContactNumber": "sample string 4",
    "IdNumber": "sample string 5",
    "TicketAmountLeft": "sample string 6",
    "ShowOtp": true,
    "Msg": "sample string 8",
    "Resend": true,
    "Otp": "sample string 10",
    "SubmitOtp": true,
    "Communication": true,
    "User": {
      "Id": 1,
      "UserID": "b7f92e9b-4192-46d7-adca-f14db33d2aa7",
      "Creeated": "2025-10-07T22:57:37.3073714+02:00",
      "Name": "sample string 4",
      "Number": "sample string 5",
      "Email": "sample string 6",
      "vdn": "sample string 7",
      "TaxNumber": "sample string 8",
      "IdNumber": "sample string 9",
      "HasQualifiedCount": 10,
      "ContactID": "sample string 11",
      "Password": "sample string 12",
      "OTPExpiryDate": "2025-10-07T22:57:37.3073714+02:00",
      "Competition": "sample string 14",
      "RefCampaignReferral": [
        {
          "Id": 1,
          "UserID": "809f10b3-437c-493d-a58c-9821f6b94efe",
          "Creeated": "2025-10-07T22:57:37.3073714+02:00",
          "Name": "sample string 4",
          "Number": "sample string 5",
          "Email": "sample string 6",
          "vdn": "sample string 7",
          "ContactID": "sample string 8",
          "HasQuoted": true,
          "PaymentsCount": 10,
          "Competition": "sample string 11",
          "errorCode": 12
        },
        {
          "Id": 1,
          "UserID": "809f10b3-437c-493d-a58c-9821f6b94efe",
          "Creeated": "2025-10-07T22:57:37.3073714+02:00",
          "Name": "sample string 4",
          "Number": "sample string 5",
          "Email": "sample string 6",
          "vdn": "sample string 7",
          "ContactID": "sample string 8",
          "HasQuoted": true,
          "PaymentsCount": 10,
          "Competition": "sample string 11",
          "errorCode": 12
        }
      ],
      "RefCampaignTicket": [
        {
          "Id": 1,
          "SeqNo": "sample string 2",
          "CardNo": "sample string 3",
          "CVV": "sample string 4",
          "IsUsed": true
        },
        {
          "Id": 1,
          "SeqNo": "sample string 2",
          "CardNo": "sample string 3",
          "CVV": "sample string 4",
          "IsUsed": true
        }
      ]
    },
    "EntryCount": 13,
    "Entries": 14,
    "Referrals": 15,
    "PaymentsCount": 16,
    "HasQuoted": 17,
    "HasQualifiedCount": 18,
    "LinkedNumber": "sample string 19",
    "LinkedId": 20
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.