POST api/khoahoc/i-khoahocchuan

Request Information

URI Parameters

None.

Body Parameters

KhoaHocChuanDO
NameDescriptionTypeAdditional information
id_khoa_hoc_chuan

string

None.

ma_khoa_hoc_chuan

string

None.

ten_goi_khoa_hoc_chuan

string

None.

so_buoi_hoc_cua_khoa_hoc_chuan

integer

None.

hoc_phi_khoa_hoc_chuan

decimal number

None.

ghi_chu_khoa_hoc_chuan

string

None.

id_chuan_au

string

None.

ten_chuan_au

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id_khoa_hoc_chuan": "sample string 1",
  "ma_khoa_hoc_chuan": "sample string 2",
  "ten_goi_khoa_hoc_chuan": "sample string 3",
  "so_buoi_hoc_cua_khoa_hoc_chuan": 4,
  "hoc_phi_khoa_hoc_chuan": 5.1,
  "ghi_chu_khoa_hoc_chuan": "sample string 6",
  "id_chuan_au": "sample string 7",
  "ten_chuan_au": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultBase
NameDescriptionTypeAdditional information
result

boolean

None.

code

integer

None.

message

string

None.

validated_message

Collection of string

None.

time

string

None.

resdata

Object

None.

fields_not_null

Collection of string

None.

total_items

integer

None.

total_pages

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true,
  "code": 2,
  "message": "sample string 3",
  "validated_message": [
    "sample string 1",
    "sample string 2"
  ],
  "time": "sample string 4",
  "resdata": {},
  "fields_not_null": [
    "sample string 1",
    "sample string 2"
  ],
  "total_items": 6,
  "total_pages": 7
}