POST api/AssessmentStructureAssessmentTypeMapping/GetAssessmentStructureData

Request Information

URI Parameters

None.

Body Parameters

AssessmentStructureAssessmentTypeMappingViewModel
NameDescriptionTypeAdditional information
AssessmentType_Id

integer

None.

AssessmentGroup_ID

integer

None.

AssessmentType_code

string

None.

AssessmentType_Name

string

None.

MinMarks

integer

None.

MaxMarks

integer

None.

PassingMarks

integer

None.

Weightage

string

None.

AssessmentStructureAssessmentTypeMapping_Id

integer

None.

AssessmentStructureID

integer

None.

AssessmentTypeID

integer

None.

AssessmentGroup

string

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

ParentName

string

None.

DefaultValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "assessmenttype_id": 1,
  "assessmentgroup_id": 1,
  "assessmenttype_code": "sample string 2",
  "assessmenttype_name": "sample string 3",
  "minmarks": 1,
  "maxmarks": 1,
  "passingmarks": 1,
  "weightage": "sample string 4",
  "assessmentstructureassessmenttypemapping_id": 1,
  "assessmentstructureid": 1,
  "assessmenttypeid": 1,
  "assessmentgroup": "sample string 5",
  "pageno": 6,
  "pagesize": 7,
  "sortorder": "sample string 8",
  "sortcolumn": "sample string 9",
  "rowcount": 10,
  "parentname": "sample string 11",
  "defaultvalue": "sample string 12"
}

application/xml, text/xml

Sample:
<AssessmentStructureAssessmentTypeMappingViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.SchoolSetup">
  <AssessmentGroup>sample string 5</AssessmentGroup>
  <AssessmentGroup_ID>1</AssessmentGroup_ID>
  <AssessmentStructureAssessmentTypeMapping_Id>1</AssessmentStructureAssessmentTypeMapping_Id>
  <AssessmentStructureID>1</AssessmentStructureID>
  <AssessmentTypeID>1</AssessmentTypeID>
  <AssessmentType_Id>1</AssessmentType_Id>
  <AssessmentType_Name>sample string 3</AssessmentType_Name>
  <AssessmentType_code>sample string 2</AssessmentType_code>
  <DefaultValue>sample string 12</DefaultValue>
  <MaxMarks>1</MaxMarks>
  <MinMarks>1</MinMarks>
  <PageNo>6</PageNo>
  <PageSize>7</PageSize>
  <ParentName>sample string 11</ParentName>
  <PassingMarks>1</PassingMarks>
  <RowCount>10</RowCount>
  <SortColumn>sample string 9</SortColumn>
  <SortOrder>sample string 8</SortOrder>
  <Weightage>sample string 4</Weightage>
</AssessmentStructureAssessmentTypeMappingViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfListOfAssessmentStructureAssessmentTypeMappingViewModel
NameDescriptionTypeAdditional information
Content

Collection of AssessmentStructureAssessmentTypeMappingViewModel

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.