POST API/Subjects/Add

Request Information

URI Parameters

None.

Body Parameters

SubjectLMSModel
NameDescriptionTypeAdditional information
SubjectLmsID

integer

None.

LanguageID

integer

Required

LanguageList

Collection of Object

None.

LanguageIDName

string

None.

SubjectID

integer

Required

SubjectList

Collection of Object

None.

SubjectIDName

string

None.

SchoolStandardID

integer

Required

SchoolStandardIDList

Collection of Object

None.

SchoolStandardIDName

string

None.

Price

decimal number

None.

SubscriptionTypeID

integer

Required

SubscriptionTypeList

Collection of Object

None.

SubscriptionTypeIDName

string

None.

SubscriptionPeriod

integer

None.

ImagePath

string

None.

SubjectImage

HttpPostedFileBase

None.

ActiveStatus

integer

None.

CreatedByID

string

None.

CreateDate

date

None.

ModifiedByID

string

None.

ModifiedDate

date

None.

Guids

globally unique identifier

None.

SchoolID

integer

None.

StaffID

integer

None.

ImagePathBase64

string

None.

FileName

string

None.

OrganisationID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SubjectLmsID": 1,
  "LanguageID": 2,
  "LanguageList": null,
  "LanguageIDName": "sample string 3",
  "SubjectID": 4,
  "SubjectList": null,
  "SubjectIDName": "sample string 5",
  "SchoolStandardID": 6,
  "SchoolStandardIDList": null,
  "SchoolStandardIDName": "sample string 7",
  "Price": 8.0,
  "SubscriptionTypeID": 9,
  "SubscriptionTypeList": null,
  "SubscriptionTypeIDName": "sample string 10",
  "SubscriptionPeriod": 11,
  "ImagePath": "sample string 12",
  "SubjectImage": null,
  "ActiveStatus": 13,
  "CreatedByID": "sample string 14",
  "CreateDate": "2026-02-10T15:07:54.4849215+05:30",
  "ModifiedByID": "sample string 16",
  "ModifiedDate": "2026-02-10T15:07:54.4849215+05:30",
  "Guids": "d8a108ec-c834-4e85-8a7d-af7c6169d3f8",
  "SchoolID": 19,
  "StaffID": 20,
  "ImagePathBase64": "sample string 21",
  "FileName": "sample string 22",
  "OrganisationID": 23
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.