POST api/CongDoan

Request Information

URI Parameters

None.

Body Parameters

GV_KeHoach_CongDoan_NhanSu_Ngay
NameDescriptionTypeAdditional information
TenCongDoan

string

None.

ID_BoPhan

integer

None.

PassValidate

boolean

None.

Ngay

date

None.

ID_NhanSu

integer

None.

ID_ThietKeChuyen

integer

None.

ID_CongDoan

integer

None.

ID_BoPhanNhanSu

integer

None.

Loai

byte

None.

KeHoach

integer

None.

ThucHien

integer

None.

DinhMucLD

decimal number

None.

IsDongBoTuBrother

boolean

None.

TrangThai

byte

None.

NgayPheDuyet

date

None.

TaiKhoanPheDuyet

integer

None.

NgayLap

date

None.

TaiKhoanLap

integer

None.

NgaySuaCuoi

date

None.

TaiKhoanSuaCuoi

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TenCongDoan": "sample string 1",
  "ID_BoPhan": 1,
  "PassValidate": true,
  "Ngay": "2026-03-28T19:47:13.4679897+07:00",
  "ID_NhanSu": 4,
  "ID_ThietKeChuyen": 5,
  "ID_CongDoan": 6,
  "ID_BoPhanNhanSu": 1,
  "Loai": 64,
  "KeHoach": 1,
  "ThucHien": 1,
  "DinhMucLD": 1.0,
  "IsDongBoTuBrother": true,
  "TrangThai": 64,
  "NgayPheDuyet": "2026-03-28T19:47:13.469219+07:00",
  "TaiKhoanPheDuyet": 1,
  "NgayLap": "2026-03-28T19:47:13.469219+07:00",
  "TaiKhoanLap": 11,
  "NgaySuaCuoi": "2026-03-28T19:47:13.469219+07:00",
  "TaiKhoanSuaCuoi": 13
}

application/xml, text/xml

Sample:
<GV_KeHoach_CongDoan_NhanSu_Ngay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TGC_GV_Api.Models">
  <DinhMucLD>1</DinhMucLD>
  <ID_BoPhan>1</ID_BoPhan>
  <ID_BoPhanNhanSu>1</ID_BoPhanNhanSu>
  <ID_CongDoan>6</ID_CongDoan>
  <ID_NhanSu>4</ID_NhanSu>
  <ID_ThietKeChuyen>5</ID_ThietKeChuyen>
  <IsDongBoTuBrother>true</IsDongBoTuBrother>
  <KeHoach>1</KeHoach>
  <Loai>64</Loai>
  <Ngay>2026-03-28T19:47:13.4679897+07:00</Ngay>
  <NgayLap>2026-03-28T19:47:13.469219+07:00</NgayLap>
  <NgayPheDuyet>2026-03-28T19:47:13.469219+07:00</NgayPheDuyet>
  <NgaySuaCuoi>2026-03-28T19:47:13.469219+07:00</NgaySuaCuoi>
  <PassValidate>true</PassValidate>
  <TaiKhoanLap>11</TaiKhoanLap>
  <TaiKhoanPheDuyet>1</TaiKhoanPheDuyet>
  <TaiKhoanSuaCuoi>13</TaiKhoanSuaCuoi>
  <TenCongDoan>sample string 1</TenCongDoan>
  <ThucHien>1</ThucHien>
  <TrangThai>64</TrangThai>
</GV_KeHoach_CongDoan_NhanSu_Ngay>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>