POST api/Customer/GetCustomerReferralList

Documentation for 'GetCustomerReferralList'.

Request Information

Parameters

NameDescriptionAdditional information
Obj
Documentation for 'Obj'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Customer_Referral_Id": 1,
  "Referral_Name": "sample string 2",
  "Referral_Mobile": "sample string 3",
  "Referral_Mobile2": "sample string 4",
  "Referral_Email": "sample string 5",
  "Referral_Address": "sample string 6",
  "Referral_Relation_Remarks": "sample string 7",
  "Referral_Project_Id": 8,
  "CP_Id": 9,
  "Registration_Id": 10,
  "Action": "sample string 11",
  "Customer_Name": "sample string 12",
  "Project_Name": "sample string 13",
  "Display_Create_Date": "sample string 14",
  "Referral_Location": "sample string 15",
  "Token": "sample string 16",
  "username": "sample string 17",
  "password": "sample string 18",
  "DeviceId": "sample string 19",
  "FromDevice": 20,
  "CustomerId": 21,
  "Type": "sample string 22",
  "Status": 23
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "Customer_Referral_Id": 1,
      "Referral_Name": "sample string 2",
      "Referral_Mobile": "sample string 3",
      "Referral_Mobile2": "sample string 4",
      "Referral_Email": "sample string 5",
      "Referral_Address": "sample string 6",
      "Referral_Relation_Remarks": "sample string 7",
      "Referral_Project_Id": 8,
      "CP_Id": 9,
      "Registration_Id": 10,
      "Action": "sample string 11",
      "Customer_Name": "sample string 12",
      "Project_Name": "sample string 13",
      "Display_Create_Date": "sample string 14",
      "Referral_Location": "sample string 15",
      "Token": "sample string 16",
      "username": "sample string 17",
      "password": "sample string 18",
      "DeviceId": "sample string 19",
      "FromDevice": 20,
      "CustomerId": 21,
      "Type": "sample string 22",
      "Status": 23
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}