Mối quan hệ cổ đông nội bộ và người có liên quan

API Name: /Company/GetPersonRole

Dưới đây là một số ví dụ minh họa về cách dữ liệu được trình bày trong API:

· "LeftPersonId": 30020,

· "RightPersonId": 813755,

· "LeftRoleId": 4,

· "RightRoleId": 7,

· "Status": 1,

· "CreateDate": "2020-03-10T15:13:39.437",

· "UpdateDate": "2020-03-10T15:13:39.433"

Tên trường dữ liệu
Loại dữ liệu
Độ dài ký tự dữ liệu
Mô tả (VN)
Mô tả (EN)

LeftPersonId

bigint

8

Id của cổ đông cá nhân A stx_cpf_Person

ID of individual shareholder A stx_cpf_Person

RightPersonId

bigint

8

Id của cổ đông cá nhân B stx_cpf_Person

ID of individual shareholder B stx_cpf_Person

LeftRoleId

int

4

Id Mối quan hệ của A với B lấy trong bảng stx_mst_Role

ID of relationship between A and B taken from stx_mst_Role

RightRoleId

int

4

Id Mối quan hệ của B với A lấy trong bảng stx_mst_Role

ID of relationship between B and A taken from stx_mst_Role

Status

bit

Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa

Record Status. 0: locked; 1: open; 2: deleted

CreateDate

datetime

Ngày tạo record

Created Date

UpdateDate

datetime

Ngày cập nhật record

Updated Date

Last updated