POST api/MarksEntry/InsertMarksEntry?schoolCode={schoolCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolCode | string |
Required |
Body Parameters
InsertMarksRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolCode | string |
None. |
|
| SchoolId | integer |
None. |
|
| YearId | integer |
None. |
|
| StandardId | integer |
None. |
|
| DivisionId | integer |
None. |
|
| ExamMasterId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| ScholasticActivityMasterId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| XmlData | string |
None. |
|
| ConnectionString | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolCode": "sample string 1",
"SchoolId": 1,
"YearId": 1,
"StandardId": 2,
"DivisionId": 3,
"ExamMasterId": 4,
"CreatedBy": 5,
"UpdatedBy": 6,
"ScholasticActivityMasterId": 7,
"SubjectId": 8,
"XmlData": "sample string 9",
"ConnectionString": "sample string 10"
}
application/xml, text/xml
Sample:
<InsertMarksRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonLibrary.BAL.Exam1to5"> <ConnectionString>sample string 10</ConnectionString> <CreatedBy>5</CreatedBy> <DivisionId>3</DivisionId> <ExamMasterId>4</ExamMasterId> <ScholasticActivityMasterId>7</ScholasticActivityMasterId> <SchoolCode>sample string 1</SchoolCode> <SchoolId>1</SchoolId> <StandardId>2</StandardId> <SubjectId>8</SubjectId> <UpdatedBy>6</UpdatedBy> <XmlData>sample string 9</XmlData> <YearId>1</YearId> </InsertMarksRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |