POST api/idsystemlogs

Request Information

URI Parameters

None.

Body Parameters

IDSystemLogs
NameDescriptionTypeAdditional information
Id

integer

None.

StudentID

integer

None.

DateApplied

date

None.

TermID

integer

None.

Remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "studentID": 2,
  "dateApplied": "2024-09-20T02:02:43.2991371+08:00",
  "termID": 4,
  "remarks": "sample string 5"
}

text/html

Sample:
{"id":1,"studentID":2,"dateApplied":"2024-09-20T02:02:43.2991371+08:00","termID":4,"remarks":"sample string 5"}

application/xml, text/xml

Sample:
<IDSystemLogs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Infrastructure.Models">
  <DateApplied xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-09-19T18:02:43.2991371Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>480</d2p1:OffsetMinutes>
  </DateApplied>
  <Id>1</Id>
  <Remarks>sample string 5</Remarks>
  <StudentID>2</StudentID>
  <TermID>4</TermID>
</IDSystemLogs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.