GET api/CoBao/GetCoBao/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CoBaoModels
NameDescriptionTypeAdditional information
CoBaoId

integer

None.

DauMayId

string

None.

LoaiMayId

string

None.

NgayCB

date

None.

MaDVQl

string

None.

TenDVQl

string

None.

MaDVVD

string

None.

TenDVVD

string

None.

ThangTK

integer

None.

NamTK

integer

None.

NhanMay

date

None.

GiaoMay

date

None.

ModifiedTime

date

None.

DoanthongCTList

Collection of DoanThongCT

None.

Response Formats

application/json, text/json

Sample:
{
  "CoBaoId": 1,
  "DauMayId": "sample string 2",
  "LoaiMayId": "sample string 3",
  "NgayCB": "2025-10-29T00:38:13.8781088+07:00",
  "MaDVQl": "sample string 5",
  "TenDVQl": "sample string 6",
  "MaDVVD": "sample string 7",
  "TenDVVD": "sample string 8",
  "ThangTK": 9,
  "NamTK": 10,
  "NhanMay": "2025-10-29T00:38:13.8781088+07:00",
  "GiaoMay": "2025-10-29T00:38:13.8781088+07:00",
  "ModifiedTime": "2025-10-29T00:38:13.8781088+07:00",
  "DoanthongCTList": [
    {
      "ID": 1,
      "DoanThongID": 2,
      "NgayXP": "2025-10-29T00:38:13.8781088+07:00",
      "TauID": 3,
      "MacTauID": "sample string 4",
      "CongTyID": "sample string 5",
      "CongTyName": "sample string 6",
      "CongTacID": 1,
      "CongTacName": "sample string 7",
      "TinhChatID": 1,
      "TinhChatName": "sample string 8",
      "TuyenID": "sample string 9",
      "TuyenName": "sample string 10",
      "GaXPID": 1,
      "GaXPName": "sample string 11",
      "GaKTID": 1,
      "GaKTName": "sample string 12",
      "MayGhepID": "sample string 13",
      "QuayVong": 1,
      "LuHanh": 1,
      "DonThuan": 1,
      "DungDM": 1,
      "DungDN": 1,
      "DungQD": 1,
      "DungXP": 1,
      "DungDD": 1,
      "DungKT": 1,
      "DungKhoDM": 1,
      "DungKhoDN": 1,
      "DungNM": 1,
      "DonXP": 1,
      "DonDD": 1,
      "DonKT": 1,
      "KMChinh": 1.0,
      "KMDon": 1.0,
      "KMGhep": 1.0,
      "KMDay": 1.0,
      "TKMChinh": 1.0,
      "TKMDon": 1.0,
      "TKMGhep": 1.0,
      "TKMDay": 1.0,
      "Tan": 1.0,
      "XeTotal": 1,
      "TanXeRong": 1.0,
      "XeRongTotal": 1,
      "SLRKDM": 1.0,
      "SLRKDN": 1.0,
      "KhuDoan": "sample string 14",
      "DienGiai": "sample string 15",
      "DinhMuc": 1.0,
      "TieuThu": 1.0
    },
    {
      "ID": 1,
      "DoanThongID": 2,
      "NgayXP": "2025-10-29T00:38:13.8781088+07:00",
      "TauID": 3,
      "MacTauID": "sample string 4",
      "CongTyID": "sample string 5",
      "CongTyName": "sample string 6",
      "CongTacID": 1,
      "CongTacName": "sample string 7",
      "TinhChatID": 1,
      "TinhChatName": "sample string 8",
      "TuyenID": "sample string 9",
      "TuyenName": "sample string 10",
      "GaXPID": 1,
      "GaXPName": "sample string 11",
      "GaKTID": 1,
      "GaKTName": "sample string 12",
      "MayGhepID": "sample string 13",
      "QuayVong": 1,
      "LuHanh": 1,
      "DonThuan": 1,
      "DungDM": 1,
      "DungDN": 1,
      "DungQD": 1,
      "DungXP": 1,
      "DungDD": 1,
      "DungKT": 1,
      "DungKhoDM": 1,
      "DungKhoDN": 1,
      "DungNM": 1,
      "DonXP": 1,
      "DonDD": 1,
      "DonKT": 1,
      "KMChinh": 1.0,
      "KMDon": 1.0,
      "KMGhep": 1.0,
      "KMDay": 1.0,
      "TKMChinh": 1.0,
      "TKMDon": 1.0,
      "TKMGhep": 1.0,
      "TKMDay": 1.0,
      "Tan": 1.0,
      "XeTotal": 1,
      "TanXeRong": 1.0,
      "XeRongTotal": 1,
      "SLRKDM": 1.0,
      "SLRKDN": 1.0,
      "KhuDoan": "sample string 14",
      "DienGiai": "sample string 15",
      "DinhMuc": 1.0,
      "TieuThu": 1.0
    }
  ]
}