Relationship of internal shareholders and related persons

API Name: /Company/GetPersonRole

circle-info

Below are some examples of how the data is presented in the 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"

Field name
Data type
Data length
Description (VN)
Description (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