POST api/curriculum

Request Information

URI Parameters

None.

Body Parameters

Curriculum
NameDescriptionTypeAdditional information
Id

integer

None.

Code

integer

None.

Course_Id

integer

None.

Department_Id

integer

None.

Range

string

None.

Semestral

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "code": 2,
  "course_Id": 3,
  "department_Id": 4,
  "range": "sample string 5",
  "semestral": "sample string 6"
}

text/html

Sample:
{"id":1,"code":2,"course_Id":3,"department_Id":4,"range":"sample string 5","semestral":"sample string 6"}

application/xml, text/xml

Sample:
<Curriculum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UBBEAMS.Infrastructure.Models">
  <Code>2</Code>
  <Course_Id>3</Course_Id>
  <Department_Id>4</Department_Id>
  <Id>1</Id>
  <Range>sample string 5</Range>
  <Semestral>sample string 6</Semestral>
</Curriculum>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.