GET api/danh-muc-nguoi-ky/lay-theo-ma/{maDM_NguoiKy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
maDM_NguoiKy

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseObjectOfDM_NguoiKy
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

Data

DM_NguoiKy

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "data": {
    "id": 1,
    "idSoYeuLyLich": 2,
    "ten": "sample string 3",
    "phapDanh": "sample string 4",
    "ma": "sample string 5",
    "createdOn": "2025-12-11T20:10:38.3796322+07:00",
    "createdBy": 7,
    "editedOn": "2025-12-11T20:10:38.3796322+07:00",
    "editedBy": 8,
    "inUsed": true,
    "isDelete": true
  }
}

application/xml, text/xml

Sample:
<ResponseObjectOfDM_NguoiKyL4QI0Vm7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuanLyPhatTu_API.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DTO.Model_API">
    <d2p1:CreatedBy>7</d2p1:CreatedBy>
    <d2p1:CreatedOn>2025-12-11T20:10:38.3796322+07:00</d2p1:CreatedOn>
    <d2p1:EditedBy>8</d2p1:EditedBy>
    <d2p1:EditedOn>2025-12-11T20:10:38.3796322+07:00</d2p1:EditedOn>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:IDSoYeuLyLich>2</d2p1:IDSoYeuLyLich>
    <d2p1:InUsed>true</d2p1:InUsed>
    <d2p1:IsDelete>true</d2p1:IsDelete>
    <d2p1:Ma>sample string 5</d2p1:Ma>
    <d2p1:PhapDanh>sample string 4</d2p1:PhapDanh>
    <d2p1:ten>sample string 3</d2p1:ten>
  </Data>
  <Message>sample string 2</Message>
  <Status>true</Status>
</ResponseObjectOfDM_NguoiKyL4QI0Vm7>