POST api/v1/offee/PostMeritAllotment

Request Information

URI Parameters

None.

Body Parameters

MeritAllotment
NameDescriptionTypeAdditional information
MeritAllotmentInfo

Collection of MeritAllotmentInfo

None.

MeritAllotmentDet

Collection of MeritAllotmentDet

None.

Request Formats

application/json, text/json

Sample:
{
  "meritAllotmentInfo": [
    {
      "crM_MERIT_ALLOTMENT_REF_ID": "sample string 1",
      "academiC_YEAR_ID": 1,
      "insT_ID": 1,
      "institutE_NAME": "sample string 2",
      "leveL_OF_STUDY_ID": 1,
      "leveL_OF_STUDY_NAME": "sample string 3",
      "desciplinE_NAME": "sample string 4",
      "disciplinE_ID": 1,
      "coursE_ID": 1,
      "clasS_ID": 1,
      "programmE_NAME": "sample string 5",
      "clasS_NAME": "sample string 6",
      "meriT_ROUND_ID": 1,
      "meriT_ROUND_NAME": "sample string 7",
      "categorY_ID": 1,
      "categorY_NAME": "sample string 8",
      "meriT_ALLOTMENT_CRITERIA": "sample string 9",
      "autO_MANUAL": "sample string 10",
      "meriT_PROCESSED_DATE_TIME": "2025-04-02T07:00:56.0846096+00:00",
      "meriT_PROCESSED_BY_NAME": "sample string 11",
      "meriT_PROCESSED_BY_EMAIL_ID": "sample string 12",
      "meriT_APPROVAL_STATUS": "sample string 13",
      "meriT_APPROVED_DATE_TIME": "2025-04-02T07:00:56.0846096+00:00",
      "meriT_APPROVED_BY_NAME": "sample string 14",
      "meriT_APPROVED_BY_EMAIL_ID": "sample string 15"
    },
    {
      "crM_MERIT_ALLOTMENT_REF_ID": "sample string 1",
      "academiC_YEAR_ID": 1,
      "insT_ID": 1,
      "institutE_NAME": "sample string 2",
      "leveL_OF_STUDY_ID": 1,
      "leveL_OF_STUDY_NAME": "sample string 3",
      "desciplinE_NAME": "sample string 4",
      "disciplinE_ID": 1,
      "coursE_ID": 1,
      "clasS_ID": 1,
      "programmE_NAME": "sample string 5",
      "clasS_NAME": "sample string 6",
      "meriT_ROUND_ID": 1,
      "meriT_ROUND_NAME": "sample string 7",
      "categorY_ID": 1,
      "categorY_NAME": "sample string 8",
      "meriT_ALLOTMENT_CRITERIA": "sample string 9",
      "autO_MANUAL": "sample string 10",
      "meriT_PROCESSED_DATE_TIME": "2025-04-02T07:00:56.0846096+00:00",
      "meriT_PROCESSED_BY_NAME": "sample string 11",
      "meriT_PROCESSED_BY_EMAIL_ID": "sample string 12",
      "meriT_APPROVAL_STATUS": "sample string 13",
      "meriT_APPROVED_DATE_TIME": "2025-04-02T07:00:56.0846096+00:00",
      "meriT_APPROVED_BY_NAME": "sample string 14",
      "meriT_APPROVED_BY_EMAIL_ID": "sample string 15"
    }
  ],
  "meritAllotmentDet": [
    {
      "crM_MERIT_ALLOTMENT_RFE_ID": "sample string 1",
      "crM_APPLICATION_NO": "sample string 2",
      "coursE_ID": 1,
      "clasS_ID": 1,
      "programmE_NAME": "sample string 3",
      "clasS_NAME": "sample string 4",
      "preference": 1,
      "allotmenT_TYPE": "sample string 5",
      "waitinG_LIST_NO": 1
    },
    {
      "crM_MERIT_ALLOTMENT_RFE_ID": "sample string 1",
      "crM_APPLICATION_NO": "sample string 2",
      "coursE_ID": 1,
      "clasS_ID": 1,
      "programmE_NAME": "sample string 3",
      "clasS_NAME": "sample string 4",
      "preference": 1,
      "allotmenT_TYPE": "sample string 5",
      "waitinG_LIST_NO": 1
    }
  ]
}

application/xml, text/xml

Sample:
<MeritAllotment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO">
  <MeritAllotmentDet>
    <MeritAllotmentDet>
      <ALLOTMENT_TYPE>sample string 5</ALLOTMENT_TYPE>
      <CLASS_ID>1</CLASS_ID>
      <CLASS_NAME>sample string 4</CLASS_NAME>
      <COURSE_ID>1</COURSE_ID>
      <CRM_APPLICATION_NO>sample string 2</CRM_APPLICATION_NO>
      <CRM_MERIT_ALLOTMENT_RFE_ID>sample string 1</CRM_MERIT_ALLOTMENT_RFE_ID>
      <PREFERENCE>1</PREFERENCE>
      <PROGRAMME_NAME>sample string 3</PROGRAMME_NAME>
      <WAITING_LIST_NO>1</WAITING_LIST_NO>
    </MeritAllotmentDet>
    <MeritAllotmentDet>
      <ALLOTMENT_TYPE>sample string 5</ALLOTMENT_TYPE>
      <CLASS_ID>1</CLASS_ID>
      <CLASS_NAME>sample string 4</CLASS_NAME>
      <COURSE_ID>1</COURSE_ID>
      <CRM_APPLICATION_NO>sample string 2</CRM_APPLICATION_NO>
      <CRM_MERIT_ALLOTMENT_RFE_ID>sample string 1</CRM_MERIT_ALLOTMENT_RFE_ID>
      <PREFERENCE>1</PREFERENCE>
      <PROGRAMME_NAME>sample string 3</PROGRAMME_NAME>
      <WAITING_LIST_NO>1</WAITING_LIST_NO>
    </MeritAllotmentDet>
  </MeritAllotmentDet>
  <MeritAllotmentInfo>
    <MeritAllotmentInfo>
      <ACADEMIC_YEAR_ID>1</ACADEMIC_YEAR_ID>
      <AUTO_MANUAL>sample string 10</AUTO_MANUAL>
      <CATEGORY_ID>1</CATEGORY_ID>
      <CATEGORY_NAME>sample string 8</CATEGORY_NAME>
      <CLASS_ID>1</CLASS_ID>
      <CLASS_NAME>sample string 6</CLASS_NAME>
      <COURSE_ID>1</COURSE_ID>
      <CRM_MERIT_ALLOTMENT_REF_ID>sample string 1</CRM_MERIT_ALLOTMENT_REF_ID>
      <DESCIPLINE_NAME>sample string 4</DESCIPLINE_NAME>
      <DISCIPLINE_ID>1</DISCIPLINE_ID>
      <INSTITUTE_NAME>sample string 2</INSTITUTE_NAME>
      <INST_ID>1</INST_ID>
      <LEVEL_OF_STUDY_ID>1</LEVEL_OF_STUDY_ID>
      <LEVEL_OF_STUDY_NAME>sample string 3</LEVEL_OF_STUDY_NAME>
      <MERIT_ALLOTMENT_CRITERIA>sample string 9</MERIT_ALLOTMENT_CRITERIA>
      <MERIT_APPROVAL_STATUS>sample string 13</MERIT_APPROVAL_STATUS>
      <MERIT_APPROVED_BY_EMAIL_ID>sample string 15</MERIT_APPROVED_BY_EMAIL_ID>
      <MERIT_APPROVED_BY_NAME>sample string 14</MERIT_APPROVED_BY_NAME>
      <MERIT_APPROVED_DATE_TIME>2025-04-02T07:00:56.0846096+00:00</MERIT_APPROVED_DATE_TIME>
      <MERIT_PROCESSED_BY_EMAIL_ID>sample string 12</MERIT_PROCESSED_BY_EMAIL_ID>
      <MERIT_PROCESSED_BY_NAME>sample string 11</MERIT_PROCESSED_BY_NAME>
      <MERIT_PROCESSED_DATE_TIME>2025-04-02T07:00:56.0846096+00:00</MERIT_PROCESSED_DATE_TIME>
      <MERIT_ROUND_ID>1</MERIT_ROUND_ID>
      <MERIT_ROUND_NAME>sample string 7</MERIT_ROUND_NAME>
      <PROGRAMME_NAME>sample string 5</PROGRAMME_NAME>
    </MeritAllotmentInfo>
    <MeritAllotmentInfo>
      <ACADEMIC_YEAR_ID>1</ACADEMIC_YEAR_ID>
      <AUTO_MANUAL>sample string 10</AUTO_MANUAL>
      <CATEGORY_ID>1</CATEGORY_ID>
      <CATEGORY_NAME>sample string 8</CATEGORY_NAME>
      <CLASS_ID>1</CLASS_ID>
      <CLASS_NAME>sample string 6</CLASS_NAME>
      <COURSE_ID>1</COURSE_ID>
      <CRM_MERIT_ALLOTMENT_REF_ID>sample string 1</CRM_MERIT_ALLOTMENT_REF_ID>
      <DESCIPLINE_NAME>sample string 4</DESCIPLINE_NAME>
      <DISCIPLINE_ID>1</DISCIPLINE_ID>
      <INSTITUTE_NAME>sample string 2</INSTITUTE_NAME>
      <INST_ID>1</INST_ID>
      <LEVEL_OF_STUDY_ID>1</LEVEL_OF_STUDY_ID>
      <LEVEL_OF_STUDY_NAME>sample string 3</LEVEL_OF_STUDY_NAME>
      <MERIT_ALLOTMENT_CRITERIA>sample string 9</MERIT_ALLOTMENT_CRITERIA>
      <MERIT_APPROVAL_STATUS>sample string 13</MERIT_APPROVAL_STATUS>
      <MERIT_APPROVED_BY_EMAIL_ID>sample string 15</MERIT_APPROVED_BY_EMAIL_ID>
      <MERIT_APPROVED_BY_NAME>sample string 14</MERIT_APPROVED_BY_NAME>
      <MERIT_APPROVED_DATE_TIME>2025-04-02T07:00:56.0846096+00:00</MERIT_APPROVED_DATE_TIME>
      <MERIT_PROCESSED_BY_EMAIL_ID>sample string 12</MERIT_PROCESSED_BY_EMAIL_ID>
      <MERIT_PROCESSED_BY_NAME>sample string 11</MERIT_PROCESSED_BY_NAME>
      <MERIT_PROCESSED_DATE_TIME>2025-04-02T07:00:56.0846096+00:00</MERIT_PROCESSED_DATE_TIME>
      <MERIT_ROUND_ID>1</MERIT_ROUND_ID>
      <MERIT_ROUND_NAME>sample string 7</MERIT_ROUND_NAME>
      <PROGRAMME_NAME>sample string 5</PROGRAMME_NAME>
    </MeritAllotmentInfo>
  </MeritAllotmentInfo>
</MeritAllotment>

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 'MeritAllotment'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.