@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MasterRecordsApiGetMasterRecordRelatedRequest

    Request parameters for getMasterRecordRelated operation in MasterRecordsApi.

    interface MasterRecordsApiGetMasterRecordRelatedRequest {
        excludeSelf?: boolean;
        nationalidType?: string;
        recordId: number;
    }
    Index

    Properties

    excludeSelf?: boolean
    nationalidType?: string
    recordId: number