POST api/MarkList/UpdateMarkList

Request Information

URI Parameters

None.

Body Parameters

MarksList
NameDescriptionTypeAdditional information
Id

integer

None.

SscId

integer

None.

Subject

Subject

None.

ObtainMarks

integer

None.

MaxMarks

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SscId": 2,
  "Subject": {
    "$id": "2",
    "Id": 1,
    "CourseId": 2,
    "ClassId": 3,
    "SectionId": 4,
    "Title": "sample string 5",
    "SubjectTypeId": 6,
    "SubjectType": "sample string 7",
    "Marks": "sample string 8",
    "SubjectCode": "sample string 9",
    "CreatedBy": "sample string 10",
    "CreatedDate": "2024-12-01T09:21:47.010853+05:30",
    "UpdatedBy": "sample string 12",
    "UpdatedDate": "2024-12-01T09:21:47.010853+05:30"
  },
  "ObtainMarks": 3,
  "MaxMarks": 4
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"SscId":2,"Subject":{"$id":"2","Id":1,"CourseId":2,"ClassId":3,"SectionId":4,"Title":"sample string 5","SubjectTypeId":6,"SubjectType":"sample string 7","Marks":"sample string 8","SubjectCode":"sample string 9","CreatedBy":"sample string 10","CreatedDate":"2024-12-01T09:21:47.010853+05:30","UpdatedBy":"sample string 12","UpdatedDate":"2024-12-01T09:21:47.010853+05:30"},"ObtainMarks":3,"MaxMarks":4}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.