POST api/NomineeDetails/CreateNom_Self

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
NomineeModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "NMNT_ID": 1,
  "DOC_CODE": "sample string 2",
  "DI_District": "sample string 3",
  "EMP_EMPLOYEE_ID": 4,
  "EMP_EMPLOYEE_CODE": "sample string 5",
  "EmpID": 6,
  "EMP_FIRST_NAME": "sample string 7",
  "DOC_YEAR_CODE": "2025-12-07T08:00:29.1458978+05:30",
  "Nom_No": "sample string 9",
  "DepndId1": 1,
  "lic": "sample string 10",
  "eps": "sample string 11",
  "EbenifitModel": [
    {
      "DepndId1": 1,
      "LIC": 2,
      "EPS": 3,
      "GRU": 4,
      "DEPND_NAME": "sample string 5",
      "DEPND_ID": 1,
      "NMNT_LIC_PERC": 6,
      "NMNT_EPS_PERC": 7,
      "NMNT_GRTY_PERC": 8
    },
    {
      "DepndId1": 1,
      "LIC": 2,
      "EPS": 3,
      "GRU": 4,
      "DEPND_NAME": "sample string 5",
      "DEPND_ID": 1,
      "NMNT_LIC_PERC": 6,
      "NMNT_EPS_PERC": 7,
      "NMNT_GRTY_PERC": 8
    },
    {
      "DepndId1": 1,
      "LIC": 2,
      "EPS": 3,
      "GRU": 4,
      "DEPND_NAME": "sample string 5",
      "DEPND_ID": 1,
      "NMNT_LIC_PERC": 6,
      "NMNT_EPS_PERC": 7,
      "NMNT_GRTY_PERC": 8
    }
  ],
  "gru": "sample string 12",
  "LIC": 13,
  "EPS": 14,
  "GRU": 15,
  "DivisionId": 16,
  "GetEmployee": {
    "EMP_EMPLOYEE_CODE": "sample string 1",
    "EMP_FIRST_NAME": "sample string 2",
    "EMP_EMPLOYEE_ID": 1,
    "DI_District": "sample string 3",
    "desg_name": "sample string 4",
    "EMP_CATEGORY": "sample string 5",
    "EMP_GROUP": "sample string 6",
    "EMP_TYPE": "sample string 7",
    "Department_Name": "sample string 8"
  },
  "NomineeDistrictModel": {
    "DI_Id": 1,
    "DI_District": "sample string 2"
  },
  "GetDependets": {
    "DEPND_NAME": "sample string 1",
    "DEPND_ID": 2
  },
  "GetRelation": {
    "DEPND_ID": 1,
    "Relation_Id": 2,
    "Relation_Name": "sample string 3"
  },
  "DEPND_ID": 17,
  "DI_Id": 18,
  "Doc_Year": "2025-12-07T08:00:29.1468982+05:30",
  "Department_Name": "sample string 20",
  "DOC_DATE": "2025-12-07T08:00:29.1468982+05:30",
  "STATUS": "sample string 22",
  "District": "sample string 23",
  "Doc_STATUS": "sample string 24"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NomineeModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.