# Tổ chức liên quan đến đợt phát hành (v4)

> API Name: /Bond/GetBondIssueOrganizationV4

<table><thead><tr><th width="157">Tên trường</th><th width="96.0546875">Loại dữ liệu</th><th width="81.9453125">Độ dài ký tự dữ liệu</th><th width="224.12109375">Mô tả (VN)</th><th width="203.078125">Mô tả (EN)</th></tr></thead><tbody><tr><td>RecordId</td><td>int</td><td></td><td>Khóa chính của bảng auto-generated IDENTITY(1,1)</td><td>Primary key of table, auto-generated IDENTITY (1,1)</td></tr><tr><td>BondIssueId</td><td>int</td><td></td><td>Định danh đối tượng trong bảng (1 đối tượng có thể có nhiều bản ghi)</td><td>Identity of object (one object can have more than one record)</td></tr><tr><td>BondId</td><td>int</td><td></td><td>Mã trái phiếu từ bảng FGFB_COIN_DR_Bond</td><td>Bond Identity code from FGFB_COIN_DR_Bond table</td></tr><tr><td>OrganizationId</td><td>int</td><td></td><td>Mã tổ chức từ bảng FGFB_COIN_DR_Organization</td><td>Organization code from FGFB_COIN_DR_Organization table</td></tr><tr><td>RoleId</td><td>smallint</td><td></td><td>Mối quan hệ của các tổ chức liên quan đến đơt phát hành (Tổ chức tư vấn phát hành/ Công ty bảo lãnh phát hành)</td><td>Advisor Organization/ Bali Organization</td></tr><tr><td>ModificationId</td><td>bigint</td><td></td><td>Khóa ngoài sang bảng FGFB_COAN_DR_Modification, lưu trữ các thông tin thay đổi của bảng ghi</td><td>Foreign key linked to  FGFB_COAN_DR_Modification table, storing changes of record</td></tr><tr><td>RecordStatusId</td><td>tinyint</td><td></td><td>0: record khóa; 1: record mở; 2: record đã xóa </td><td>The record status: 0: Locked; 1: Open; 2: Deleted</td></tr><tr><td>IsHistory</td><td>bit</td><td></td><td>Lịch sử: 0: bản ghi hiện tại, 1 là bản ghi lịch sử</td><td>History. 0: current, 1: history</td></tr><tr><td>VersionDateId</td><td>date</td><td></td><td>Phiên bản lưu lịch sử (ngày ghi chép bản ghi lịch sử này vd: ngày công bố thông tin khi nhập lại thông tin lịch sử).</td><td>History record version (Record Date of this history record)</td></tr><tr><td>Status</td><td>bit</td><td></td><td>Status</td><td>Status</td></tr><tr><td>CreateDate</td><td>datetime</td><td></td><td>CreateDate</td><td>Creation date</td></tr><tr><td>UpdateDate</td><td>datetime</td><td></td><td>UpdateDate</td><td>Update date</td></tr></tbody></table>

<table><thead><tr><th width="77.93359375">RoleId</th><th width="167.05859375">RoleName</th><th width="138.47265625">en_RoleName</th><th width="95.359375">RoleLevel</th></tr></thead><tbody><tr><td>101</td><td>Công ty tư vấn phát hành</td><td>Advisor Organization</td><td>2</td></tr><tr><td>102</td><td>Công ty bảo lãnh phát hành</td><td>Bali Organization</td><td>2</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datafeed.fiingroup.vn/api-giao-dich/trai-phieu/thong-tin-chung/to-chuc-lien-quan-den-dot-phat-hanh-v4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
