POST api/EmployeeMobileStudentDiary

Request Information

URI Parameters

None.

Body Parameters

StudentDiaryModel
NameDescriptionTypeAdditional information
StudentDiaryID

integer

None.

StudentCurrentID

integer

None.

SchoolStandardID

integer

None.

SchoolStandardIDList

Collection of Object

None.

strSchoolStandardID

string

None.

StandardDivisionID

integer

None.

StandardDivisionList

Collection of Object

None.

strStandardDivisionID

string

None.

strStudentCurrentID

string

None.

StudentIDList

Collection of Object

None.

StudentName

string

None.

DiaryDate

date

None.

strDiaryDate

string

None.

Category

integer

None.

CategoryName

string

None.

Rate

integer

None.

Remarks

string

None.

UploadFile

string

None.

SchoolID

integer

None.

SchoolSessionID

integer

None.

ActiveStatus

integer

None.

CreatedByID

string

None.

CreateDate

date

None.

ModifiedByID

string

None.

ModifiedDate

date

None.

Guids

globally unique identifier

None.

StaffID

integer

None.

OrganisationID

integer

None.

OddEven

integer

None.

ImagePath

string

None.

BehavioourCategoryIDSelectList

Collection of Object

None.

StudentIDSelectList

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentDiaryID": 1,
  "StudentCurrentID": 2,
  "SchoolStandardID": 3,
  "SchoolStandardIDList": null,
  "strSchoolStandardID": "sample string 4",
  "StandardDivisionID": 5,
  "StandardDivisionList": null,
  "strStandardDivisionID": "sample string 6",
  "strStudentCurrentID": "sample string 7",
  "StudentIDList": null,
  "StudentName": "sample string 8",
  "DiaryDate": "2026-02-10T15:08:59.3484683+05:30",
  "strDiaryDate": "sample string 10",
  "Category": 11,
  "CategoryName": "sample string 12",
  "Rate": 13,
  "Remarks": "sample string 14",
  "UploadFile": "sample string 15",
  "SchoolID": 16,
  "SchoolSessionID": 17,
  "ActiveStatus": 18,
  "CreatedByID": "sample string 19",
  "CreateDate": "2026-02-10T15:08:59.3484683+05:30",
  "ModifiedByID": "sample string 21",
  "ModifiedDate": "2026-02-10T15:08:59.3484683+05:30",
  "Guids": "2f2ab8ff-29a4-49b6-a209-82b14d883729",
  "StaffID": 24,
  "OrganisationID": 25,
  "OddEven": 26,
  "ImagePath": "sample string 27",
  "BehavioourCategoryIDSelectList": null,
  "StudentIDSelectList": null
}

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.