Interface PatchSpecifiedLevelsWithSpecifiedLevelIdRequest

interface PatchSpecifiedLevelsWithSpecifiedLevelIdRequest {
    office: string;
    specifiedLevelId: string;
    specifiedLevelId2: string;
}

Properties

office: string
specifiedLevelId: string
specifiedLevelId2: string