Interface GetEntityRequest

interface GetEntityRequest {
    categoryId?: string;
    entityId?: string;
    longName?: string;
    matchNullParents?: boolean;
    office?: string;
    parentEntityId?: string;
}

Properties

categoryId?: string
entityId?: string
longName?: string
matchNullParents?: boolean
office?: string
parentEntityId?: string